v8.5.40
(cherry picked from commit2b22bd3e64) (cherry picked from commita9e279838b)
This commit is contained in:
parent
0d4c16e246
commit
46ef3d97fd
3 changed files with 13 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -31,3 +31,6 @@ clog
|
|||
/phpunit8-8.5.35-c14b7dc.tgz
|
||||
/phpunit8-8.5.36-9652df5.tgz
|
||||
/phpunit8-8.5.37-fce30f3.tgz
|
||||
/phpunit8-8.5.38-1ecad67.tgz
|
||||
/phpunit8-8.5.39-172ba97.tgz
|
||||
/phpunit8-8.5.40-48ed828.tgz
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
#
|
||||
|
||||
|
||||
%global gh_commit fce30f306cee78be33ba00c8f9a853f41db0491b
|
||||
#global gh_date 20150927
|
||||
%global gh_commit 48ed828b72c35b38cdddcd9059339734cb06b3a7
|
||||
%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 8
|
||||
%global ver_minor 5
|
||||
|
||||
%global upstream_version 8.5.37
|
||||
%global upstream_version 8.5.40
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -156,6 +156,8 @@ Documentation: https://phpunit.readthedocs.io/
|
|||
%setup -q -n %{gh_project}-%{gh_commit}
|
||||
%patch -P0 -p0 -b .rpm
|
||||
|
||||
find . -name \*.rpm -delete -print
|
||||
|
||||
|
||||
%build
|
||||
%{_bindir}/phpab \
|
||||
|
|
@ -218,7 +220,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 php80 php81 php82 php83; do
|
||||
for cmd in php php81 php82 php83 php84; do
|
||||
if which $cmd; then
|
||||
$cmd ./phpunit $OPT --verbose || ret=1
|
||||
fi
|
||||
|
|
@ -235,6 +237,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 19 2024 Remi Collet <remi@remirepo.net> - 8.5.40-1
|
||||
- update to 8.5.40
|
||||
|
||||
* Wed Mar 6 2024 Remi Collet <remi@remirepo.net> - 8.5.37-1
|
||||
- update to 8.5.37
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.5.37-fce30f3.tgz) = 87e2b29d1d775329138ec8619d8b37c57fdc39af284a6b54c5fcec571477461ce4857b1aad4161be31369a6bd2fc65c31381b4e88f302fd3acc21637df036b31
|
||||
SHA512 (phpunit8-8.5.40-48ed828.tgz) = 5bd3de27ccc2ae5c7727af70700de7f5322832ffc624e27a9f59588f86c80290bed67cc9cffb08896f62c26186e9cfce95b062c9361c1fc2f825e11d53236f61
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue