v8.5.13
This commit is contained in:
parent
dc01220095
commit
3128d0d9b2
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ clog
|
|||
/phpunit8-8.5.9-f5c8a5d.tgz
|
||||
/phpunit8-8.5.11-3123601.tgz
|
||||
/phpunit8-8.5.12-f40cf5b.tgz
|
||||
/phpunit8-8.5.13-8e86be3.tgz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit f40cf5be80a7d177494592ad1b2db3f64ea1dee3
|
||||
%global gh_commit 8e86be391a58104ef86037ba8a846524528d784e
|
||||
#global gh_date 20150927
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%global specrel 1
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
Version: 8.5.12
|
||||
Version: 8.5.13
|
||||
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
|
||||
Summary: The PHP Unit Testing framework version %{ver_major}
|
||||
|
||||
|
|
@ -231,6 +231,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 1 2020 Remi Collet <remi@remirepo.net> - 8.5.13-1
|
||||
- update to 8.5.13
|
||||
|
||||
* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 8.5.12-1
|
||||
- update to 8.5.12
|
||||
- raise dependency on phar-io/manifest 2.0.1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.5.12-f40cf5b.tgz) = 641b6db98fe64109befb3d1769aa9c9b8123c830ad8111c295c4d98c8bda156c806f7d8706114b083af155a13695987f6054636f20d10902800f7ea07fb585e4
|
||||
SHA512 (phpunit8-8.5.13-8e86be3.tgz) = bc2e9a4ecd8ef26c55faa9a439cdb5be95b0825f73785a20e03bea40457ce68c44a82da297327f46ffbe309f230e345e2d3546f9590cdcc932f8cdd1aa8cfefb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue