v8.4.3
This commit is contained in:
parent
ee3d3abbae
commit
d4d466a0d5
2 changed files with 7 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit a142a7e66c0ea7b5b6c04ee27f08d10d1137cd9b
|
||||
%global gh_commit 67f9e35bffc0dd52d55d565ddbe4230454fd6a4e
|
||||
#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 2
|
||||
%global ver_patch 3
|
||||
%global specrel 1
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -197,6 +197,7 @@ cat src/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' \
|
||||
tests
|
||||
|
||||
|
||||
|
|
@ -231,6 +232,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 6 2019 Remi Collet <remi@remirepo.net> - 8.4.3-1
|
||||
- update to 8.4.3
|
||||
|
||||
* Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 8.4.2-1
|
||||
- update to 8.4.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.4.2-a142a7e.tar.gz) = 1dac82c8a7e7b3a6209a93d4520677233765143a88f732e399f24227096236c012f7aea940142e1dcdd08dcf50ad0b9ad252548f310aa8effa8c912cf021dc3a
|
||||
SHA512 (phpunit8-8.4.3-67f9e35.tar.gz) = 274c8794dbc21c5f59f7a0229111482933d8faf8ba90e41dee562aefaab2d97f4538368464b3fb6221a3ae4502422af022b1922414b618abdc3db50aabb89701
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue