summaryrefslogtreecommitdiffstats
path: root/php-brotli.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-27 17:16:03 +0200
committerRemi Collet <remi@remirepo.net>2020-06-27 17:16:03 +0200
commit8d7839ecb5411d8422b313a98849b7651c22b3d2 (patch)
tree55d1fe9d96b380be8690d4ba3befd029669bf313 /php-brotli.spec
parent63866fb832f0d9fee58e31c259ce8c2c97f49e1e (diff)
update to 0.9.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 2c10110..6e91371 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -23,7 +23,7 @@
%global with_libbrotli 0
%endif
-%global gh_commit f8ad32c46936bcc22c601d08f182e5029ad925db
+%global gh_commit c1f837567e630b6cb1d2f1f3e9e7913aa393957d
%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.8.0
+Version: 0.9.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
+* Sat Jun 27 2020 Remi Collet <remi@remirepo.net> - 0.9.0-1
+- update to 0.9.0
+
* Fri Jun 5 2020 Remi Collet <remi@remirepo.net> - 0.8.0-1
- update to 0.8.0
- drop patch merged upstream