From 39427b09668e0710ba67edf61f621f8455c7481b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jun 2020 07:44:19 +0200 Subject: update to 0.9.0 (stable) --- PHPINFO | 2 +- REFLECTION | 2 +- php-zstd.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index c816050..34f7251 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ zstd Zstd support => enabled -Extension Version => 0.8.1 +Extension Version => 0.9.0 Interface Version => 1.4.5 diff --git a/REFLECTION b/REFLECTION index b99d1fa..20038ff 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #104 zstd version 0.8.1 ] { +Extension [ 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 - 0.9.0-1 +- update to 0.9.0 (stable) + * Fri May 29 2020 Remi Collet - 0.8.1-1 - update to 0.8.1 with libzstd 1.4.5 - drop patch merged upstream -- cgit