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 894de91..dd6be0c 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -38,7 +38,7 @@ 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 -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} @@ -224,6 +224,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 5 2020 Remi Collet <remi@remirepo.net> - 0.11.0-2 +- rebuild for 8.0.0beta1 + * Tue Aug 4 2020 Remi Collet <remi@remirepo.net> - 0.11.0-1 - update to 0.11.0 |