diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-10 08:40:20 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-10 08:40:20 +0100 |
commit | 7e7159572eeb9bfe2b4dec56030dae1b2b87ab99 (patch) | |
tree | 0ebc363a55509c1ee7f09300a53af5b7faade38f | |
parent | 9efb0a508249f56e696144eb3747b7c5c9d820b1 (diff) |
v1.2.0
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-decimal.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,5 +2,5 @@ decimal decimal support => enabled -decimal version => 1.1.2 +decimal version => 1.2.0 libmpdec version => 2.4.2 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #86 decimal version 1.1.2 ] { +Extension [ <persistent> extension #86 decimal version 1.2.0 ] { - Classes [1] { Class [ <internal:decimal> final class Decimal\Decimal implements JsonSerializable ] { diff --git a/php-pecl-decimal.spec b/php-pecl-decimal.spec index 8b48f49..c92822e 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.1.2 +Version: 1.2.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 +* Sun Feb 10 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 + * Fri Feb 8 2019 Remi Collet <remi@remirepo.net> - 1.1.2-1 - update to 1.1.2 |