summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-04 07:44:19 +0200
committerRemi Collet <remi@remirepo.net>2020-06-04 07:44:19 +0200
commit39427b09668e0710ba67edf61f621f8455c7481b (patch)
treea45a4fbe479140f1cb955ca52f91c1baa69ed1d3
parent9c697218a2432dfe2cb128daf64c22b84ae45645 (diff)
update to 0.9.0 (stable)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-zstd.spec7
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 [ <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