From 53e4872dfc570c3d95f3bcf29967b6aca61b7f63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Sep 2020 08:14:03 +0200 Subject: update to 9.3.10 --- phpunit9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit9.spec b/phpunit9.spec index 39b88f2..406d87f 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 60c90ba713075e83bd039db4760226df7ad9a5cb +%global gh_commit 919333f2d046a89f9238f15d09f17a8f0baa5cc2 #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.9 +Version: 9.3.10 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} @@ -301,6 +301,9 @@ exit $ret %changelog +* Sun Sep 13 2020 Remi Collet - 9.3.10-1 +- update to 9.3.10 + * Fri Sep 11 2020 Remi Collet - 9.3.9-1 - update to 9.3.9 -- cgit