From ab3cbdddf2346ee44776a95ce530250b0f3ae271 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jan 2019 09:10:52 +0100 Subject: v1.1.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-decimal.spec | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9726348..efd7e57 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ decimal decimal support => enabled -decimal version => 1.1.0 +decimal version => 1.1.1 libmpdec version => 2.4.2 diff --git a/REFLECTION b/REFLECTION index 3d424da..31ee7cc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #84 decimal version 1.1.0 ] { +Extension [ extension #85 decimal version 1.1.1 ] { - Classes [1] { Class [ 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 - 1.1.1-1 +- update to 1.1.1 + * Wed Nov 21 2018 Remi Collet - 1.1.0-1 - update to 1.1.0 -- cgit