From 2946224331716727854586b8ea00de40829c3b50 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Apr 2024 08:17:57 +0200 Subject: update to 9.6.19 --- phpunit9.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit9.spec') diff --git a/phpunit9.spec b/phpunit9.spec index 3f7e469..2a1ee78 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -12,8 +12,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04 -%global gh_date 2024-03-21 +%global gh_commit a1a54a473501ef4cdeaae4e06891674114d79db8 +%global gh_date 2024-04-05 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -26,7 +26,7 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.18 +%global upstream_version 9.6.19 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Fri Apr 5 2024 Remi Collet - 9.6.19-1 +- update to 9.6.19 + * Thu Mar 21 2024 Remi Collet - 9.6.18-1 - update to 9.6.18 -- cgit