diff options
| -rw-r--r-- | php-horde-horde-lz4.spec | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/php-horde-horde-lz4.spec b/php-horde-horde-lz4.spec index 7401b65..0e4d616 100644 --- a/php-horde-horde-lz4.spec +++ b/php-horde-horde-lz4.spec @@ -10,12 +10,8 @@  # Please, preserve the changelog entries  #  %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else  %global sub_prefix %{scl_prefix}  %endif -%endif  %{?scl:         %scl_package        php-horde-horde-lz4} @@ -37,7 +33,7 @@  Summary:        Horde LZ4 Compression Extension  Name:           %{?sub_prefix}php-horde-horde-lz4  Version:        1.0.10 -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;')}}  License:        MIT  Group:          Development/Languages  URL:            http://www.horde.org @@ -244,6 +240,9 @@ rm -rf %{buildroot}  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.10-3 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.0.10-2  - rebuild for PHP 7.1 new API version  | 
