diff options
| -rw-r--r-- | memcached.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/memcached.spec b/memcached.spec index a308a5d..b8f3835 100644 --- a/memcached.spec +++ b/memcached.spec @@ -36,7 +36,7 @@  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}  Name:           memcached -Version:        1.5.10 +Version:        1.5.11  Release:        1%{?dist}  Epoch:          0  Summary:        High Performance, Distributed Memory Object Cache @@ -56,6 +56,7 @@ Source3:        memcached.service  Patch1:         memcached-unit.patch +BuildRequires:  gcc  BuildRequires:  pkgconfig(libevent) >= 2  %if %{with_systemd}  BuildRequires:  systemd @@ -329,6 +330,9 @@ fi  %changelog +* Mon Oct 15 2018 Remi Collet <remi@remirepo.net> - 0:1.5.11-1 +- Update to 1.5.11 +  * Thu Aug 30 2018 Vit Mojzis <vmojzis@redhat.com> - 0:1.5.10-2  - selinux: Update to 1.0.2  - selinux: Use license file from memcached-selinux tar  | 
