Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9eb9225d1 |
3 changed files with 10 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -55,3 +55,5 @@
|
|||
/phpunit9-9.6.17-1a15698.tgz
|
||||
/phpunit9-9.6.18-32c2c2d.tgz
|
||||
/phpunit9-9.6.19-a1a54a4.tgz
|
||||
/phpunit9-9.6.20-49d7820.tgz
|
||||
/phpunit9-9.6.21-de6abf3.tgz
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
#
|
||||
|
||||
|
||||
%global gh_commit a1a54a473501ef4cdeaae4e06891674114d79db8
|
||||
%global gh_date 2024-04-05
|
||||
%global gh_commit de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa
|
||||
%global gh_date 2024-09-19
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project phpunit
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
%global ver_major 9
|
||||
%global ver_minor 6
|
||||
|
||||
%global upstream_version 9.6.19
|
||||
%global upstream_version 9.6.21
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -245,7 +245,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 php81 php82 php83; do
|
||||
for cmd in php php81 php82 php83 php84; do
|
||||
if which $cmd; then
|
||||
$cmd ./phpunit $OPT --verbose || ret=1
|
||||
fi
|
||||
|
|
@ -262,6 +262,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 19 2024 Remi Collet <remi@remirepo.net> - 9.6.21-1
|
||||
- update to 9.6.21
|
||||
|
||||
* Fri Apr 5 2024 Remi Collet <remi@remirepo.net> - 9.6.19-1
|
||||
- update to 9.6.19 (no change)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit9-9.6.19-a1a54a4.tgz) = ec1830102ec0c5212968b6a20c5b2efaeda616bbd6d2a4c4750e10bc4cfe9960ffdad82cd9595f2f1934cc9b16c43e70b0abbd1b4899d8657d3a5901061ac9c3
|
||||
SHA512 (phpunit9-9.6.21-de6abf3.tgz) = 192171cf1686e171d74264de84666423c506440f2ee790260e88e79c9bb497d394f334f62a1e3175907a98ef41cb8a7770fa6853f61e56efb8eba88f4ad0df4e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue