diff options
Diffstat (limited to 'php-pecl-decimal.spec')
-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 c92822e..3e0239c 100644 --- a/php-pecl-decimal.spec +++ b/php-pecl-decimal.spec @@ -23,7 +23,7 @@ Summary: Arbitrary-precision floating-point decimal Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.0 +Version: 1.3.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{pecl_name} @@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Feb 12 2019 Remi Collet <remi@remirepo.net> - 1.3.0-1 +- update to 1.3.0 + * Sun Feb 10 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1 - update to 1.2.0 |