From 3cfdae4001fed43020d0cadcb4dec0d0f92dda62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Nov 04 2019 08:18:02 +0000 Subject: update to 5.1.0 enable ZSTD compression support (cherry picked from commit 343a55f161b618163d96cfd2a6b7607396cef659) (cherry picked from commit db61d4694867b780395257db5de7c0821a46fde4) --- diff --git a/.gitignore b/.gitignore index cd95a35..fd8740c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /redis-5.0.0.tgz /redis-5.0.1.tgz /redis-5.0.2.tgz +/redis-5.1.0.tgz diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 2b8a5e9..0f24a22 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -22,7 +22,7 @@ %endif # after 20-json, 40-igbinary and 40-msgpack %global ini_name 50-%{pecl_name}.ini -%global upstream_version 5.0.2 +%global upstream_version 5.1.0 #global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store @@ -42,6 +42,7 @@ BuildRequires: php-pecl-igbinary-devel BuildRequires: php-pecl-msgpack-devel >= 2.0.3 %endif BuildRequires: liblzf-devel +BuildRequires: libzstd-devel >= 1.3.0 # to run Test suite %if %{with_tests} BuildRequires: redis >= 3 @@ -165,6 +166,8 @@ cd NTS %endif --enable-redis-lzf \ --with-liblzf \ + --enable-redis-zstd \ + --with-libzstd \ --with-php-config=%{_bindir}/php-config make %{?_smp_mflags} @@ -180,6 +183,8 @@ cd ../ZTS %endif --enable-redis-lzf \ --with-liblzf \ + --enable-redis-zstd \ + --with-libzstd \ --with-php-config=%{_bindir}/zts-php-config make %{?_smp_mflags} %endif @@ -278,6 +283,10 @@ exit $ret %changelog +* Mon Nov 4 2019 Remi Collet - 5.1.0-1 +- update to 5.1.0 +- enable ZSTD compression support + * Tue Jul 30 2019 Remi Collet - 5.0.2-1 - update to 5.0.2 diff --git a/sources b/sources index c37dfac..0ff21fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (redis-5.0.2.tgz) = ea5601a520a95443abf5b2f17516ffe047ce50df721519a82b68124b9a406d52628697b486e37cd1ea2798a5ddce82549a516835a9d348925adedbdf5ef2d2b0 +SHA512 (redis-5.1.0.tgz) = 9d4aa6728cc91bb62b9496172e5ed1cd4f789a4ce100dd297c8964fcdb4ad921f4a3e2374e3a7febf19cd2fc5af5892f6dcf2f56e908f15dfb410c1b829d6a4c