From e52d8d6efca01bfe477614cc5430a7991d84152a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 27 Aug 2017 17:55:45 +0200 Subject: Update to 0.5.0 raise minimal PHP version to 7.1 --- php-pecl-ref.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-ref.spec') diff --git a/php-pecl-ref.spec b/php-pecl-ref.spec index b0bd406..a8fcc9d 100644 --- a/php-pecl-ref.spec +++ b/php-pecl-ref.spec @@ -18,14 +18,14 @@ Summary: Soft and Weak references support in PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.4.4 +Version: 0.5.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} -BuildRequires: %{?scl_prefix}php-devel >= 7.0.3 +BuildRequires: %{?scl_prefix}php-devel >= 7.1 BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -218,6 +218,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sun Aug 27 2017 Remi Collet - 0.5.0-1 +- Update to 0.5.0 +- raise minimal PHP version to 7.1 + * Tue Aug 1 2017 Remi Collet - 0.4.4-1 - Update to 0.4.4 -- cgit