From 496d92ef17ae765df91d2c17fe270fd1dca92b47 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Aug 2025 07:25:18 +0200 Subject: update to 0.18.2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-brotli.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index ee9b9a7..442bbf5 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ brotli Brotli support => enabled -Extension Version => 0.18.0 +Extension Version => 0.18.2 Library Version => 1.1.0 Dictionary support => enabled APCu serializer ABI => 0 diff --git a/REFLECTION b/REFLECTION index 910f5f1..63894ea 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #71 brotli version 0.18.0 ] { +Extension [ extension #71 brotli version 0.18.2 ] { - Dependencies { Dependency [ apcu (Optional) ] diff --git a/php-brotli.spec b/php-brotli.spec index a86f042..469acfa 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.1 +Version: 0.18.2 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,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Aug 18 2025 Remi Collet - 0.18.2-1 +- update to 0.18.2 + * Wed Aug 13 2025 Remi Collet - 0.18.1-1 - update to 0.18.1 - drop patch merged upstream -- cgit