diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
| commit | f36b0577e6d75c973c98c6486f602999f6863b71 (patch) | |
| tree | e066161a2e5f846c7cd898aa6fe17f6fc3e76c1e | |
| parent | 40617e3de86dd21aeec4c005edc755569290971f (diff) | |
PHP 7.1 mass rebuild part #2
| -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  | 
