From 2645a9f518a9fc171423b689d6eab13059d656da Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:35:15 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-phpunit-php-invoker5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker5.spec b/php-phpunit-php-invoker5.spec index 409ee97..c6370c3 100644 --- a/php-phpunit-php-invoker5.spec +++ b/php-phpunit-php-invoker5.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 5.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 3 2024 Remi Collet - 5.0.1-1 - update to 5.0.1 From 2916a156db60eacae1cffbe29703a96c6db26106 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2025 09:00:42 +0100 Subject: [PATCH 2/3] enable test suite --- php-phpunit-php-invoker5.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpunit-php-invoker5.spec b/php-phpunit-php-invoker5.spec index c6370c3..1f59cfb 100644 --- a/php-phpunit-php-invoker5.spec +++ b/php-phpunit-php-invoker5.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpunit-php-invoker5 # -# SPDX-FileCopyrightText: Copyright 2011-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2011-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -8,7 +8,7 @@ # # disabled until phpunit11 available -%bcond_with tests +%bcond_without tests %global gh_commit c1ca3814734c07492b3d4c5f794f4b0995333da2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Tue Feb 4 2025 Remi Collet - 5.0.1-3 +- enable test suite + * Sat Jan 18 2025 Fedora Release Engineering - 5.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 8aa8014dc5881aaf334df7c6e2ccf6e6e492854e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:27:57 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpunit-php-invoker5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker5.spec b/php-phpunit-php-invoker5.spec index 1f59cfb..7e62de1 100644 --- a/php-phpunit-php-invoker5.spec +++ b/php-phpunit-php-invoker5.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Feb 4 2025 Remi Collet - 5.0.1-3 - enable test suite