From e9ad8f254731fba367e330748cbc433ab21f47ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Jun 2020 15:34:38 +0200 Subject: v9.2.1 --- phpunit9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit9.spec b/phpunit9.spec index ab2a59e..51b1532 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 156770a4069dba439b26fc16be82e2287d22240e +%global gh_commit 3b50c1ad9dd021062c76f678f59fa38b6bd09b15 #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.2.0 +Version: 9.2.1 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} @@ -297,6 +297,9 @@ exit $ret %changelog +* Fri Jun 5 2020 Remi Collet - 9.2.1-1 +- update to 9.2.1 + * Fri Jun 5 2020 Remi Collet - 9.2.0-1 - update to 9.2.0 - raise dependency on phpunit/php-timer 4.0 -- cgit