summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--memcached-build.patch15
-rw-r--r--memcached.spec5
2 files changed, 12 insertions, 8 deletions
diff --git a/memcached-build.patch b/memcached-build.patch
index 43f6273..09f619b 100644
--- a/memcached-build.patch
+++ b/memcached-build.patch
@@ -1,16 +1,17 @@
-diff -up vendor/Makefile.old vendor/Makefile
---- vendor/Makefile.old 2024-01-10 15:37:23.308921592 +0100
-+++ vendor/Makefile 2024-01-10 15:37:45.820751910 +0100
-@@ -1,5 +1,5 @@
+diff -up ./vendor/Makefile.fixbuild ./vendor/Makefile
+--- ./vendor/Makefile.fixbuild 2026-05-19 00:12:18.000000000 +0200
++++ ./vendor/Makefile 2026-05-19 07:32:35.225911382 +0200
+@@ -1,6 +1,6 @@
all:
+ @if [ ! -f lua/Makefile ]; then echo "Missing lua application, run $(CURDIR)/fetch.sh script to download it"; exit 1; fi
- cd lua && $(MAKE) all MYCFLAGS="-g" && cd ..
+ cd lua && $(MAKE) all MYCFLAGS="@CFLAGS@" && cd ..
clean:
cd lua && $(MAKE) clean && cd ..
-diff -up vendor/mcmc/Makefile.old vendor/mcmc/Makefile
---- vendor/mcmc/Makefile.old 2024-01-10 15:43:11.777774397 +0100
-+++ vendor/mcmc/Makefile 2024-01-10 15:46:09.679336049 +0100
+diff -up ./vendor/mcmc/Makefile.fixbuild ./vendor/mcmc/Makefile
+--- ./vendor/mcmc/Makefile.fixbuild 2023-03-13 19:25:16.000000000 +0100
++++ ./vendor/mcmc/Makefile 2026-05-19 07:31:24.938617499 +0200
@@ -1,9 +1,10 @@
# gcc -g -Wall -Werror -pedantic -o example example.c mcmc.c
PREFIX=/usr/local
diff --git a/memcached.spec b/memcached.spec
index b8012b8..f2766c1 100644
--- a/memcached.spec
+++ b/memcached.spec
@@ -29,7 +29,7 @@
%global selinuxmoduledir %{selinuxmodulename}-selinux-%{selinuxmodulever}
Name: memcached
-Version: 1.6.41
+Version: 1.6.42
Release: 1%{?dist}
Epoch: 0
Summary: High Performance, Distributed Memory Object Cache
@@ -264,6 +264,9 @@ exit 0
%changelog
+* Tue May 19 2026 Remi Collet <remi@remirepo.net> - 1.6.42-1
+- update to 1.6.42 (2026-05-18)
+
* Sat Mar 7 2026 Remi Collet <remi@remirepo.net> - 1.6.41-1
- update to 1.6.41 (2026-03-06)