summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-04 08:00:01 +0200
committerRemi Collet <remi@php.net>2023-09-04 08:00:01 +0200
commitc98efe682e6b429b3bd5c8404a934122b02d14be (patch)
treedbaac58b933ee122effbbb4c63ad2b0bb3dedf04
parent2e0505d53506088ac95c0b36d802f15feba5dba2 (diff)
update to 0.14.2 (no change)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-brotli.spec9
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index ba8dac9..cb5f461 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
brotli
Brotli support => enabled
-Extension Version => 0.14.0
+Extension Version => 0.14.2
Library Version => 1.0.9
APCu serializer ABI => 0
diff --git a/REFLECTION b/REFLECTION
index 989778e..7aa75b6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #71 brotli version 0.14.0 ] {
+Extension [ <persistent> extension #71 brotli version 0.14.2 ] {
- Dependencies {
Dependency [ apcu (Optional) ]
diff --git a/php-brotli.spec b/php-brotli.spec
index 7f5aa11..552260b 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -21,8 +21,8 @@
Summary: Brotli Extension for PHP
Name: %{?scl_prefix}php-%{pecl_name}
-Version: 0.14.0
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 0.14.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}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -35,7 +35,7 @@ BuildRequires: %{?scl_prefix}php-pear
%if %{with libbrotli}
BuildRequires: brotli-devel >= 0.6.0
%else
-Provides: bundled(brotli) = 1.0.9
+Provides: bundled(brotli) = 1.1.0
%endif
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
@@ -203,6 +203,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Sep 4 2023 Remi Collet <remi@remirepo.net> - 0.14.2-1
+- update to 0.14.2 (no change)
+
* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 0.14.0-2
- rebuild for PHP 8.3.0RC1