diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-18 08:35:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-18 08:35:21 +0200 |
commit | bb11caa0a0fd37e4c38fddf6f9c2517adaf87db6 (patch) | |
tree | f52dab6622ebb4c4a4a66f7309c3181f268e0211 | |
parent | 12dbfaa1e853d366ca185bb63acd5c51e676df97 (diff) |
-rw-r--r-- | php-nikic-php-parser5.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/php-nikic-php-parser5.spec b/php-nikic-php-parser5.spec index f65273f..811dc58 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-nikic-php-parser5 # -# SPDX-FileCopyrightText: Copyright 2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -18,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit 447a020a1f875a434d62f2a401f53b82a396e494 +%global gh_commit ae59794362fe85e051a58ad36b289443f57be7a9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global ns_project PhpParser %global major 5 -%global upstream_version 5.4.0 +%global upstream_version 5.5.0 #global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} @@ -126,16 +126,13 @@ cat << 'AUTOLOAD' | tee vendor/autoload.php AUTOLOAD : Upstream test suite -# need investigations (autoloader ?) -FILTER="--filter '^((?!(testAliases)).)*$'" - ret=0 for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ -d auto_prepend_file=%{buildroot}/%{php_home}/%{ns_project}%{major}/autoload.php \ - ${2:-%{_bindir}/phpunit9} $FILTER --verbose || ret=1 + ${2:-%{_bindir}/phpunit9} --verbose || ret=1 fi done exit $ret @@ -153,6 +150,9 @@ exit $ret %changelog +* Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 5.5.0-1 +- update to 5.5.0 + * Tue Dec 31 2024 Remi Collet <remi@remirepo.net> - 5.4.0-1 - update to 5.4.0 - re-license spec file to CECILL-2.1 |