summaryrefslogtreecommitdiffstats
path: root/php-zstd.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-04 06:14:49 +0200
committerRemi Collet <remi@remirepo.net>2021-10-04 06:14:49 +0200
commite9090e33e0a92d9f2d811fccf25ac07752cc8dc8 (patch)
tree969137f41bd4d068bc7b7c919d70fd7ced9ecd46 /php-zstd.spec
parent8f41db1d687d09972e8d03e0a374593b947a2a7e (diff)
update to 0.11.0
Diffstat (limited to 'php-zstd.spec')
-rw-r--r--php-zstd.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zstd.spec b/php-zstd.spec
index fd9f953..2813fd1 100644
--- a/php-zstd.spec
+++ b/php-zstd.spec
@@ -25,7 +25,7 @@
%else
%bcond_with libzstd
%endif
-%global zstdver 1.4.8
+%global zstdver 1.5.0
%global pecl_name zstd
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
@@ -34,8 +34,8 @@
Summary: Zstandard extension
Name: %{?sub_prefix}php-%{pecl_name}
-Version: 0.10.0
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 0.11.0
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%if %{with libzstd}
License: MIT
%else
@@ -263,6 +263,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
%changelog
+* Mon Oct 4 2021 Remi Collet <remi@remirepo.net> - 0.11.0-1
+- update to 0.11.0
+
* Wed Apr 28 2021 Remi Collet <remi@remirepo.net> - 0.10.0-2
- F34 rebuild for https://github.com/remicollet/remirepo/issues/174