summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-08 07:15:11 +0100
committerRemi Collet <remi@php.net>2024-11-08 07:15:11 +0100
commit46a9449599ec7f474188f7335e9ebe7a0d28ff14 (patch)
treece10b0fa059de56da617f35092d98eabe63e45f7
parentfe9fb1f8a7714ef8aa5c1f51623f975037dac27b (diff)
update to 0.15.2HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-brotli.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index da16dd6..4cfc155 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
brotli
Brotli support => enabled
-Extension Version => 0.15.1
+Extension Version => 0.15.2
Library Version => 1.1.0
APCu serializer ABI => 0
diff --git a/REFLECTION b/REFLECTION
index 978e227..fc1f834 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #68 brotli version 0.15.1 ] {
+Extension [ <persistent> extension #68 brotli version 0.15.2 ] {
- Dependencies {
Dependency [ apcu (Optional) ]
diff --git a/php-brotli.spec b/php-brotli.spec
index cf81140..489b93e 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -21,7 +21,7 @@
Summary: Brotli Extension for PHP
Name: %{?scl_prefix}php-%{pecl_name}
-Version: 0.15.1
+Version: 0.15.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}
@@ -199,6 +199,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Nov 8 2024 Remi Collet <remi@remirepo.net> - 0.15.2-1
+- update to 0.15.2
+
* Wed Nov 6 2024 Remi Collet <remi@remirepo.net> - 0.15.1-1
- update to 0.15.1