diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 12:05:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 12:05:34 +0200 |
commit | 84ceb02f23978cbe803b818fc74b595956bae57d (patch) | |
tree | 6a7cd5baab53511f277c93f53216e928eab89e61 | |
parent | b6a05d21ed47f1bf0d064c7dfe5eef44e726944e (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | php-pecl-decimal.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-decimal.spec b/php-pecl-decimal.spec index 0e48b06..3a0e478 100644 --- a/php-pecl-decimal.spec +++ b/php-pecl-decimal.spec @@ -24,7 +24,7 @@ Summary: Arbitrary-precision floating-point decimal Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.3.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -232,6 +232,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.3.0-3 +- rebuild for 7.4.0RC1 + * Thu Aug 22 2019 Remi Collet <remi@remirepo.net> - 1.3.0-2 - add patch for PHP 7.4 (test suite) from https://github.com/php-decimal/ext-decimal/pull/25 |