Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a0a767cf0 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,3 +18,4 @@ clog
|
||||||
/php-nikic-php-parser4-4.13.0-50953a2.tgz
|
/php-nikic-php-parser4-4.13.0-50953a2.tgz
|
||||||
/php-nikic-php-parser4-4.13.1-63a79e8.tgz
|
/php-nikic-php-parser4-4.13.1-63a79e8.tgz
|
||||||
/php-nikic-php-parser4-4.13.2-210577f.tgz
|
/php-nikic-php-parser4-4.13.2-210577f.tgz
|
||||||
|
/php-nikic-php-parser4-4.14.0-34bea19.tgz
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# remirepo/fedora spec file for php-nikic-php-parser4
|
# remirepo/fedora spec file for php-nikic-php-parser4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016-2021 Remi Collet
|
# Copyright (c) 2016-2022 Remi Collet
|
||||||
# License: CC-BY-SA
|
# License: CC-BY-SA
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
#
|
#
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
# For compatibility with SCL
|
# For compatibility with SCL
|
||||||
%undefine __brp_mangle_shebangs
|
%undefine __brp_mangle_shebangs
|
||||||
|
|
||||||
%global gh_commit 210577fe3cf7badcc5814d99455df46564f3c077
|
%global gh_commit 34bea19b6e03d8153165d8f30bba4c3be86184c1
|
||||||
%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
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
%global major 4
|
%global major 4
|
||||||
|
|
||||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||||
Version: 4.13.2
|
Version: 4.14.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A PHP parser written in PHP - version %{major}
|
Summary: A PHP parser written in PHP - version %{major}
|
||||||
|
|
||||||
|
|
@ -128,7 +128,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ret=0
|
ret=0
|
||||||
for cmdarg in "php %{phpunit}" php74 php80 php81; do
|
for cmdarg in "php %{phpunit}" php74 php80 php81 php82; 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} \
|
||||||
|
|
@ -151,6 +151,9 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 1 2022 Remi Collet <remi@remirepo.net> - 4.14.0-1
|
||||||
|
- update to 4.14.0
|
||||||
|
|
||||||
* Wed Dec 1 2021 Remi Collet <remi@remirepo.net> - 4.13.2-1
|
* Wed Dec 1 2021 Remi Collet <remi@remirepo.net> - 4.13.2-1
|
||||||
- update to 4.13.2
|
- update to 4.13.2
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-nikic-php-parser4-4.13.2-210577f.tgz) = d2e2b6a2dd653a54e8ff6084a22553589cb58f5525b4688199061f2022e68e1f143d5626fff034df4f7c64d4540ae3b90e2a8b85c6c13f09f98fb4ff7b0c13d0
|
SHA512 (php-nikic-php-parser4-4.14.0-34bea19.tgz) = 1b20f8e9989e1b28e17c9513f092b7fced41ce6668349a48e871645451941ce21459649da1d384fdd27adc45d9287b10a09b7a5930cc2f1ceb749bb1a082ee44
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue