summaryrefslogtreecommitdiffstats
path: root/php-zstd.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-03 05:44:37 +0200
committerRemi Collet <remi@php.net>2026-07-03 05:44:37 +0200
commitbf4f095f33f6afa8d3175feb7260eb54c0a2d708 (patch)
tree5df98f491ec1d92eae6e7eacc09c060f0c6b599e /php-zstd.spec
parent23032782304b1a2322d2b72e8eb5bab8bfa5814a (diff)
update to 0.17.0HEADmaster
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