v9.5.2
(cherry picked from commit4cfaee29d0) (cherry picked from commit9b246c1578)
This commit is contained in:
parent
d28dd641b4
commit
cff1cb4e36
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@
|
|||
/phpunit9-9.4.3-9fa359f.tgz
|
||||
/phpunit9-9.4.4-6535e63.tgz
|
||||
/phpunit9-9.5.0-8e16c22.tgz
|
||||
/phpunit9-9.5.2-f661659.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for phpunit9
|
||||
#
|
||||
# Copyright (c) 2010-2020 Remi Collet
|
||||
# Copyright (c) 2010-2021 Remi Collet
|
||||
#
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 8e16c225d57c3d6808014df6b1dd7598d0a5bbbe
|
||||
%global gh_commit f661659747f2f87f9e72095bb207bceb0f151cb4
|
||||
#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: 9.5.0
|
||||
Version: 9.5.2
|
||||
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}
|
||||
|
||||
|
|
@ -247,6 +247,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 3 2021 Remi Collet <remi@remirepo.net> - 9.5.2-1
|
||||
- update to 9.5.2
|
||||
|
||||
* Fri Dec 4 2020 Remi Collet <remi@remirepo.net> - 9.5.0-1
|
||||
- update to 9.5.0
|
||||
- raise dependency on phpunit/php-code-coverage 9.2.3
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit9-9.5.0-8e16c22.tgz) = 624ef994577ca2cab5839772a44bca795c3cff05be42aa1032ccfcd2866327f607332f255d8d6ed55269d66c2360c37bb7d69fb6eb8ab5d7cf28d83c0b3327a6
|
||||
SHA512 (phpunit9-9.5.2-f661659.tgz) = c8879717ea9adf5e4ad7317253cf7b0dc8eb9bb3d1357a145e79dd20d2f495fa07b5bd6f9b0b5a4b81d2c9a9068e1258c2db8d6089c702960448a5b8ff9c96d6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue