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 | d5cdc879341b894820620b5e6da82d0ec120012c (patch) | |
tree | 86dffbf854f9aa68e27f28a75562f662aa21993a | |
parent | 6c8d87d61b690642281e34e85f2a3f75ea52be0f (diff) |
PHP 7.0.0RC5
-rw-r--r-- | php-horde-horde-lz4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-horde-lz4.spec b/php-horde-horde-lz4.spec index 760dd20..9431a76 100644 --- a/php-horde-horde-lz4.spec +++ b/php-horde-horde-lz4.spec @@ -40,7 +40,7 @@ Summary: Horde LZ4 Compression Extension Name: %{?sub_prefix}php-horde-horde-lz4 Version: 1.0.8 -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;')}} License: MIT Group: Development/Languages URL: http://www.horde.org @@ -97,7 +97,7 @@ Obsoletes: php70w-horde-horde-lz4 <= %{version} PHP extension that implements the LZ4 compression algorithm, an extremely fast lossless compression algorithm. -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 @@ -239,6 +239,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.0.8-6 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.0.8-5 - F23 rebuild with rh_layout |