parent
d1150ad561
commit
80ce635214
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
clog
|
||||
/phpunit8-8.*.tar.gz
|
||||
/phpunit8-8.5.5-63dda3b.tgz
|
||||
/phpunit8-8.5.6-3f9c407.tgz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 63dda3b212a0025d380a745f91bdb4d8c985adb7
|
||||
%global gh_commit 3f9c4079d1407cd84c51c02c6ad1df6ec2ed1348
|
||||
#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.5
|
||||
Version: 8.5.6
|
||||
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}
|
||||
|
||||
|
|
@ -237,6 +237,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 15 2020 Remi Collet <remi@remirepo.net> - 8.5.6-1
|
||||
- update to 8.5.6
|
||||
|
||||
* Sat May 23 2020 Remi Collet <remi@remirepo.net> - 8.5.5-1
|
||||
- update to 8.5.5
|
||||
- sources from git snapshot
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.5.5-63dda3b.tgz) = 6ddd792a3e13b1c6ea33d6b45f669916ecf1f4c2810aa9e23cb6d4a664d2aa60033118989ee6400621bbe7e930fc09c0443146f42bb98c2808c2bf03d27bf4fb
|
||||
SHA512 (phpunit8-8.5.6-3f9c407.tgz) = 71cc620940c1e1ae65cd3732c509e6da70038ebb29215bad6c7e95ef5a659af3fb168b3d43fc16acea7d72cbc994ff0badf7d799b13f78b11d8b36c0dbf7dddb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue