From 2d7bec306202adb917a6a2627bf3296c2ca65e7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Dec 2019 14:18:09 +0100 Subject: update to 0.7.5 with bundled libzstd 1.4.4 --- PHPINFO | 4 ++-- REFLECTION | 12 ++++++------ php-zstd.spec | 11 +++++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0fcc960..522d266 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ zstd Zstd support => enabled -Extension Version => 0.7.4 -Interface Version => 1.4.3 +Extension Version => 0.7.5 +Interface Version => 1.4.4 diff --git a/REFLECTION b/REFLECTION index 410d1f8..53e4ef2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,11 +1,11 @@ -Extension [ extension #184 zstd version 0.7.4 ] { +Extension [ extension #99 zstd version 0.7.5 ] { - Constants [5] { - Constant [ integer ZSTD_COMPRESS_LEVEL_MIN ] { 1 } - Constant [ integer ZSTD_COMPRESS_LEVEL_MAX ] { 22 } - Constant [ integer ZSTD_COMPRESS_LEVEL_DEFAULT ] { 3 } - Constant [ integer LIBZSTD_VERSION_NUMBER ] { 10403 } - Constant [ string LIBZSTD_VERSION_STRING ] { 1.4.3 } + Constant [ int ZSTD_COMPRESS_LEVEL_MIN ] { 1 } + Constant [ int ZSTD_COMPRESS_LEVEL_MAX ] { 22 } + Constant [ int ZSTD_COMPRESS_LEVEL_DEFAULT ] { 3 } + Constant [ int LIBZSTD_VERSION_NUMBER ] { 10404 } + Constant [ string LIBZSTD_VERSION_STRING ] { 1.4.4 } } - Functions { diff --git a/php-zstd.spec b/php-zstd.spec index ef1b384..f0f73be 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -22,9 +22,9 @@ %else %global with_libzstd 0 %endif -%global zstdver 1.4.3 +%global zstdver 1.4.4 -%global gh_commit 43a3b41081a3ecf50c6e2ac7bbee9d388de8c1b8 +%global gh_commit b4abc3d75257586841bee4067bcc0ec5343f0220 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-zstd @@ -36,11 +36,11 @@ Summary: Zstd Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} -Version: 0.7.4 +Version: 0.7.5 %if 0%{?gh_date:1} Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif %if %{?with_libzstd} License: MIT @@ -247,6 +247,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Fri Dec 20 2019 Remi Collet - 0.7.5-1 +- update to 0.7.5 with bundled libzstd 1.4.4 + * Tue Sep 03 2019 Remi Collet - 0.7.4-2 - rebuild for 7.4.0RC1 -- cgit