v4.15.2
This commit is contained in:
parent
3ac55d0d06
commit
e1aaa93d1d
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,3 +20,4 @@ clog
|
|||
/php-nikic-php-parser4-4.13.2-210577f.tgz
|
||||
/php-nikic-php-parser4-4.14.0-34bea19.tgz
|
||||
/php-nikic-php-parser4-4.15.1-0ef6c55.tgz
|
||||
/php-nikic-php-parser4-4.15.2-f59bbe4.tgz
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 0ef6c55a3f47f89d7a374e6f835197a0b5fcf900
|
||||
%global gh_commit f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.15.1
|
||||
Version: 4.15.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -130,7 +130,7 @@ if [ $BITS -lt 8 ]; then
|
|||
# ignore test failing on 32-bit (in koji)
|
||||
FILTER="--filter '^((?!(testParse|testLexNewFeatures)).)*$'"
|
||||
else
|
||||
FILTER=""
|
||||
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
|
||||
fi
|
||||
|
||||
ret=0
|
||||
|
|
@ -157,6 +157,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 14 2022 Remi Collet <remi@remirepo.net> - 4.15.2-1
|
||||
- update to 4.15.2
|
||||
|
||||
* Thu Sep 8 2022 Remi Collet <remi@remirepo.net> - 4.15.1-1
|
||||
- update to 4.15.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.15.1-0ef6c55.tgz) = 5f68d6ffa512727cb30dacd5b4f057103a8a3be804b7008a41fff52d5add1c5e71c80f9046782b1399eccc9a99266b7f332106fd77420cd1ff0fc77d2615c408
|
||||
SHA512 (php-nikic-php-parser4-4.15.2-f59bbe4.tgz) = 5ca2a2feb53d2a37b095d2e36f9226aa663927acfdd781153b874ee196448f84bf831d3485ba58e3f994cc07711bbe92f578ac9608afef3ddc7e6f6ee58aa741
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue