This commit is contained in:
Remi Collet 2024-09-16 07:12:34 +02:00
commit 7f55fba521
3 changed files with 9 additions and 5 deletions

View file

@ -14,7 +14,7 @@
%bcond_with tests
%endif
%global gh_commit 683130c2ff8c2739f4822ff7ac5c873ec529abd1
%global gh_commit 23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nikic
%global gh_project PHP-Parser
@ -23,12 +23,12 @@
%global ns_project PhpParser
%global major 5
%global upstream_version 5.1.0
%global upstream_version 5.2.0
#global upstream_prever rc1
Name: php-%{gh_owner}-%{pk_project}%{major}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
License: BSD-3-Clause
@ -132,7 +132,7 @@ AUTOLOAD
FILTER="--filter '^((?!(testAliases)).)*$'"
ret=0
for cmdarg in "php %{phpunit}" php81 php82 php83; do
for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do
if which $cmdarg; then
set $cmdarg
$1 -d include_path=%{php_home} \
@ -155,6 +155,9 @@ exit $ret
%changelog
* Mon Sep 16 2024 Remi Collet <remi@remirepo.net> - 5.2.0-1
- update to 5.2.0
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild