summaryrefslogtreecommitdiffstats
path: root/memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-12-23 09:04:00 +0100
committerRemi Collet <remi@php.net>2024-12-23 09:04:00 +0100
commit2fe0a30bb366083096e5aadfb02be518b5110cf6 (patch)
treede806afc02098a53fe5d8e11cd89c1acb4c16ee6 /memcached.spec
parent496ff0ba3bc63105e17e0f7af961b109396e56fb (diff)
update to 1.6.34 (2024-12-22)HEADmaster
update to 1.6.34 (2024-12-22) update to 1.6.34 (2024-12-22)
Diffstat (limited to 'memcached.spec')
-rw-r--r--memcached.spec15
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