summaryrefslogtreecommitdiffstats
path: root/php-zstd.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zstd.spec')
-rw-r--r--php-zstd.spec12
1 files changed, 11 insertions, 1 deletions
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
@@ -137,6 +138,9 @@ cd ../NTS
%if %{with libzstd}
--with-libzstd \
%endif
+%if %{with apcu}
+ --enable-apcu \
+%endif
--with-libdir=%{_lib} \
--enable-zstd
@@ -149,6 +153,9 @@ cd ../ZTS
%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 <remi@remirepo.net> - 0.17.0-1
+- update to 0.17.0
+
* Fri Jun 5 2026 Remi Collet <remi@remirepo.net> - 0.16.0-1
- update to 0.16.0