Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e167685906 | ||
|
|
d36b22fbc0 | ||
|
|
cad7d5ea82 |
3 changed files with 16 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,3 +5,6 @@
|
|||
/php-nikic-php-parser5-5.3.1-8eea230.tgz
|
||||
/php-nikic-php-parser5-5.4.0-447a020.tgz
|
||||
/php-nikic-php-parser5-5.5.0-ae59794.tgz
|
||||
/php-nikic-php-parser5-5.6.1-f103601.tgz
|
||||
/php-nikic-php-parser5-5.6.2-3a454ca.tgz
|
||||
/php-nikic-php-parser5-5.7.0-dca41cd.tgz
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit ae59794362fe85e051a58ad36b289443f57be7a9
|
||||
%global gh_commit dca41cd15c2ac9d055ad70dbfd011130757d1f82
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
%global ns_project PhpParser
|
||||
%global major 5
|
||||
|
||||
%global upstream_version 5.5.0
|
||||
%global upstream_version 5.7.0
|
||||
#global upstream_prever rc1
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
|
|
@ -123,7 +123,7 @@ AUTOLOAD
|
|||
|
||||
: Upstream test suite
|
||||
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} \
|
||||
|
|
@ -146,6 +146,15 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 5.7.0-1
|
||||
- update to 5.7.0
|
||||
|
||||
* Wed Oct 22 2025 Remi Collet <remi@remirepo.net> - 5.6.2-1
|
||||
- update to 5.6.2
|
||||
|
||||
* Thu Aug 14 2025 Remi Collet <remi@remirepo.net> - 5.6.1-1
|
||||
- update to 5.6.1
|
||||
|
||||
* Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 5.5.0-1
|
||||
- update to 5.5.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser5-5.5.0-ae59794.tgz) = 7b760f7d7404bff4ec793d7e960cb10ac7f33e8eee92b93f330e9187d39518365da055de1ad98221a46c2f23c2d5145b8d781aa031ef60183f3ebf9888c7d64c
|
||||
SHA512 (php-nikic-php-parser5-5.7.0-dca41cd.tgz) = 8222a9547323f76cbec5cbb7a43a5080612a2eaeb76190b555395b585718d9236ad6191092bbcd669555efa6b5b22361166d42543e073a2b68c7c14ff3c3ccc6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue