Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83ca6dbdd7 | ||
|
|
ef3f87f1fe | ||
|
|
b47b690a40 | ||
|
|
875aee5028 |
3 changed files with 24 additions and 13 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,6 @@
|
||||||
/php-nikic-php-parser5-5.0.2-1396767.tgz
|
/php-nikic-php-parser5-5.0.2-1396767.tgz
|
||||||
/php-nikic-php-parser5-5.1.0-683130c.tgz
|
/php-nikic-php-parser5-5.1.0-683130c.tgz
|
||||||
|
/php-nikic-php-parser5-5.2.0-23c79fb.tgz
|
||||||
|
/php-nikic-php-parser5-5.3.0-3abf742.tgz
|
||||||
|
/php-nikic-php-parser5-5.3.1-8eea230.tgz
|
||||||
|
/php-nikic-php-parser5-5.4.0-447a020.tgz
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# remirepo/fedora spec file for php-nikic-php-parser5
|
# remirepo/fedora spec file for php-nikic-php-parser5
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016-2024 Remi Collet
|
# SPDX-FileCopyrightText: Copyright 2024 Remi Collet
|
||||||
# License: CC-BY-SA-4.0
|
# SPDX-License-Identifier: CECILL-2.1
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||||
#
|
#
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global gh_commit 683130c2ff8c2739f4822ff7ac5c873ec529abd1
|
%global gh_commit 447a020a1f875a434d62f2a401f53b82a396e494
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner nikic
|
%global gh_owner nikic
|
||||||
%global gh_project PHP-Parser
|
%global gh_project PHP-Parser
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
%global ns_project PhpParser
|
%global ns_project PhpParser
|
||||||
%global major 5
|
%global major 5
|
||||||
|
|
||||||
%global upstream_version 5.1.0
|
%global upstream_version 5.4.0
|
||||||
#global upstream_prever rc1
|
#global upstream_prever rc1
|
||||||
|
|
||||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||||
|
|
@ -45,11 +45,8 @@ BuildArch: noarch
|
||||||
# For tests
|
# For tests
|
||||||
BuildRequires: php(language) >= 7.4
|
BuildRequires: php(language) >= 7.4
|
||||||
BuildRequires: php-tokenizer
|
BuildRequires: php-tokenizer
|
||||||
BuildRequires: php-reflection
|
|
||||||
BuildRequires: php-ctype
|
BuildRequires: php-ctype
|
||||||
BuildRequires: php-json
|
BuildRequires: php-json
|
||||||
BuildRequires: php-pcre
|
|
||||||
BuildRequires: php-spl
|
|
||||||
# From composer.json, "require-dev": {
|
# From composer.json, "require-dev": {
|
||||||
# "phpunit/phpunit": "^9.0",
|
# "phpunit/phpunit": "^9.0",
|
||||||
# "ircmaxell/php-yacc": "0.0.7"
|
# "ircmaxell/php-yacc": "0.0.7"
|
||||||
|
|
@ -69,9 +66,6 @@ Requires: php-tokenizer
|
||||||
Requires: php-json
|
Requires: php-json
|
||||||
Requires: php-ctype
|
Requires: php-ctype
|
||||||
# From phpcompatinfo report for version 5.0.0
|
# From phpcompatinfo report for version 5.0.0
|
||||||
Requires: php-reflection
|
|
||||||
Requires: php-pcre
|
|
||||||
Requires: php-spl
|
|
||||||
Requires: php-cli
|
Requires: php-cli
|
||||||
# Autoloader
|
# Autoloader
|
||||||
Requires: php-composer(fedora/autoloader)
|
Requires: php-composer(fedora/autoloader)
|
||||||
|
|
@ -132,7 +126,7 @@ AUTOLOAD
|
||||||
FILTER="--filter '^((?!(testAliases)).)*$'"
|
FILTER="--filter '^((?!(testAliases)).)*$'"
|
||||||
|
|
||||||
ret=0
|
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
|
if which $cmdarg; then
|
||||||
set $cmdarg
|
set $cmdarg
|
||||||
$1 -d include_path=%{php_home} \
|
$1 -d include_path=%{php_home} \
|
||||||
|
|
@ -155,6 +149,19 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 5.3.1-1
|
||||||
|
- update to 5.3.1
|
||||||
|
|
||||||
|
* Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 5.3.0-1
|
||||||
|
- update to 5.3.0
|
||||||
|
|
||||||
|
* Mon Sep 16 2024 Remi Collet <remi@remirepo.net> - 5.2.0-1
|
||||||
|
- update to 5.2.0
|
||||||
|
|
||||||
* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 5.1.0-1
|
* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 5.1.0-1
|
||||||
- update to 5.1.0
|
- update to 5.1.0
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-nikic-php-parser5-5.1.0-683130c.tgz) = c72dba631140169af5bc5c81d81680711907b58ef4c75a25ff2ac0956fea38ff08568a7148c6ec7b4daf61696d3d325a77c8d283fced97d795222c40f7f1adc4
|
SHA512 (php-nikic-php-parser5-5.4.0-447a020.tgz) = 13d04df6b770c35d04ab2d6d91b7a061a6f22435b2b5fa025f98d8300f9b721c058b9101224f8be1c1b7ed3551afc29b1c3233e6008c70ef692c8c8250b1faeb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue