summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-07 07:02:24 +0100
committerRemi Collet <remi@remirepo.net>2019-01-07 07:02:24 +0100
commit53a5dd0f31f7eab3f78cb8ac2c366f693c91a2c7 (patch)
tree862cb96b21b587182e87c1b2611e7f873016c54e
parent66a3a262f492a5f26f355ce14c276b6b5c71ae3f (diff)
v0.6.2
-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 7d6f32b..8ae3e62 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
brotli
Brotli support => enabled
-Extension Version => 0.6.1
+Extension Version => 0.6.2
Library Version => 1.0.5
diff --git a/REFLECTION b/REFLECTION
index 6a43a4a..de067c9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #78 brotli version 0.6.1 ] {
+Extension [ <persistent> extension #76 brotli version 0.6.2 ] {
- INI {
Entry [ brotli.output_compression <ALL> ]
diff --git a/php-brotli.spec b/php-brotli.spec
index 9867a8e..9ccca24 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-brotli
#
-# Copyright (c) 2017-2018 Remi Collet
+# Copyright (c) 2017-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -23,7 +23,7 @@
%global with_libbrotli 0
%endif
-%global gh_commit 7eeb694dbc9b18f570b69f78af431da6773af91a
+%global gh_commit a2c3ccb54d0d1270921079f1bb2ea79638b8f876
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner kjdev
%global gh_project php-ext-brotli
@@ -34,7 +34,7 @@
Summary: Brotli Extension for PHP
Name: %{?sub_prefix}php-%{pecl_name}
-Version: 0.6.1
+Version: 0.6.2
%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
@@ -228,6 +228,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Jan 7 2019 Remi Collet <remi@remirepo.net> - 0.6.2-1
+- update to 0.6.2
+
* Wed Nov 28 2018 Remi Collet <remi@remirepo.net> - 0.6.1-1
- update to 0.6.1 (no change)
- drop patches merged upstream