diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-zstd.spec | 12 |
3 files changed, 9 insertions, 7 deletions
@@ -2,5 +2,5 @@ zstd Zstd support => enabled -Extension Version => 0.7.2 +Extension Version => 0.7.3 Interface Version => 1.4.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #187 zstd version 0.7.2 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 0.7.3-1 +- update to 0.7.3 + * Tue Apr 23 2019 Remi Collet <remi@remirepo.net> - 0.7.2-1 - update to 0.7.2 - use bundled libzstd 1.4.0 |