summaryrefslogtreecommitdiffstats
path: root/memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-29 06:17:40 +0200
committerRemi Collet <remi@remirepo.net>2021-09-29 06:17:40 +0200
commitf9bafd9547fc491f7757529a4b854f914c591572 (patch)
tree540952d9fb42a65a5a5e46062c807ac377bf6350 /memcached.spec
parente2a12695a469a9cad34c55aa2589ff57af0dacb0 (diff)
update to 1.6.12 (2021-09-28)
drop patch merged upstream (no other changes)
Diffstat (limited to 'memcached.spec')
-rw-r--r--memcached.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/memcached.spec b/memcached.spec
index 484ae0a..6ca0814 100644
--- a/memcached.spec
+++ b/memcached.spec
@@ -36,7 +36,7 @@
Name: memcached
-Version: 1.6.11
+Version: 1.6.12
Release: 1%{?dist}
Epoch: 0
Summary: High Performance, Distributed Memory Object Cache
@@ -51,9 +51,6 @@ 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
@@ -119,7 +116,6 @@ 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
@@ -280,6 +276,10 @@ exit 0
%changelog
+* Wed Sep 29 2021 Remi Collet <remi@remirepo.net> - 1.6.12-1
+- update to 1.6.12 (2021-09-28)
+- drop patch merged upstream (no other changes)
+
* 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