diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-brotli.spec | 9 |
3 files changed, 8 insertions, 5 deletions
@@ -2,5 +2,5 @@ brotli Brotli support => enabled -Extension Version => 0.6.1 +Extension Version => 0.6.2 Library Version => 1.0.5 @@ -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 |