summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-02 09:09:34 +0100
committerRemi Collet <remi@php.net>2025-12-02 09:09:34 +0100
commit760cc6500e4708cfcf061178bb3486111d9a230d (patch)
treef344dd45f30d8063ba45b67cdd0d81cad09f6c7f
parent496d92ef17ae765df91d2c17fe270fd1dca92b47 (diff)
update to 0.18.3HEADmaster
-rw-r--r--Makefile2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-brotli.spec10
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 [ <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