diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-09 14:36:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-09 14:36:38 +0200 |
commit | 95c33b377427f633c770ad218b5808988095f4e0 (patch) | |
tree | 46c7b2be3ad424215cf3a59c43239e7138f110c3 | |
parent | 8f0614f0718b291baef250dca29c8b0c9684b9df (diff) |
rebuild for PHP 8.2 with msgpack and igbinary
-rw-r--r-- | php-pecl-redis5.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 564c369..dd04480 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -11,7 +11,6 @@ %undefine _strict_symbol_defs_build %if 0%{?scl:1} -%global sub_prefix %{scl_prefix} %scl_package php-pecl-redis %else %global _root_bindir %{_bindir} @@ -29,9 +28,9 @@ #global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store -Name: %{?sub_prefix}php-pecl-redis5 +Name: %{?scl_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;')}} License: PHP URL: https://pecl.php.net/package/redis Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -354,6 +353,9 @@ fi %changelog +* Fri Sep 9 2022 Remi Collet <remi@remirepo.net> - 5.3.7-2 +- rebuild for PHP 8.2 with msgpack and igbinary + * Wed Feb 16 2022 Remi Collet <remi@remirepo.net> - 5.3.7-1 - update to 5.3.7 |