From c5981b455eba02bffc251205e99dbe2bb44e0834 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Oct 2018 07:53:13 +0100 Subject: v1.0.1 --- php-pecl-decimal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-decimal.spec') 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 - 1.0.1-1 +- update to 1.0.1 + * Thu Aug 16 2018 Remi Collet - 1.0.0-1 - initial package, version 1.0.0 (php 7, stable) - open https://github.com/php-decimal/extension/pull/1 default path -- cgit