summaryrefslogtreecommitdiffstats
path: root/php-brotli.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-04 12:21:29 +0200
committerRemi Collet <remi@remirepo.net>2020-08-04 12:21:29 +0200
commit8e3e3675c8fb7d99a71ec4bf8047e34f56bde73a (patch)
tree7f76910c393d9b539ec261d93a431d038eb2349d /php-brotli.spec
parent882535d2a02b72de73932fa7ecc397e893a1d6e8 (diff)
update to 0.11.0
Diffstat (limited to 'php-brotli.spec')
-rw-r--r--php-brotli.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-brotli.spec b/php-brotli.spec
index 67fde56..894de91 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -23,7 +23,7 @@
%bcond_with libbrotli
%endif
-%global gh_commit 776d9d5c4113c4f96ac672456bc84fba95574e50
+%global gh_commit 5e12fa3dca211a87ad12f17d8640f3d301b190ed
%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.10.0
+Version: 0.11.0
%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
@@ -224,6 +224,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Aug 4 2020 Remi Collet <remi@remirepo.net> - 0.11.0-1
+- update to 0.11.0
+
* Mon Jul 27 2020 Remi Collet <remi@remirepo.net> - 0.10.0-1
- update to 0.10.0