From 674a1d0f85eb6175bb3d5090784c95c767648135 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 3 Mar 2018 09:57:15 +0100 Subject: v4.0.0RC2 --- php-pecl-redis4.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-pecl-redis4.spec') diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index 4f9aa72..a537127 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -29,18 +29,17 @@ %global ini_name 50-%{pecl_name}.ini %endif %global upstream_version 4.0.0 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis4 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;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz License: PHP URL: http://pecl.php.net/package/redis -Patch0: %{pecl_name}-tests.patch - +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear %if %{with_igbin} @@ -124,7 +123,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .pr # Use system library rm -r liblzf @@ -323,6 +321,9 @@ fi %changelog +* Sat Mar 3 2018 Remi Collet - 4.0.0~RC2-1 +- update to 4.0.0RC2 + * Wed Feb 7 2018 Remi Collet - 4.0.0~RC1-4 - re-enable s390x build (was a temporary failure) -- cgit