diff options
-rw-r--r-- | php-brotli.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/php-brotli.spec b/php-brotli.spec index 8c866dc..a86f042 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.18.0 +Version: 0.18.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} @@ -204,6 +204,14 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 0.18.1-1 +- update to 0.18.1 +- drop patch merged upstream + +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 0.18.0-2 +- fix for PHP 8.5.0alpha3 using patch from + https://github.com/kjdev/php-ext-brotli/pull/76 + * Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 0.18.0-1 - update to 0.18.0 |