From 8a55a265e7013cda3895fd1e3b69be803312a973 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Mar 2020 13:09:25 +0100 Subject: update to 1.6.0 (2020-3-8) add patch for GCC 10 from https://github.com/memcached/memcached/pull/622 --- memcached.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'memcached.spec') diff --git a/memcached.spec b/memcached.spec index f242a95..3dd37ab 100644 --- a/memcached.spec +++ b/memcached.spec @@ -39,7 +39,7 @@ %global with_tests 0%{?_with_tests:1} Name: memcached -Version: 1.5.22 +Version: 1.6.0 Release: 1%{?dist} Epoch: 0 Summary: High Performance, Distributed Memory Object Cache @@ -57,6 +57,7 @@ Source4: memcached.sysv Source3: memcached.service Patch1: memcached-unit.patch +Patch2: 0001-fix-multiple-definition-of-crc32c-GCC-10.patch BuildRequires: gcc BuildRequires: pkgconfig(libevent) >= 2 @@ -132,12 +133,15 @@ access to the memcached binary include files. # and SELinux policy sources into memcached-selinux-X.X %setup -q -b 2 %patch1 -p1 -b .unit +%patch2 -p1 -b .gcc10 %build %configure \ %if %{with_extstore} --enable-extstore \ +%else + --disable-extstore \ %endif %if %{with_sasl} --enable-sasl \ @@ -343,6 +347,11 @@ fi %changelog +* Mon Mar 9 2020 Remi Collet - 1.6.0-1 +- update to 1.6.0 (2020-3-8) +- add patch for GCC 10 from + https://github.com/memcached/memcached/pull/622 + * Mon Feb 3 2020 Remi Collet - 1.5.22-1 - update to 1.5.22 -- cgit