From 4f5efc70a8f8c4a92747ab0da7e80270781ac287 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Jun 2016 10:39:47 +0200 Subject: memcached: 1.4.27 --- memcached.spec | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'memcached.spec') diff --git a/memcached.spec b/memcached.spec index 3521068..919389b 100644 --- a/memcached.spec +++ b/memcached.spec @@ -23,7 +23,7 @@ %{!?runselftest: %global runselftest 1} Name: memcached -Version: 1.4.26 +Version: 1.4.27 Release: 1%{?dist} Epoch: 0 Summary: High Performance, Distributed Memory Object Cache @@ -44,6 +44,9 @@ BuildRequires: libevent-devel > 2 %else BuildRequires: libevent-devel %endif +%if 0%{?fedora} > 22 +BuildRequires: perl-generators +%endif BuildRequires: perl(Test::More), perl(Test::Harness) %if %{with_sasl} BuildRequires: cyrus-sasl-devel @@ -102,15 +105,6 @@ make %{?_smp_mflags} %check %if %runselftest -# whitespace tests fail locally on fedpkg systems now that they use git -rm -f t/whitespace.t - -# Parts of the test suite only succeed as non-root. -if [ $(id -u -n) != remi ]; then - # remove failing test that doesn't work in - # build systems - rm t/daemonize.t t/watcher.t t/expirations.t -fi make test %endif @@ -241,6 +235,10 @@ fi %changelog +* Sat Jun 25 2016 Remi Collet - 0:1.4.27-1 +- Update to 1.4.27 +- run all tests during the build + * Wed Jun 22 2016 Remi Collet - 0:1.4.26-1 - Update to 1.4.26 (backported from Fedora) -- cgit