diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
commit | 527bd366c823d7aaf053c69f1c950049e0e6cf29 (patch) | |
tree | 3c62f5fc120f1d64613a009e32308c0d31192e87 | |
parent | 3da2c7c5db909febca7e0470b4416c7dbec1c8ff (diff) |
PHP 7.0.0beta2 + mass rebuild of ext.
-rw-r--r-- | php-pecl-lzf.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index 1ce867d..8d678d3 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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extension to handle LZF de/compression Group: Development/Languages License: PHP @@ -233,6 +233,9 @@ fi %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.6.3-4 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.6.3-3 - rebuild against php 7.0.0beta1 |