From 2dc8e7a69dc6efadb9a332901bbda1f0e9542fb0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:44:09 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-sebastian-complexity4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-complexity4.spec b/php-sebastian-complexity4.spec index c12c7b1..21f93b7 100644 --- a/php-sebastian-complexity4.spec +++ b/php-sebastian-complexity4.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Calculating the complexity of PHP code units, version %{major} License: BSD-3-Clause @@ -116,6 +116,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 4.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 3 2024 Remi Collet - 4.0.1-1 - update to 4.0.1 From b76a66d6ef7b178ba32f3590670d1521e65b32d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2025 09:11:41 +0100 Subject: [PATCH 2/3] enable test suite --- php-sebastian-complexity4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-sebastian-complexity4.spec b/php-sebastian-complexity4.spec index 21f93b7..fda24b8 100644 --- a/php-sebastian-complexity4.spec +++ b/php-sebastian-complexity4.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sebastian-complexity4 # -# SPDX-FileCopyrightText: Copyright 2020-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2020-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 # github %global gh_commit ee41d384ab1906c68852636b6de493846e13e5a0 @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Calculating the complexity of PHP code units, version %{major} License: BSD-3-Clause @@ -116,6 +116,9 @@ exit $ret %changelog +* Tue Feb 4 2025 Remi Collet - 4.0.1-3 +- enable test suite + * Sat Jan 18 2025 Fedora Release Engineering - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 66f7195c69219df973615e1b1ce488cdef1318ba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:32:58 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-sebastian-complexity4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-complexity4.spec b/php-sebastian-complexity4.spec index fda24b8..a41f3e7 100644 --- a/php-sebastian-complexity4.spec +++ b/php-sebastian-complexity4.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Calculating the complexity of PHP code units, version %{major} License: BSD-3-Clause @@ -116,6 +116,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 4.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Feb 4 2025 Remi Collet - 4.0.1-3 - enable test suite