diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
commit | 067d9718c6eeadd4dca6103179970f6a9a4dccdd (patch) | |
tree | 608fe2c0e6a62c5d34ddd69b0dd7387561ed3335 | |
parent | 2a408df88d333aba8bc7012c46ab83861190db9a (diff) |
PHP 7.0.0RC5
-rw-r--r-- | php-pecl-lzf.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index 8e87fd1..b9eaec7 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -32,7 +32,7 @@ Name: %{?sub_prefix}php-pecl-lzf Version: 1.6.3 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extension to handle LZF de/compression Group: Development/Languages License: PHP @@ -87,7 +87,7 @@ library LZF is a very fast compression algorithm, ideal for saving space with a slight speed cost. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. %prep @@ -233,6 +233,9 @@ fi %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.6.3-6 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.6.3-5 - F23 rebuild with rh_layout |