diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 11:16:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 11:16:13 +0200 |
commit | efe001be098a2dad084b9b4130b71a77202c686b (patch) | |
tree | e921bc2fb836d965dcd618f64a1f2ab2e75ef89e | |
parent | dfa24e3c47d5a1de9e48339b75ce4b6ded3b1c2a (diff) |
rebuild for 7.3.0beta2 new ABI
-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 |