diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-decimal.spec | 9 |
3 files changed, 7 insertions, 6 deletions
@@ -2,5 +2,5 @@ decimal decimal support => enabled -decimal version => 1.1.0 +decimal version => 1.1.1 libmpdec version => 2.4.2 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #84 decimal version 1.1.0 ] { +Extension [ <persistent> extension #85 decimal version 1.1.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 72db458..7455bb9 100644 --- a/php-pecl-decimal.spec +++ b/php-pecl-decimal.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-decimal # -# Copyright (c) 2018 Remi Collet +# Copyright (c) 2018-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -23,7 +23,7 @@ Summary: Arbitrary-precision floating-point decimal Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.0 +Version: 1.1.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} @@ -50,8 +50,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele %endif %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} -Obsoletes: php70u-pecl-%{pecl_name} <= %{version} -Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "7.1" Obsoletes: php71u-pecl-%{pecl_name} <= %{version} Obsoletes: php71w-pecl-%{pecl_name} <= %{version} @@ -227,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jan 30 2019 Remi Collet <remi@remirepo.net> - 1.1.1-1 +- update to 1.1.1 + * Wed Nov 21 2018 Remi Collet <remi@remirepo.net> - 1.1.0-1 - update to 1.1.0 |