From 55e405df81e50f99597a921bc82d7ce5ef099dae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Dec 2017 11:44:26 +0100 Subject: v3.1.5RC1 --- php-pecl-redis.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'php-pecl-redis.spec') diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index fc906a2..271433e 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -27,21 +27,18 @@ # after 40-igbinary %global ini_name 50-%{pecl_name}.ini %endif -%global upstream_version 3.1.4 -#global upstream_prever RC3 +%global upstream_version 3.1.5 +%global upstream_prever RC1 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 3%{?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 Group: Development/Languages URL: http://pecl.php.net/package/redis -# Upstream -Patch0: https://github.com/phpredis/phpredis/commit/9d15f07adb0de7ae02111f942bf7d0957bbc25d0.patch - BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear %if %{with_igbin} @@ -126,8 +123,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .upstream - # Sanity check, really often broken extver=$(sed -n '/#define PHP_REDIS_VERSION/{s/.* "//;s/".*$//;p}' php_redis.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then @@ -310,6 +305,9 @@ fi %changelog +* Fri Dec 1 2017 Remi Collet - 3.1.5~RC1-1 +- update to 3.1.5RC1 (beta) + * Sun Nov 5 2017 Remi Collet - 3.1.4-3 - add upstream patch, fix segfault with PHP 5.x -- cgit