summaryrefslogtreecommitdiffstats
path: root/php-zstd.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zstd.spec')
-rw-r--r--php-zstd.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-zstd.spec b/php-zstd.spec
index 72cfe79..207aa7d 100644
--- a/php-zstd.spec
+++ b/php-zstd.spec
@@ -24,7 +24,7 @@
Summary: Zstandard extension
Name: %{?scl_prefix}php-%{pecl_name}
-Version: 0.13.0
+Version: 0.13.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%if %{with libzstd}
License: MIT
@@ -239,6 +239,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
%changelog
+* Thu Sep 7 2023 Remi Collet <remi@remirepo.net> - 0.13.1-1
+- update to 0.13.1 (no change)
+
* Wed Sep 6 2023 Remi Collet <remi@remirepo.net> - 0.13.0-1
- update to 0.13.0
- fix tests installation path