summaryrefslogtreecommitdiffstats
path: root/php-zstd.spec
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 /php-zstd.spec
parent9c697218a2432dfe2cb128daf64c22b84ae45645 (diff)
update to 0.9.0 (stable)
Diffstat (limited to 'php-zstd.spec')
-rw-r--r--php-zstd.spec7
1 files changed, 5 insertions, 2 deletions
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