diff options
Diffstat (limited to 'memcached.spec')
-rw-r--r-- | memcached.spec | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/memcached.spec b/memcached.spec index 2db0780..570b241 100644 --- a/memcached.spec +++ b/memcached.spec @@ -1,5 +1,5 @@ # remirepo spec file for memcached -# lastest version with SASL, TLS and extstore support enabled, from: +# lastest version with SASL, TLS, extstore and proxy support enabled, from: # # Fedora spec file for memcached # @@ -34,8 +34,8 @@ %global selinuxmoduledir %{selinuxmodulename}-selinux-%{selinuxmodulever} Name: memcached -Version: 1.6.32 -Release: 2%{?dist} +Version: 1.6.34 +Release: 1%{?dist} Epoch: 0 Summary: High Performance, Distributed Memory Object Cache @@ -53,8 +53,6 @@ Source4: memcached.service Patch1: memcached-unit.patch # honors system CFLAGS for bundled libraries (lua, mcmc) Patch2: memcached-build.patch -# Upstream -Patch3: upstream.patch BuildRequires: gcc BuildRequires: pkgconfig(libevent) >= 2 @@ -130,7 +128,6 @@ access to the memcached binary include files. %if %{with proxy} %patch -P2 -p0 -b .fixbuild sed -e 's:@CFLAGS@:%{build_cflags}:' -i vendor/Makefile -%patch -P3 -p1 -b .up %endif @@ -283,6 +280,12 @@ exit 0 %changelog +* Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 1.6.34-1 +- update to 1.6.34 (2024-12-22) + +* Thu Dec 5 2024 Remi Collet <remi@remirepo.net> - 1.6.33-1 +- update to 1.6.33 (2024-12-04) + * Fri Nov 15 2024 Remi Collet <remi@remirepo.net> - 1.6.32-2 - test build for upstream patch fixing build failure on EL-10 https://github.com/memcached/memcached/issues/1186 |