diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-03 14:05:29 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-03 14:05:29 +0100 |
commit | d37b0a3e411e36bebe2e573791000cb34064c822 (patch) | |
tree | b4fb592006765d0da963ac0b120d662705601a40 | |
parent | 94fc72a3c2c3b95f74cbffba09c058c6eddb2873 (diff) |
v1.5.22
-rw-r--r-- | memcached.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/memcached.spec b/memcached.spec index 154281b..f242a95 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 %{?_with_tests:1}%{!?_with_tests:0} +%global with_tests 0%{?_with_tests:1} Name: memcached -Version: 1.5.20 +Version: 1.5.22 Release: 1%{?dist} Epoch: 0 Summary: High Performance, Distributed Memory Object Cache @@ -343,6 +343,12 @@ fi %changelog +* Mon Feb 3 2020 Remi Collet <remi@remirepo.net> - 1.5.22-1 +- update to 1.5.22 + +* Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 1.5.21-1 +- update to 1.5.21 + * Mon Nov 11 2019 Remi Collet <remi@remirepo.net> - 1.5.20-1 - update to 1.5.20 |