From 36eb648655dacf6dbfe6752cd3b5135abe7b9ae0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2025 10:38:19 +0100 Subject: update to 11.5.7 --- phpunit11.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/phpunit11.spec b/phpunit11.spec index 316566d..7cb9cad 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 3c3ae14c90f244cdda95028c3e469028e8d1c02c -%global gh_date 2025-01-31 +%global gh_commit e1cb706f019e2547039ca2c839898cd5f557ee5d +%global gh_date 2025-02-07 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,12 +33,12 @@ %global ver_major 11 %global ver_minor 5 -%global upstream_version 11.5.6 +%global upstream_version 11.5.7 #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 @@ -299,6 +299,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet - 11.5.7-1 +- update to 11.5.7 + * Mon Feb 3 2025 Remi Collet - 11.5.6-2 - F-40: drop phpunit command, provided by phpunit10 - EL-10: drop phpunit command, provided by phpunit12 -- cgit