diff options
-rw-r--r-- | php-brotli.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-brotli.spec b/php-brotli.spec index bc8c7f6..bed8662 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -38,7 +38,7 @@ 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;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 2 2020 Remi Collet <remi@remirepo.net> - 0.11.1-2 +- rebuild for PHP 8.0.0beta3 + * Fri Aug 28 2020 Remi Collet <remi@remirepo.net> - 0.11.1-1 - update to 0.11.1 |