diff options
-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 |