diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-06-25 10:39:47 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-06-25 10:39:47 +0200 | 
| commit | 4f5efc70a8f8c4a92747ab0da7e80270781ac287 (patch) | |
| tree | 9af7f42fafe51115d3e36090a2171ee83d9ffedd | |
| parent | 381bcde654d5da8097827eba53b7715d9f3b47e6 (diff) | |
memcached: 1.4.27
| -rw-r--r-- | memcached.spec | 18 | 
1 files changed, 8 insertions, 10 deletions
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 <rpms@famillecollet.com> - 0:1.4.27-1 +- Update to 1.4.27 +- run all tests during the build +  * Wed Jun 22 2016 Remi Collet <rpms@famillecollet.com> - 0:1.4.26-1  - Update to 1.4.26 (backported from Fedora)  | 
