v8.4.2
This commit is contained in:
parent
2098ca9fa5
commit
e0d984c80f
2 changed files with 7 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 366a4a0f2b971fd43b7c351d621e8dd7d7131869
|
||||
%global gh_commit a142a7e66c0ea7b5b6c04ee27f08d10d1137cd9b
|
||||
#global gh_date 20150927
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
%global php_home %{_datadir}/php
|
||||
%global ver_major 8
|
||||
%global ver_minor 4
|
||||
%global ver_patch 1
|
||||
%global ver_patch 2
|
||||
%global specrel 1
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -196,6 +196,7 @@ 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' \
|
||||
tests
|
||||
|
||||
|
||||
|
|
@ -230,6 +231,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 8.4.2-1
|
||||
- update to 8.4.2
|
||||
|
||||
* Tue Oct 8 2019 Remi Collet <remi@remirepo.net> - 8.4.1-1
|
||||
- update to 8.4.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.4.1-366a4a0.tar.gz) = c7bdfbec66db3db07425caf4b7bb4fe7a403bfddda88d2c3adf6c01cbf037c31fb20cc73dc6cabda9580ec0a7a5e65d3ecf40d103560586b51c289310cb889c6
|
||||
SHA512 (phpunit8-8.4.2-a142a7e.tar.gz) = 1dac82c8a7e7b3a6209a93d4520677233765143a88f732e399f24227096236c012f7aea940142e1dcdd08dcf50ad0b9ad252548f310aa8effa8c912cf021dc3a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue