summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-23 08:12:17 +0100
committerRemi Collet <remi@remirepo.net>2021-01-23 08:12:17 +0100
commitf40dab69e0cd028c46c0b35ba115002eba65401a (patch)
tree7995b955b0ac46a76cda42e28d357b3d0ba57e24
parent0a682bf6605ead04132f2ace3681e386ca505eb1 (diff)
update to 0.13.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-brotli.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index f208c2c..ea5dc86 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
brotli
Brotli support => enabled
-Extension Version => 0.13.0
+Extension Version => 0.13.1
Library Version => 1.0.9
APCu serializer ABI => 0
diff --git a/REFLECTION b/REFLECTION
index 3917bc6..8d7ac7a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #119 brotli version 0.13.0 ] {
+Extension [ <persistent> extension #119 brotli version 0.13.1 ] {
- Dependencies {
Dependency [ apcu (Optional) ]
diff --git a/php-brotli.spec b/php-brotli.spec
index 655c075..5f847f1 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -26,7 +26,7 @@
%bcond_with libbrotli
%endif
-%global gh_commit a654233917778e9353b583ca62390e1bb3f87842
+%global gh_commit c17297688a6c7d23be33f170405f099aa7cd0d38
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner kjdev
%global gh_project php-ext-brotli
@@ -37,7 +37,7 @@
Summary: Brotli Extension for PHP
Name: %{?sub_prefix}php-%{pecl_name}
-Version: 0.13.0
+Version: 0.13.1
%if 0%{?gh_date:1}
Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
@@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Sat Jan 23 2021 Remi Collet <remi@remirepo.net> - 0.13.1-1
+- update to 0.13.1
+
* Fri Jan 22 2021 Remi Collet <remi@remirepo.net> - 0.13.0-1
- update to 0.13.0