From 760cc6500e4708cfcf061178bb3486111d9a230d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 09:09:34 +0100 Subject: update to 0.18.3 --- Makefile | 2 +- PHPINFO | 2 +- REFLECTION | 2 +- php-brotli.spec | 10 ++++++++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 91b0fd5..13af741 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../../common/Makefile +include ../../../common/Makefile diff --git a/PHPINFO b/PHPINFO index 442bbf5..564539d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ brotli Brotli support => enabled -Extension Version => 0.18.2 +Extension Version => 0.18.3 Library Version => 1.1.0 Dictionary support => enabled APCu serializer ABI => 0 diff --git a/REFLECTION b/REFLECTION index 63894ea..a3b0bf0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #71 brotli version 0.18.2 ] { +Extension [ extension #72 brotli version 0.18.3 ] { - Dependencies { Dependency [ apcu (Optional) ] diff --git a/php-brotli.spec b/php-brotli.spec index 469acfa..be24f0b 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -23,8 +23,8 @@ Summary: Brotli Extension for PHP Name: %{?scl_prefix}php-%{pecl_name} -Version: 0.18.2 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 0.18.3 +Release: 1%{?dist} License: MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -42,10 +42,13 @@ Provides: bundled(brotli) = 1.1.0 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} + +# PECL Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +# PIE Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} @@ -204,6 +207,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Dec 2 2025 Remi Collet - 0.18.3-1 +- update to 0.18.3 + * Mon Aug 18 2025 Remi Collet - 0.18.2-1 - update to 0.18.2 -- cgit