diff options
-rw-r--r-- | php-pecl-lzf.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index 3e0ab79..10be709 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -9,11 +9,7 @@ # Please preserve changelog entries # %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else %global sub_prefix %{scl_prefix} -%endif %scl_package php-pecl-lzf %endif @@ -28,7 +24,7 @@ Name: %{?sub_prefix}php-pecl-lzf Version: 1.6.5 -Release: 2%{?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;')}} Summary: Extension to handle LZF de/compression Group: Development/Languages License: PHP @@ -238,6 +234,9 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.6.5-3 +- rebuild with PHP 7.1.0 GA + * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.6.5-2 - rebuild for PHP 7.1 new API version |