diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-25 07:19:01 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-25 07:19:01 +0100 |
commit | 58ddd8892df26664b1554416e5dd940812d62f28 (patch) | |
tree | 2ab002835119a5661e4c574fc923b9ce68a1785b | |
parent | 24d1dfa34c43ca4a18c61f2a3a3857300b63e4ce (diff) |
update to 0.4.3
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-lz4.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -2,6 +2,6 @@ lz4 LZ4 support => enabled -Extension Version => 0.4.2 +Extension Version => 0.4.3 LZ4 Version => 1.9.3 LZ4 APCu serializer ABI => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #83 lz4 version 0.4.2 ] { +Extension [ <persistent> extension #83 lz4 version 0.4.3 ] { - Dependencies { Dependency [ apcu (Optional) ] diff --git a/php-lz4.spec b/php-lz4.spec index aebcdd8..1b4a1c8 100644 --- a/php-lz4.spec +++ b/php-lz4.spec @@ -22,7 +22,7 @@ %bcond_with liblz4 %endif -%global gh_commit 3495a0c752afaac07eb55005768ee1ea5002e984 +%global gh_commit 554722c1068a7db15f87a49ab14abae33d4db83d %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.2 +Version: 0.4.3 %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 +* Mon Jan 25 2021 Remi Collet <remi@remirepo.net> - 0.4.3-1 +- update to 0.4.3 + * Fri Jan 15 2021 Remi Collet <remi@remirepo.net> - 0.4.2-1 - update to 0.4.2 |