diff options
Diffstat (limited to 'php-pecl-ref.spec')
-rw-r--r-- | php-pecl-ref.spec | 8 |
1 files changed, 6 insertions, 2 deletions
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 <remi@remirepo.net> - 0.5.0-1 +- Update to 0.5.0 +- raise minimal PHP version to 7.1 + * Tue Aug 1 2017 Remi Collet <remi@remirepo.net> - 0.4.4-1 - Update to 0.4.4 |