From c74f263e513d208e4eea2f09d1b32ff5117c7bb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2019 07:27:15 +0200 Subject: v0.7.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-zstd.spec | 12 +++++++----- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index bd9abd3..470e8ae 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ zstd Zstd support => enabled -Extension Version => 0.7.2 +Extension Version => 0.7.3 Interface Version => 1.4.0 diff --git a/REFLECTION b/REFLECTION index 633e350..d20083c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #187 zstd version 0.7.2 ] { +Extension [ extension #186 zstd version 0.7.3 ] { - Constants [5] { Constant [ integer ZSTD_COMPRESS_LEVEL_MIN ] { 1 } diff --git a/php-zstd.spec b/php-zstd.spec index 2198d39..18809c0 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -24,7 +24,7 @@ %endif %global zstdver 1.4.0 -%global gh_commit dc436e0c8729ea121ee1d7c4184c17b168ecd654 +%global gh_commit d4fa116c59d7fd31c2fb242b0ad8ad02bdeccd67 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-zstd @@ -35,7 +35,7 @@ Summary: Zstd Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} -Version: 0.7.2 +Version: 0.7.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 @@ -181,7 +181,6 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %check -export NO_INTERACTION=1 export REPORT_EXIT_STATUS=1 %if %{?with_libzstd} ver=$(pkg-config libzstd --modversion) @@ -199,7 +198,7 @@ cd NTS : Upstream test suite for NTS extension TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ -%{__php} -n run-tests.php --show-diff || : ignore +%{__php} -n run-tests.php -q --offline --show-diff %if %{with_zts} cd ../ZTS @@ -211,7 +210,7 @@ cd ../ZTS : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ -%{__ztsphp} -n run-tests.php --show-diff +%{__ztsphp} -n run-tests.php -q --offline --show-diff %endif @@ -242,6 +241,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Wed Apr 24 2019 Remi Collet - 0.7.3-1 +- update to 0.7.3 + * Tue Apr 23 2019 Remi Collet - 0.7.2-1 - update to 0.7.2 - use bundled libzstd 1.4.0 -- cgit