summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 09:14:04 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 09:14:04 +0200
commit223024a2ebf622f460c28ecf37fe74569965b5bf (patch)
tree2259055c52e4308c3a6f97cc25a796383241e4de
parent101faa1d1c130b50a8c38773fffcc8df602d984e (diff)
rebuild for PHP 8.0.0RC1
-rw-r--r--php-brotli.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-brotli.spec b/php-brotli.spec
index bed8662..9244ea6 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -36,9 +36,9 @@ Summary: Brotli Extension for PHP
Name: %{?sub_prefix}php-%{pecl_name}
Version: 0.11.1
%if 0%{?gh_date:1}
-Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -220,6 +220,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 0.11.1-3
+- rebuild for PHP 8.0.0RC1
+
* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 0.11.1-2
- rebuild for PHP 8.0.0beta3