diff options
Diffstat (limited to 'php-pecl-redis5.spec')
-rw-r--r-- | php-pecl-redis5.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 68e98f6..848f2de 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -30,11 +30,13 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz License: PHP URL: https://pecl.php.net/package/redis +Patch0: https://patch-diff.githubusercontent.com/raw/phpredis/phpredis/pull/1750.patch + BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -128,6 +130,8 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS +%patch0 -p1 + # Use system library rm -r liblzf @@ -342,6 +346,9 @@ fi %changelog +* Wed May 6 2020 Remi Collet <remi@remirepo.net> - 5.2.2-2 +- test build for https://github.com/phpredis/phpredis/pull/1750 + * Wed May 6 2020 Remi Collet <remi@remirepo.net> - 5.2.2-1 - update to 5.2.2 |