diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-30 07:53:13 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-30 07:53:13 +0100 |
commit | c5981b455eba02bffc251205e99dbe2bb44e0834 (patch) | |
tree | b89ac20fd48bac9aba14a6a460dcbbb4cc544b08 | |
parent | 5842b73b99841eb96770b62a35d52770b25c9b4c (diff) |
v1.0.1
-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.0.0 +decimal version => 1.0.1 libmpdec version => 2.4.2 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #83 decimal version 1.0.0 ] { +Extension [ <persistent> extension #83 decimal version 1.0.1 ] { - Classes [1] { Class [ <internal:decimal> final class Decimal\Decimal implements JsonSerializable ] { diff --git a/php-pecl-decimal.spec b/php-pecl-decimal.spec index 97c73f4..2e59346 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.0.0 +Version: 1.0.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{pecl_name} @@ -227,6 +227,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Oct 30 2018 Remi Collet <remi@remirepo.net> - 1.0.1-1 +- update to 1.0.1 + * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.0-1 - initial package, version 1.0.0 (php 7, stable) - open https://github.com/php-decimal/extension/pull/1 default path |