diff options
Diffstat (limited to 'php-pecl-redis5.spec')
-rw-r--r-- | php-pecl-redis5.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index f5c3be8..9858fe7 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -26,12 +26,12 @@ %global ini_name 50-%{pecl_name}.ini %global upstream_version 5.3.5 -%global upstream_prever RC1 +#global upstream_prever RC1 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: 0%{?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 +354,9 @@ fi %changelog +* Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 5.3.5-0 +- test build for upcoming 5.3.5 + * Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 5.3.5~RC1-1 - update to 5.3.5RC1 |