diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-13 06:37:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-13 06:37:37 +0200 |
commit | 14569c238990afc528136f84e981d563314ec8e7 (patch) | |
tree | e1a429f201e21cc6e01f191b70a36afd779b8927 | |
parent | 7846e78bdef19e829131dcb633b94c5e4851abcc (diff) |
update to 0.18.1
drop patch merged upstream
-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 |