summaryrefslogtreecommitdiffstats
path: root/memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-07 11:27:18 +0200
committerRemi Collet <remi@remirepo.net>2020-09-07 11:27:18 +0200
commit5f541643f9f3170759a997578c68098a73d192e0 (patch)
tree16798d2a44b4a1eb64f39b65d342948690f2d516 /memcached.spec
parent16caa0e71e4c2775614e3afcd25323fb7bdabb2f (diff)
update to 1.6.7 (2020-4-4)
Diffstat (limited to 'memcached.spec')
-rw-r--r--memcached.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 1.6.7-1
+- update to 1.6.7 (2020-4-4)
+
* Thu May 14 2020 Remi Collet <remi@remirepo.net> - 1.6.6-1
- update to 1.6.6 (2020-5-12)