From 151ec5af986996540481f0cc04af3d32f160ddc3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:36:45 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-phpunit-php-timer7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-timer7.spec b/php-phpunit-php-timer7.spec index fb804c7..983f08f 100644 --- a/php-phpunit-php-timer7.spec +++ b/php-phpunit-php-timer7.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP Utility class for timing, version %{major} License: BSD-3-Clause @@ -109,6 +109,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 7.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 3 2024 Remi Collet - 7.0.1-1 - update to 7.0.1 From 9cf7462916b567cd3fe587f3197984534aafe27c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2025 09:02:41 +0100 Subject: [PATCH 2/3] enable test suite --- php-phpunit-php-timer7.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpunit-php-timer7.spec b/php-phpunit-php-timer7.spec index 983f08f..5353ca1 100644 --- a/php-phpunit-php-timer7.spec +++ b/php-phpunit-php-timer7.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpunit-php-timer7 # -# Copyright (c) 2010-2024 Christof Damian, Remi Collet +# Copyright (c) 2010-2025 Christof Damian, Remi Collet # # License: MIT # http://opensource.org/licenses/MIT @@ -9,7 +9,7 @@ # # disabled until phpunit11 available -%bcond_with tests +%bcond_without tests %global gh_commit 3b415def83fbcb41f991d9ebf16ae4ad8b7837b3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PHP Utility class for timing, version %{major} License: BSD-3-Clause @@ -109,6 +109,9 @@ exit $ret %changelog +* Tue Feb 4 2025 Remi Collet - 7.0.1-3 +- enable test suite + * Sat Jan 18 2025 Fedora Release Engineering - 7.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From d4938a6c237b481729cd24256038f5f59b76fa6d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:28:54 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpunit-php-timer7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-timer7.spec b/php-phpunit-php-timer7.spec index 5353ca1..08447fc 100644 --- a/php-phpunit-php-timer7.spec +++ b/php-phpunit-php-timer7.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PHP Utility class for timing, version %{major} License: BSD-3-Clause @@ -109,6 +109,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 7.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Feb 4 2025 Remi Collet - 7.0.1-3 - enable test suite