From f0e99fae834dcb9295b1bda1720ad6d56b40a291 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Aug 2020 08:30:29 +0200 Subject: update to 9.3.7 --- phpunit9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit9.spec b/phpunit9.spec index efd1f89..0fca06e 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 32ff2c88b44cb0260c595c4787efb0945ceada68 +%global gh_commit c638a0cac77347980352485912de48c99b42ad00 #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.3.6 +Version: 9.3.7 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} @@ -295,6 +295,9 @@ exit $ret %changelog +* Wed Aug 12 2020 Remi Collet - 9.3.7-1 +- update to 9.3.7 + * Tue Aug 11 2020 Remi Collet - 9.3.6-1 - update to 9.3.6 -- cgit