From 525319c6045ff954c93ca8d34bc7989a608326f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 27 Jun 2020 07:47:12 +0200 Subject: update to 5.3.0RC2 drop patch merged upstream --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis5.spec | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/PHPINFO b/PHPINFO index ead9f0b..a70e137 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.3.0RC1 +Redis Version => 5.3.0RC2 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index 0f1a2c7..caacb8b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 redis version 5.3.0RC1 ] { +Extension [ extension #114 redis version 5.3.0RC2 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index ddcbc82..5b922df 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -25,7 +25,7 @@ %global ini_name 50-%{pecl_name}.ini %global upstream_version 5.3.0 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 @@ -35,8 +35,6 @@ License: PHP URL: https://pecl.php.net/package/redis Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -Patch0: redis-lz4.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -45,9 +43,9 @@ BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-pecl-igbinary-devel %endif BuildRequires: %{?scl_prefix}php-pecl-msgpack-devel >= 2.0.3 -BuildRequires: liblzf-devel -BuildRequires: libzstd-devel >= 1.3.0 -BuildRequires: lz4-devel +BuildRequires: pkgconfig(liblzf) +BuildRequires: pkgconfig(libzstd) >= 1.3.0 +BuildRequires: pkgconfig(liblz4) # to run Test suite %if %{with tests} BuildRequires: redis >= 3 @@ -131,8 +129,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 - # Use system library rm -r liblzf @@ -343,6 +339,10 @@ fi %changelog +* Sat Jun 27 2020 Remi Collet - 5.3.0~RC2-1 +- update to 5.3.0RC2 +- drop patch merged upstream + * Fri Jun 26 2020 Remi Collet - 5.3.0~RC1-1 - update to 5.3.0RC1 - enable lz4 compression support -- cgit