diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-05 07:35:15 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-05 07:35:15 +0200 |
| commit | cda1f7c5c8c161b9ea4121fdc8ee8d6e0e83a643 (patch) | |
| tree | 177a3ebbf7a914ff05bfe974694927d32c7e5924 /php-brotli.spec | |
| parent | 32999eaf891398f05a62961588aef3e427dbed22 (diff) | |
Diffstat (limited to 'php-brotli.spec')
| -rw-r--r-- | php-brotli.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-brotli.spec b/php-brotli.spec index 041c172..59ac77f 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -30,8 +30,8 @@ Name: %{?scl_prefix}php-%{pecl_name} Summary: Brotli Extension for PHP License: MIT -Version: 0.18.3 -Release: 2%{?dist} +Version: 0.19.0 +Release: 1%{?dist} %forgemeta URL: %{forgeurl} Source0: %{forgesource} @@ -95,9 +95,10 @@ cat << 'EOF' | tee %{ini_name} extension = %{pecl_name}.so ; Configuration -;brotli.output_compression = 0 +;brotli.output_compression = Off ;brotli.output_compression_level = 11 ;brotli.output_compression_dict = +;brotli.apcu_compression_level = 11 EOF @@ -200,6 +201,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Jun 5 2026 Remi Collet <remi@remirepo.net> - 0.19.0-1 +- update to 0.19.0 + * Tue Mar 17 2026 Remi Collet <remi@remirepo.net> - 0.18.3-2 - drop pear/pecl dependency - sources from github |
