diff options
-rw-r--r-- | php-pecl-psr.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-psr.spec b/php-pecl-psr.spec index 8f74eb8..d9cb3b1 100644 --- a/php-pecl-psr.spec +++ b/php-pecl-psr.spec @@ -25,7 +25,7 @@ Summary: PSR interfaces Name: %{?sub_prefix}php-pecl-psr Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?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: BSD URL: https://pecl.php.net/package/psr @@ -254,6 +254,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.0.0-5 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.0.0-4 - rebuild for PHP 8.0.0beta3 |