diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-zstd.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,6 +2,6 @@ zstd Zstd support => enabled -Extension Version => 0.13.0 +Extension Version => 0.13.1 Interface Version => 1.5.5 APCu serializer ABI => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #111 zstd version 0.13.0 ] { +Extension [ <persistent> extension #111 zstd version 0.13.1 ] { - Dependencies { Dependency [ apcu (Optional) ] 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 |