From 585c5c86b420fdb842df0c42ffb8d39ffba40dca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Nov 2018 11:20:14 +0100 Subject: v4.2.0RC3 --- php-pecl-redis4.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-redis4.spec') diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index 057f219..451b84f 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -29,18 +29,16 @@ %global ini_name 50-%{pecl_name}.ini %endif %global upstream_version 4.2.0 -%global upstream_prever RC2 +%global upstream_prever RC3 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis4 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?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: https://github.com/phpredis/phpredis/commit/18dc2aacd6ab25c2aaf92a43d32d8eaf4235dcc0.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear @@ -129,8 +127,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 - # Use system library rm -r liblzf @@ -333,6 +329,9 @@ fi %changelog +* Fri Nov 9 2018 Remi Collet - 4.2.0~RC3-1 +- update to 4.2.0RC3 (beta) + * Wed Nov 7 2018 Remi Collet - 4.2.0~RC2-2 - test build for https://github.com/phpredis/phpredis/pull/1444 -- cgit