diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-02 09:09:34 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-02 09:09:34 +0100 |
| commit | 760cc6500e4708cfcf061178bb3486111d9a230d (patch) | |
| tree | f344dd45f30d8063ba45b67cdd0d81cad09f6c7f | |
| parent | 496d92ef17ae765df91d2c17fe270fd1dca92b47 (diff) | |
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-brotli.spec | 10 |
4 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../../common/Makefile +include ../../../common/Makefile @@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #71 brotli version 0.18.2 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 0.18.3-1 +- update to 0.18.3 + * Mon Aug 18 2025 Remi Collet <remi@remirepo.net> - 0.18.2-1 - update to 0.18.2 |
