summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-20 14:03:44 +0100
committerRemi Collet <remi@remirepo.net>2018-12-20 14:03:44 +0100
commitd0c5fe743e87243abe07f6858b36fb67028843e5 (patch)
tree402929bbfe3ea239101872552e8b3109943fd156
parentc9dd48db9f431531399a06f47e4ec34e973e8590 (diff)
v1.6.7
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-lzf.spec7
3 files changed, 12 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..cc2a6ec
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,6 @@
+
+lzf
+
+lzf support => enabled
+extension version => 1.6.7
+liblzf version => system
diff --git a/REFLECTION b/REFLECTION
index 5c0368f..b5a1985 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #105 lzf version 1.6.6 ] {
+Extension [ <persistent> extension #111 lzf version 1.6.7 ] {
- Functions {
Function [ <internal:lzf> function lzf_compress ] {
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec
index eb1c3d3..8ba3442 100644
--- a/php-pecl-lzf.spec
+++ b/php-pecl-lzf.spec
@@ -23,8 +23,8 @@
%endif
Name: %{?sub_prefix}php-pecl-lzf
-Version: 1.6.6
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.6.7
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Extension to handle LZF de/compression
Group: Development/Languages
License: PHP
@@ -240,6 +240,9 @@ fi
%changelog
+* Thu Dec 20 2018 Remi Collet <remi@remirepo.net> - 1.6.7-1
+- update to 1.6.7
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.6.6-5
- rebuild for 7.3.0beta2 new ABI