From fcc23155823808fc64359d542344b647738a33dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Oct 2018 16:06:54 +0200 Subject: v1.5.11 --- memcached.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'memcached.spec') 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 - 0:1.5.11-1 +- Update to 1.5.11 + * Thu Aug 30 2018 Vit Mojzis - 0:1.5.10-2 - selinux: Update to 1.0.2 - selinux: Use license file from memcached-selinux tar -- cgit