From a39c1d7648d2c1c5ca4155dacc3fa9d0424c6a97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jul 2021 13:58:27 +0200 Subject: update to 9.5.7 --- phpunit9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit9.spec b/phpunit9.spec index 151f83e..cb86833 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb +%global gh_commit d0dc8b6999c937616df4fb046792004b33fd31c5 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.6 +%global upstream_version 9.5.7 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -303,6 +303,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet - 9.5.7-1 +- update to 9.5.7 + * Wed Jun 23 2021 Remi Collet - 9.5.6-1 - update to 9.5.6 -- cgit