From 360daeee7833c180b5dd3db2c69cb82c83e09f1e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Jul 2022 14:05:26 +0200 Subject: update to 8.5.28 --- phpunit8.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index bbc8203..bebdb91 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit df70070f2711b8fe8dcca0797c1239ede8c94be6 +%global gh_commit 8f2d1c9c7b30382459c871467853da1a6e44fbd4 #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 8 %global ver_minor 5 -%global upstream_version 8.5.27 +%global upstream_version 8.5.28 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -283,6 +283,9 @@ exit $ret %changelog +* Fri Jul 29 2022 Remi Collet - 8.5.28-1 +- update to 8.5.28 + * Mon Jun 20 2022 Remi Collet - 8.5.27-1 - update to 8.5.27 -- cgit