diff options
-rw-r--r-- | php-ast.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-ast.spec b/php-ast.spec index a5bc4ea..9b852d6 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -24,7 +24,7 @@ Version: 1.0.7 %if 0%{?gh_date:1} Release: 0.6.%{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: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -235,6 +235,9 @@ fi %changelog +* Fri Jul 24 2020 Remi Collet <remi@remirepo.net> - 1.0.7-3 +- EL-8 rebuild + * Tue Jul 21 2020 Remi Collet <remi@remirepo.net> - 1.0.7-2 - add patch from https://github.com/nikic/php-ast/pull/165 relax tests for 8.0.0alpha3 |