From 84ceb02f23978cbe803b818fc74b595956bae57d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 12:05:34 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-decimal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-decimal.spec b/php-pecl-decimal.spec index 0e48b06..3a0e478 100644 --- a/php-pecl-decimal.spec +++ b/php-pecl-decimal.spec @@ -24,7 +24,7 @@ Summary: Arbitrary-precision floating-point decimal Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.3.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -232,6 +232,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet - 1.3.0-3 +- rebuild for 7.4.0RC1 + * Thu Aug 22 2019 Remi Collet - 1.3.0-2 - add patch for PHP 7.4 (test suite) from https://github.com/php-decimal/ext-decimal/pull/25 -- cgit