diff --git a/c-icap.spec b/c-icap.spec index 7e642cf..d8b8b2a 100644 --- a/c-icap.spec +++ b/c-icap.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f 1-2) Name: c-icap -Version: 0.5.7 +Version: 0.5.8 Release: 1mamba Summary: An implementation of an ICAP server that can be used with HTTP proxies like Squid Group: System/Servers @@ -27,7 +27,6 @@ BuildRequires: libz-devel Requires(pre): squid Requires: libicapapi = %{?epoch:%epoch:}%{version}-%{release} Requires: logrotate -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description c-icap is an implementation of an ICAP server. It can be used with HTTP proxies that support the ICAP protocol such as the Squid 3.x HTTP proxy server to implement content adaptation/filtering services. @@ -144,6 +143,9 @@ fi %{_mandir}/man8/c-icap-libicapapi-config.8* %changelog +* Thu Mar 04 2021 Automatic Build System 0.5.8-1mamba +- automatic version update by autodist + * Fri Feb 05 2021 Automatic Build System 0.5.7-1mamba - automatic version update by autodist