Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ad7e82d4f |
3 changed files with 13 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,3 +30,4 @@ clog
|
|||
/php-nikic-php-parser4-4.19.1-4e1b88d.tgz
|
||||
/php-nikic-php-parser4-4.19.2-0ed4c89.tgz
|
||||
/php-nikic-php-parser4-4.19.4-715f4d2.tgz
|
||||
/php-nikic-php-parser4-4.19.5-51bd93c.tgz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# remirepo/fedora spec file for php-nikic-php-parser4
|
||||
#
|
||||
# Copyright (c) 2016-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 715f4d25e225bc47b293a8b997fe6ce99bf987d2
|
||||
%global gh_commit 51bd93cc741b7fc3d63d20b6bdcd99fdaa359837
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.19.4
|
||||
Release: 2%{?dist}
|
||||
Version: 4.19.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -126,7 +126,7 @@ AUTOLOAD
|
|||
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
|
||||
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do
|
||||
for cmdarg in "php %{phpunit}" php81 php82 php83 php84 php85; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 -d include_path=%{php_home} \
|
||||
|
|
@ -149,6 +149,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 4.19.5-1
|
||||
- update to 4.19.5
|
||||
- re-license spec file to CECILL-2.1
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.19.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.19.4-715f4d2.tgz) = c6eb9e25fe950264a8f27bf16adc603af9973da0514f0b728fc0fd768f000f7a983403c674209f78941672adf72ca61d54e705d05884b7dc4ccfbfa7d4e6696b
|
||||
SHA512 (php-nikic-php-parser4-4.19.5-51bd93c.tgz) = 739cb8134ca83bfaeb8189dc40ef7603e2c7c7813d28841b279306f6e2d3f77910eb5033aae0c2bad0f38d0dc6490953cc3518bf433c4f99cecf2007c10d17cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue