From 4b8f3927aa6acc7e7c40087928fe017ac8150c36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Apr 2020 08:36:28 +0200 Subject: update to 9.1.1 --- phpunit9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit9.spec') diff --git a/phpunit9.spec b/phpunit9.spec index 712ddb2..a47cee4 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ef2af937ce574f215afb6dca37d583cb2964bad9 +%global gh_commit 848f6521c906500e66229668768576d35de0227e #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 9 %global ver_minor 1 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -296,6 +296,9 @@ exit $ret %changelog +* Sat Apr 4 2020 Remi Collet - 9.1.1-1 +- update to 9.1.1 + * Fri Apr 3 2020 Remi Collet - 9.1.0-1 - update to 9.1.0 - add dependency on sebastian/code-unit -- cgit