From c8cdcf06ee5ebf7c745191f6ce8e148d0097a220 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Feb 2024 09:37:40 +0100 Subject: update to 10.5.11 --- phpunit10.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index 284be3b..90880d4 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 50b8e314b6d0dd06521dc31d1abffa73f25f850c -%global gh_date 2024-02-04 +%global gh_commit 0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4 +%global gh_date 2024-02-25 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,12 +34,12 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.10 +%global upstream_version 10.5.11 #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 @@ -322,6 +322,9 @@ exit $ret %changelog +* Mon Feb 26 2024 Remi Collet - 10.5.11-1 +- update to 10.5.11 + * Mon Feb 5 2024 Remi Collet - 10.5.10-2 - recommend phpunit11 -- cgit