parent
074de769cb
commit
186503ca12
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@ clog
|
|||
/phpunit8-8.5.23-efb20ff.tgz
|
||||
/phpunit8-8.5.24-293cb00.tgz
|
||||
/phpunit8-8.5.25-9ff23f4.tgz
|
||||
/phpunit8-8.5.26-ef117c5.tgz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 9ff23f4dfde040ccd3b8db876192d1184b934158
|
||||
%global gh_commit ef117c59fc4c54a979021b26d08a3373e386606d
|
||||
#global gh_date 20150927
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
%global ver_major 8
|
||||
%global ver_minor 5
|
||||
|
||||
%global upstream_version 8.5.25
|
||||
%global upstream_version 8.5.26
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -196,8 +196,8 @@ cat src/autoload.php
|
|||
--output tests/autoload.php \
|
||||
--exclude '*/BankAccountTest2.php' \
|
||||
--exclude '*/regression/Trac/783/OneTest.php' \
|
||||
--exclude 'tests/end-to-end/regression/GitHub/3889/Issue3889Test.test.php' \
|
||||
--exclude 'tests/end-to-end/regression/GitHub/3904/Issue3904Test.php' \
|
||||
--exclude 'tests/end-to-end/regression/3889/Issue3889Test.test.php' \
|
||||
--exclude 'tests/end-to-end/regression/3904/Issue3904Test.php' \
|
||||
tests
|
||||
|
||||
|
||||
|
|
@ -233,6 +233,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 8.5.26-1
|
||||
- update to 8.5.26
|
||||
|
||||
* Thu Mar 17 2022 Remi Collet <remi@remirepo.net> - 8.5.25-1
|
||||
- update to 8.5.25
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.5.25-9ff23f4.tgz) = dd2a986a93108167df5b1f979df5d2b73049f4202e3b70bcb449ebe3d112d942ca55f65d41eb13289b42eb85f185cc2113f532bc42674b2925c3ed360db15ac7
|
||||
SHA512 (phpunit8-8.5.26-ef117c5.tgz) = b8202ef0107a3a9a482a628343aa1fa0af69dc41bd080c64da8159d2fbec2b4e16d3766fee73230d87cfb665ae7983d7a82ba925106112562697cbf7026cb32f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue