summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-15 08:34:24 +0100
committerRemi Collet <remi@remirepo.net>2021-01-15 08:34:24 +0100
commit24d1dfa34c43ca4a18c61f2a3a3857300b63e4ce (patch)
tree78034e2599141b2d6c75a6e4e098554c83feb93f
parent261781e4ec0e5e140bc1e16602b5c476ecaeff1f (diff)
update to 0.4.2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-lz4.spec9
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 6fa3ea8..aff9c3f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
lz4
LZ4 support => enabled
-Extension Version => 0.4.1
+Extension Version => 0.4.2
LZ4 Version => 1.9.3
LZ4 APCu serializer ABI => 0
diff --git a/REFLECTION b/REFLECTION
index 22c9a44..4dcb4ec 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #83 lz4 version 0.4.1 ] {
+Extension [ <persistent> extension #83 lz4 version 0.4.2 ] {
- Dependencies {
Dependency [ apcu (Optional) ]
diff --git a/php-lz4.spec b/php-lz4.spec
index b8b9218..aebcdd8 100644
--- a/php-lz4.spec
+++ b/php-lz4.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-lz4
#
-# Copyright (c) 2016-2020 Remi Collet
+# Copyright (c) 2016-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -22,7 +22,7 @@
%bcond_with liblz4
%endif
-%global gh_commit ff946d07e22ab8667ea858159c4f271d04523281
+%global gh_commit 3495a0c752afaac07eb55005768ee1ea5002e984
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner kjdev
%global gh_project php-ext-lz4
@@ -33,7 +33,7 @@
Summary: LZ4 Extension for PHP
Name: %{?sub_prefix}php-lz4
-Version: 0.4.1
+Version: 0.4.2
%if 0%{?gh_date:1}
Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
@@ -211,6 +211,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Jan 15 2021 Remi Collet <remi@remirepo.net> - 0.4.2-1
+- update to 0.4.2
+
* Fri Dec 18 2020 Remi Collet <remi@remirepo.net> - 0.4.1-1
- update to 0.4.1 with bundled liblz4 version 1.9.3