v12.2.6
This commit is contained in:
parent
7bde6b638b
commit
e7e38ea131
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@
|
|||
/phpunit12-12.2.3-60a8ea2.tgz
|
||||
/phpunit12-12.2.4-63f7846.tgz
|
||||
/phpunit12-12.2.5-b71849b.tgz
|
||||
/phpunit12-12.2.6-638644c.tgz
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
%bcond_with defcmd
|
||||
%endif
|
||||
|
||||
%global gh_commit b71849b29f7a8d7574e4401873cb8b539896613f
|
||||
%global gh_date 2025-06-27
|
||||
%global gh_commit 638644c62a58f04974da115f98981c9b48564021
|
||||
%global gh_date 2025-07-04
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project phpunit
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
%global ver_major 12
|
||||
%global ver_minor 2
|
||||
|
||||
%global upstream_version 12.2.5
|
||||
%global upstream_version 12.2.6
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -262,7 +262,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php
|
|||
sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit
|
||||
|
||||
ret=0
|
||||
for cmd in php php83 php84; do
|
||||
for cmd in php php83 php84 php85; do
|
||||
if which $cmd; then
|
||||
$cmd ./phpunit $OPT || ret=1
|
||||
fi
|
||||
|
|
@ -283,6 +283,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 7 2025 Remi Collet <remi@remirepo.net> - 12.2.6-1
|
||||
- update to 12.2.6
|
||||
|
||||
* Fri Jun 27 2025 Remi Collet <remi@remirepo.net> - 12.2.5-1
|
||||
- update to 12.2.5
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit12-12.2.5-b71849b.tgz) = e91b3f5417bf70ccf8bbc03da53c34ee781a4e8052579cc09db119635be229d25aeffd8c09fdd338e8a5152d05ebcb0bc1112739e67264d001142746e935737a
|
||||
SHA512 (phpunit12-12.2.6-638644c.tgz) = 62dc4e06b63fe7ffcba1dbec6d77dec46e69302cd8d7f5743482ec33766581b80e5ede43490ee25e165711f387125240e0f490d3363a3a4d7238bb8e09ecd176
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue