From 5f541643f9f3170759a997578c68098a73d192e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Sep 2020 11:27:18 +0200 Subject: update to 1.6.7 (2020-4-4) --- memcached.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'memcached.spec') diff --git a/memcached.spec b/memcached.spec index 581f361..797264c 100644 --- a/memcached.spec +++ b/memcached.spec @@ -36,10 +36,10 @@ %global selinuxmoduledir %{selinuxmodulename}-selinux-%{selinuxmodulever} # disable testing as it is unreliable on build systems -%global with_tests 0%{?_with_tests:1} +%bcond_with tests Name: memcached -Version: 1.6.6 +Version: 1.6.7 Release: 1%{?dist} Epoch: 0 Summary: High Performance, Distributed Memory Object Cache @@ -163,7 +163,7 @@ popd %check -%if %{with_tests} +%if %{with tests} make test %else : test suite disabled @@ -345,6 +345,9 @@ fi %changelog +* Mon Sep 7 2020 Remi Collet - 1.6.7-1 +- update to 1.6.7 (2020-4-4) + * Thu May 14 2020 Remi Collet - 1.6.6-1 - update to 1.6.6 (2020-5-12) -- cgit