From 155a75ef83466b880cc7d83f82c9bace8223f796 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2025 11:42:33 +0100 Subject: [PATCH 1/2] enable tests --- php-phpunit-php-file-iterator6.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-phpunit-php-file-iterator6.spec b/php-phpunit-php-file-iterator6.spec index 3f17c4c..ca45783 100644 --- a/php-phpunit-php-file-iterator6.spec +++ b/php-phpunit-php-file-iterator6.spec @@ -8,8 +8,7 @@ # Please, preserve the changelog entries # -# disabled until phpunit12 available -%bcond_with tests +%bcond_without tests %global gh_commit 961bc913d42fe24a257bfff826a5068079ac7782 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -28,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -107,6 +106,9 @@ exit $ret %changelog +* Mon Feb 10 2025 Remi Collet - 6.0.0-2 +- enable test suite + * Fri Feb 7 2025 Remi Collet - 6.0.0-1 - update to 6.0.0 - raise dependency on PHP 8.3 From 2e1f2ba29d4cfe74e5885b3a46fe1af8772340a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:27:34 +0000 Subject: [PATCH 2/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpunit-php-file-iterator6.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-file-iterator6.spec b/php-phpunit-php-file-iterator6.spec index ca45783..99a87c7 100644 --- a/php-phpunit-php-file-iterator6.spec +++ b/php-phpunit-php-file-iterator6.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 6.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -106,6 +106,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 6.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Feb 10 2025 Remi Collet - 6.0.0-2 - enable test suite