diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-lzf.spec | 5 | 
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 lzf version 1.6.4 ] { +Extension [ <persistent> extension #124 lzf version 1.6.5 ] {    - Functions {      Function [ <internal:lzf> function lzf_compress ] { diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index c2f8090..85dfac4 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -27,7 +27,7 @@  %endif  Name:           %{?sub_prefix}php-pecl-lzf -Version:        1.6.4 +Version:        1.6.5  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        Extension to handle LZF de/compression  Group:          Development/Languages @@ -234,6 +234,9 @@ fi  %changelog +* Sun Apr  3 2016 Remi Collet <remi@fedoraproject.org> - 1.6.5-1 +- update to 1.6.5 (stable) +  * Sat Apr  2 2016 Remi Collet <remi@fedoraproject.org> - 1.6.4-1  - update to 1.6.4 (stable)  | 
