From bf4f095f33f6afa8d3175feb7260eb54c0a2d708 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Jul 2026 05:44:37 +0200 Subject: update to 0.17.0 --- php-zstd.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'php-zstd.spec') diff --git a/php-zstd.spec b/php-zstd.spec index f3765f5..7d3953d 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -38,7 +38,7 @@ License: MIT # bundled library is BSD-3-Clause License: MIT AND BSD-3-Clause %endif -Version: 0.16.0 +Version: 0.17.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %forgemeta URL: %{forgeurl} @@ -118,6 +118,7 @@ extension = %{pecl_name}.so ; Configuration ;zstd.output_compression = Off ;zstd.output_compression_level = 3 +;zstd.output_compression_exclude_types = ;zstd.output_compression_dict = ;zstd.apcu_compression_level = 3 EOF @@ -136,6 +137,9 @@ cd ../NTS --with-php-config=%{__phpconfig} \ %if %{with libzstd} --with-libzstd \ +%endif +%if %{with apcu} + --enable-apcu \ %endif --with-libdir=%{_lib} \ --enable-zstd @@ -148,6 +152,9 @@ cd ../ZTS --with-php-config=%{__ztsphpconfig} \ %if %{with libzstd} --with-libzstd \ +%endif +%if %{with apcu} + --enable-apcu \ %endif --with-libdir=%{_lib} \ --enable-zstd @@ -238,6 +245,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ %changelog +* Fri Jul 3 2026 Remi Collet - 0.17.0-1 +- update to 0.17.0 + * Fri Jun 5 2026 Remi Collet - 0.16.0-1 - update to 0.16.0 -- cgit