diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-24 10:59:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-24 10:59:16 +0200 |
commit | 5feb7cb5c0860ddbfc1cab9c331b43e8ab694605 (patch) | |
tree | 8bfa09eabaa36766654cf0ff9eb9cd5a5a6277e2 | |
parent | 0d7335daf815a8cb8da58bf5e4b7829df0c3d58f (diff) |
EL-8 rebuild
-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 |