diff --git a/c-icap.spec b/c-icap.spec index e9693ad..5d2ff06 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.6.2 +Version: 0.6.3 Release: 1mamba Summary: An implementation of an ICAP server that can be used with HTTP proxies like Squid Group: System/Servers @@ -21,10 +21,12 @@ BuildRequires: libbrotli-devel BuildRequires: libbzip2-devel BuildRequires: libdb53-devel BuildRequires: liblmdb-devel +BuildRequires: libmemcached-devel BuildRequires: libopenldap-devel BuildRequires: libopenssl-devel BuildRequires: libpcre2-devel BuildRequires: libz-devel +BuildRequires: libzstd-devel ## AUTOBUILDREQ-END Requires(pre): squid Requires: libicapapi = %{?epoch:%epoch:}%{version}-%{release} @@ -149,6 +151,9 @@ install -d %{buildroot}/var/log/c-icap %doc README TODO %changelog +* Sat Aug 03 2024 Automatic Build System 0.6.3-1mamba +- automatic version update by autodist + * Fri Feb 02 2024 Automatic Build System 0.6.2-1mamba - automatic version update by autodist