diff options
| author | Remi Collet <remi@remirepo.net> | 2018-05-25 12:00:28 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-05-25 12:00:28 +0200 | 
| commit | dceba33326eeb3e55fb0b91a3fd12eb4065d9091 (patch) | |
| tree | d80dc8671ace6f47f2497ca845083672843185c1 | |
| parent | 0e912ae6eeef4cad197e9f2d2be1b082c85575f1 (diff) | |
Update to 1.5.8
enable extstore feature on 32-bit
| -rw-r--r-- | memcached.spec | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/memcached.spec b/memcached.spec index a9bb437..10f99a4 100644 --- a/memcached.spec +++ b/memcached.spec @@ -17,11 +17,7 @@  %global with_systemd 0  %endif -%if %{__isa_bits} == 64  %global with_extstore 1 -%else -%global with_extstore 0 -%endif  %global with_sasl    1 @@ -29,7 +25,7 @@  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}  Name:           memcached -Version:        1.5.7 +Version:        1.5.8  Release:        1%{?dist}  Epoch:          0  Summary:        High Performance, Distributed Memory Object Cache @@ -259,6 +255,10 @@ fi  %changelog +* Fri May 25 2018 Remi Collet <remi@remirepo.net> - 0:1.5.8-1 +- Update to 1.5.8 +- enable extstore feature on 32-bit +  * Thu Mar 29 2018 Remi Collet <remi@remirepo.net> - 0:1.5.7-1  - Update to 1.5.7  | 
