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 815da54..c6c99cf 100644 --- a/php-pecl-psr.spec +++ b/php-pecl-psr.spec @@ -29,7 +29,7 @@ Summary: PSR interfaces Name: %{?sub_prefix}php-pecl-psr Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz License: BSD URL: http://pecl.php.net/package/psr @@ -258,6 +258,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.4.0-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.4.0-3 - rebuild for 7.3.0alpha4 new ABI |