diff options
| -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 | 
