diff options
| -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 8d678d3..8e87fd1 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:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        5%{?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 +* Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.6.3-5 +- F23 rebuild with rh_layout +  * Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.6.3-4  - rebuild against php 7.0.0beta2  | 
