From de9950d5df2bcf1ce1fc004b14f142de70c3b8bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Feb 2020 07:15:16 +0100 Subject: update to 5.2.0RC2 --- php-pecl-redis5.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'php-pecl-redis5.spec') diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index c1b1875..7a835fd 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.2.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 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstr License: PHP URL: https://pecl.php.net/package/redis -Source1: https://raw.githubusercontent.com/phpredis/phpredis/c58fb7316a82a6c5fceaaba83f3598f4212f8582/tests/RedisSentinelTest.php - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -130,8 +128,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -cp %{SOURCE1} tests/ - # Use system library rm -r liblzf @@ -345,6 +341,9 @@ fi %changelog +* Fri Feb 21 2020 Remi Collet - 5.2.0~RC2-1 +- update to 5.2.0RC2 + * Mon Feb 17 2020 Remi Collet - 5.2.0~RC1-1 - update to 5.2.0RC1 -- cgit