From 7e49a53b53a42378eaaa2a45a5d14a8cc39e52fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Jan 2024 09:36:10 +0100 Subject: update to 9.6.16 --- phpunit9.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpunit9.spec') diff --git a/phpunit9.spec b/phpunit9.spec index dcc30ac..13a4767 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -12,8 +12,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 05017b80304e0eb3f31d90194a563fd53a6021f1 -#global gh_date 20150927 +%global gh_commit 3767b2c56ce02d01e3491046f33466a1ae60a37f +%global gh_date 2024-01-19 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -26,12 +26,12 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.15 +%global upstream_version 9.6.16 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -315,6 +315,9 @@ exit $ret %changelog +* Fri Jan 19 2024 Remi Collet - 9.6.16-1 +- update to 9.6.16 + * Fri Dec 22 2023 Remi Collet - 9.6.15-2 - fix possible autoloader issue with phpspec/prophecy -- cgit