diff options
-rw-r--r-- | php-pecl-stats.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-stats.spec b/php-pecl-stats.spec index d259942..281462d 100644 --- a/php-pecl-stats.spec +++ b/php-pecl-stats.spec @@ -19,7 +19,7 @@ Summary: Routines for statistical computation Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.3 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -222,6 +222,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.3-6 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.3-5 - rebuild for 7.3.0alpha4 new ABI |