From 8dcf67df0ea54cb4655d2df58ea2fdd0c4413142 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jun 2020 14:37:30 +0200 Subject: update to 9.2.3 --- phpunit9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit9.spec') diff --git a/phpunit9.spec b/phpunit9.spec index fbebc41..dca01fc 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 8fd0d8f80029682da89516a554f4d5f5a030345c +%global gh_commit c1b1d62095ef78427f112a7a1c1502d4607e3c00 #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.2 +Version: 9.2.3 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 +* Mon Jun 15 2020 Remi Collet - 9.2.3-1 +- update to 9.2.3 + * Mon Jun 8 2020 Remi Collet - 9.2.2-1 - update to 9.2.2 - raise dependency on phpunit/php-timer 4.0 -- cgit