summaryrefslogtreecommitdiffstats
path: root/php-brotli.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-brotli.spec')
-rw-r--r--php-brotli.spec9
1 files changed, 6 insertions, 3 deletions
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