diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-04 07:44:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-04 07:44:19 +0200 |
commit | 39427b09668e0710ba67edf61f621f8455c7481b (patch) | |
tree | a45a4fbe479140f1cb955ca52f91c1baa69ed1d3 | |
parent | 9c697218a2432dfe2cb128daf64c22b84ae45645 (diff) |
update to 0.9.0 (stable)
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-zstd.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -2,5 +2,5 @@ zstd Zstd support => enabled -Extension Version => 0.8.1 +Extension Version => 0.9.0 Interface Version => 1.4.5 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #104 zstd version 0.8.1 ] { +Extension [ <persistent> extension #104 zstd version 0.9.0 ] { - Constants [5] { Constant [ int ZSTD_COMPRESS_LEVEL_MIN ] { 1 } diff --git a/php-zstd.spec b/php-zstd.spec index 624a70d..798ec64 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -17,7 +17,7 @@ %global pkg_name %{name} %endif -%if 0%{?fedora} >= 32 +%if 0%{?fedora} >= 31 %global with_libzstd 1 %else %global with_libzstd 0 @@ -31,7 +31,7 @@ Summary: Zstandard extension Name: %{?sub_prefix}php-%{pecl_name} -Version: 0.8.1 +Version: 0.9.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{?with_libzstd} License: MIT @@ -250,6 +250,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Thu Jun 4 2020 Remi Collet <remi@remirepo.net> - 0.9.0-1 +- update to 0.9.0 (stable) + * Fri May 29 2020 Remi Collet <remi@remirepo.net> - 0.8.1-1 - update to 0.8.1 with libzstd 1.4.5 - drop patch merged upstream |