diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-19 07:06:02 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-19 07:06:02 +0200 |
commit | 10e02398c9dcd1501db9f585d98b6412fb6570f2 (patch) | |
tree | d5d21dc7ea2d5f4dbedcf94786543ebd89d21b59 /php-brotli.spec | |
parent | 586e2c0a48114373bf4174295d54c634e7911e16 (diff) |
Diffstat (limited to 'php-brotli.spec')
-rw-r--r-- | php-brotli.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-brotli.spec b/php-brotli.spec index 1476b2d..773bfb6 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -23,7 +23,7 @@ Summary: Brotli Extension for PHP Name: %{?scl_prefix}php-%{pecl_name} -Version: 0.16.0 +Version: 0.17.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} @@ -90,7 +90,8 @@ extension = %{pecl_name}.so ; Configuration ;brotli.output_compression = 0 -;brotli.output_compression_level = -1 +;brotli.output_compression_level = 11 +;brotli.output_compression_dict = EOF @@ -203,6 +204,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon May 19 2025 Remi Collet <remi@remirepo.net> - 0.17.0-1 +- update to 0.17.0 + * Tue Apr 22 2025 Remi Collet <remi@remirepo.net> - 0.16.0-1 - update to 0.16.0 |