summaryrefslogtreecommitdiffstats
path: root/php-brotli.spec
diff options
context:
space:
mode:
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 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