summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-28 07:28:58 +0200
committerRemi Collet <remi@remirepo.net>2020-08-28 07:28:58 +0200
commit9561e298b44051a3ee5a7b232a634eff6f35b683 (patch)
tree9146ada9ad4fa21d1779d356faee8af87dd74273
parent93eb9b5ecaa3dce2a9e8e6a436ae2a3044ea9586 (diff)
update to 0.11.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-brotli.spec21
3 files changed, 12 insertions, 13 deletions
diff --git a/PHPINFO b/PHPINFO
index 607438e..be41916 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
brotli
Brotli support => enabled
-Extension Version => 0.11.0
+Extension Version => 0.11.1
Library Version => 1.0.7
diff --git a/REFLECTION b/REFLECTION
index e159266..55f2e7d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #116 brotli version 0.11.0 ] {
+Extension [ <persistent> extension #116 brotli version 0.11.1 ] {
- INI {
Entry [ brotli.output_compression <ALL> ]
diff --git a/php-brotli.spec b/php-brotli.spec
index dd6be0c..bc8c7f6 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -23,7 +23,7 @@
%bcond_with libbrotli
%endif
-%global gh_commit 5e12fa3dca211a87ad12f17d8640f3d301b190ed
+%global gh_commit c44db8db93fb3993e92a1a79264ca40ed27527c3
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner kjdev
%global gh_project php-ext-brotli
@@ -34,11 +34,11 @@
Summary: Brotli Extension for PHP
Name: %{?sub_prefix}php-%{pecl_name}
-Version: 0.11.0
+Version: 0.11.1
%if 0%{?gh_date:1}
Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -51,7 +51,7 @@ BuildRequires: %{?scl_prefix}php-devel
%if %{with libbrotli}
BuildRequires: brotli-devel >= 0.6.0
%else
-Provides: bundled(brotli) = 1.0.7
+Provides: bundled(brotli) = 1.0.9
%endif
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
@@ -59,21 +59,17 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api}
%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
-%if "%{php_version}" > "7.1"
-Obsoletes: php71u-%{pecl_name} <= %{version}
-Obsoletes: php71w-%{pecl_name} <= %{version}
-%endif
%if "%{php_version}" > "7.2"
Obsoletes: php72u-%{pecl_name} <= %{version}
-Obsoletes: php72w-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
Obsoletes: php73-%{pecl_name} <= %{version}
-Obsoletes: php73w-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.4"
Obsoletes: php74-%{pecl_name} <= %{version}
-Obsoletes: php74w-%{pecl_name} <= %{version}
+%endif
+%if "%{php_version}" > "8.0"
+Obsoletes: php80-%{pecl_name} <= %{version}
%endif
%endif
@@ -224,6 +220,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Aug 28 2020 Remi Collet <remi@remirepo.net> - 0.11.1-1
+- update to 0.11.1
+
* Wed Aug 5 2020 Remi Collet <remi@remirepo.net> - 0.11.0-2
- rebuild for 8.0.0beta1