From 07269f521694a546615154e8dc757dd12450df0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jan 2025 11:46:16 +0100 Subject: update to 10.5.41 --- phpunit10.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index 854f6b9..ae97085 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit10 # -# SPDX-FileCopyrightText: Copyright 2010-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2010-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit e6ddda95af52f69c1e0c7b4f977cccb58048798c -%global gh_date 2024-12-21 +%global gh_commit e76586fa3d49714f230221734b44892e384109d7 +%global gh_date 2025-01-13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,7 +33,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.40 +%global upstream_version 10.5.41 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret %changelog +* Mon Jan 13 2025 Remi Collet - 10.5.41-1 +- update to 10.5.41 + * Sun Dec 22 2024 Remi Collet - 10.5.40-1 - update to 10.5.40 -- cgit