diff options
-rw-r--r-- | php-pecl-molten.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-molten.spec b/php-pecl-molten.spec index c61b6c2..babad6f 100644 --- a/php-pecl-molten.spec +++ b/php-pecl-molten.spec @@ -28,7 +28,7 @@ Summary: Extension for application tracing Name: %{?sub_prefix}php-pecl-%{pecl_name} 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;')}} License: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -300,6 +300,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.1.2~beta-5 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.1.2~beta-4 - rebuild for 7.3.0alpha4 new ABI |