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,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue