diff options
| -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  | 
