summaryrefslogtreecommitdiffstats
path: root/memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-28 08:17:53 +0200
committerRemi Collet <remi@remirepo.net>2021-09-28 08:17:53 +0200
commite2a12695a469a9cad34c55aa2589ff57af0dacb0 (patch)
tree144540adda57bb4d2a77df071b29cb1dd57ed882 /memcached.spec
parent36a859c29648ebf5f064a40ad59693b72745bf5b (diff)
update to 1.6.11 (2021-09-27)
open https://github.com/memcached/memcached/pull/822 queue.h missing
Diffstat (limited to 'memcached.spec')
-rw-r--r--memcached.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/memcached.spec b/memcached.spec
index 16542d7..484ae0a 100644
--- a/memcached.spec
+++ b/memcached.spec
@@ -36,7 +36,7 @@
Name: memcached
-Version: 1.6.10
+Version: 1.6.11
Release: 1%{?dist}
Epoch: 0
Summary: High Performance, Distributed Memory Object Cache
@@ -51,6 +51,9 @@ Source2: https://releases.pagure.org/memcached-selinux/memcached-selinux-
# custom unit file
Source3: memcached.service
+# Missing
+Source4: https://raw.githubusercontent.com/memcached/memcached/%{version} /queue.h
+
Patch1: memcached-unit.patch
BuildRequires: gcc
@@ -116,6 +119,7 @@ access to the memcached binary include files.
# and SELinux policy sources into memcached-selinux-X.X
%setup -q -b 2
%patch1 -p1 -b .unit
+cp %{SOURCE4} .
%build
@@ -276,6 +280,10 @@ exit 0
%changelog
+* Tue Sep 28 2021 Remi Collet <remi@remirepo.net> - 1.6.11-1
+- update to 1.6.11 (2021-09-27)
+- open https://github.com/memcached/memcached/pull/822 queue.h missing
+
* Tue Jul 27 2021 Remi Collet <remi@remirepo.net> - 1.6.10-1
- update to 1.6.10 (2021-07-25)