From c917d5c08f25133bf9ebf112080dc24f1b7602aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Oct 2020 14:22:58 +0200 Subject: update to 5.3.2RC1 drop patch merged upstream --- php-pecl-redis5.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'php-pecl-redis5.spec') diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 0e2850f..3cfe52f 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -25,19 +25,17 @@ # after 20-json, 40-igbinary and 40-msgpack %global ini_name 50-%{pecl_name}.ini -%global upstream_version 5.3.1 -#global upstream_prever RC2 +%global upstream_version 5.3.2 +%global upstream_prever RC1 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/redis Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -Patch0: %{pecl_name}-php8.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -138,10 +136,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%if "%{php_version}" > "8.0" -%patch0 -p1 -b.php8 -%endif - # Use system library rm -r liblzf @@ -359,6 +353,10 @@ fi %changelog +* Wed Oct 7 2020 Remi Collet - 5.3.2~RC1-1 +- update to 5.3.2RC1 +- drop patch merged upstream + * Wed Sep 30 2020 Remi Collet - 5.3.1-4 - rebuild for PHP 8.0.0RC1 -- cgit