From c0560cf58987d23c3efddb24505d6304fa414ad6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:02:13 +0000 Subject: [PATCH 1/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-file-iterator4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index 470f103..3ea41b2 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -109,6 +109,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 4.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue May 9 2023 Remi Collet - 4.0.2-1 - update to 4.0.2 From 52f9822641da31e330d301c3c37f13b496304863 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Aug 2023 10:34:04 +0200 Subject: [PATCH 2/9] enable test suite --- php-phpunit-php-file-iterator4.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index 3ea41b2..19333ad 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -8,8 +8,7 @@ # Please, preserve the changelog entries # -# disabled until phpunit10 available -%bcond_with tests +%bcond_without tests %global gh_commit 5647d65443818959172645e7ed999217360654b6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -27,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -89,7 +88,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php81 php82; do +for cmd in php php81 php82 php83; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit10 || ret=1 @@ -109,6 +108,9 @@ exit $ret %changelog +* Wed Aug 23 2023 Remi Collet - 4.0.2-3 +- Enable test suite + * Fri Jul 21 2023 Fedora Release Engineering - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 554a56310fa56aa2ea696b9d0038282d7ecd8bac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Aug 2023 10:15:47 +0200 Subject: [PATCH 3/9] v4.1.0 --- .gitignore | 1 + php-phpunit-php-file-iterator4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b2775cc..77e26ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /php-phpunit-php-file-iterator4-4.0.2-5647d65.tgz +/php-phpunit-php-file-iterator4-4.1.0-a95037b.tgz diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index 19333ad..d3863b8 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -10,7 +10,7 @@ %bcond_without tests -%global gh_commit 5647d65443818959172645e7ed999217360654b6 +%global gh_commit a95037b6d9e608ba092da1b23931e537cadc3c3c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-file-iterator @@ -25,8 +25,8 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.2 -Release: 3%{?dist} +Version: 4.1.0 +Release: 1%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -108,6 +108,9 @@ exit $ret %changelog +* Thu Aug 31 2023 Remi Collet - 4.1.0-1 +- update to 4.1.0 + * Wed Aug 23 2023 Remi Collet - 4.0.2-3 - Enable test suite diff --git a/sources b/sources index 459c32c..8905c5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpunit-php-file-iterator4-4.0.2-5647d65.tgz) = 5716e365da4b2f30f3a8154488307858be6af0f46d5c8e20797cba764be8c407424d71c9b67207f880560a3abceb9da67d0fca7449fbb34ac5f7afc29b963800 +SHA512 (php-phpunit-php-file-iterator4-4.1.0-a95037b.tgz) = 8d2f9d100154802e3b2caeabd34a6f0a15b1bd14b9ff5d3d5511a4624e8d560859eb6d24650f30f26539b379b07d3339b8ae9fb28f988ce95fc23df8da7f85f6 From 91fa1f2b25c57ac7790f28a7c90971ec1c69e758 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Aug 2023 10:15:47 +0200 Subject: [PATCH 4/9] v4.1.0 (cherry picked from commit 554a56310fa56aa2ea696b9d0038282d7ecd8bac) --- .gitignore | 1 + php-phpunit-php-file-iterator4.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b2775cc..77e26ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /php-phpunit-php-file-iterator4-4.0.2-5647d65.tgz +/php-phpunit-php-file-iterator4-4.1.0-a95037b.tgz diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index 470f103..fec7165 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -8,10 +8,9 @@ # Please, preserve the changelog entries # -# disabled until phpunit10 available -%bcond_with tests +%bcond_without tests -%global gh_commit 5647d65443818959172645e7ed999217360654b6 +%global gh_commit a95037b6d9e608ba092da1b23931e537cadc3c3c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-file-iterator @@ -26,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.2 +Version: 4.1.0 Release: 1%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} @@ -89,7 +88,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php81 php82; do +for cmd in php php81 php82 php83; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit10 || ret=1 @@ -109,6 +108,10 @@ exit $ret %changelog +* Thu Aug 31 2023 Remi Collet - 4.1.0-1 +- update to 4.1.0 +- Enable test suite + * Tue May 9 2023 Remi Collet - 4.0.2-1 - update to 4.0.2 diff --git a/sources b/sources index 459c32c..8905c5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpunit-php-file-iterator4-4.0.2-5647d65.tgz) = 5716e365da4b2f30f3a8154488307858be6af0f46d5c8e20797cba764be8c407424d71c9b67207f880560a3abceb9da67d0fca7449fbb34ac5f7afc29b963800 +SHA512 (php-phpunit-php-file-iterator4-4.1.0-a95037b.tgz) = 8d2f9d100154802e3b2caeabd34a6f0a15b1bd14b9ff5d3d5511a4624e8d560859eb6d24650f30f26539b379b07d3339b8ae9fb28f988ce95fc23df8da7f85f6 From e7b3a29c31b6727e5242457337911fdb6d5e1fb0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:18:36 +0000 Subject: [PATCH 5/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpunit-php-file-iterator4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index d3863b8..e50ed85 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -108,6 +108,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 4.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Aug 31 2023 Remi Collet - 4.1.0-1 - update to 4.1.0 From 4d1787b83edfa586baee30c961c42dfcc07ae8e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:06:04 +0000 Subject: [PATCH 6/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpunit-php-file-iterator4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index e50ed85..d5484ad 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -108,6 +108,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 4.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 4.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From d91011f7f116eadda4d4f4708f313786c1e20a20 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:20:13 +0000 Subject: [PATCH 7/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-phpunit-php-file-iterator4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index d5484ad..40d4f4f 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -108,6 +108,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 4.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 4.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 3da3bb4bcb5fbf789a346a2b925a6d8a6d6b82bd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:34:19 +0000 Subject: [PATCH 8/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-phpunit-php-file-iterator4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index 40d4f4f..6a75cb0 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -108,6 +108,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 4.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 4.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From d8c0cbab2d1bc42ed8b3b1c2ca11d2cee78967ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:27:22 +0000 Subject: [PATCH 9/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpunit-php-file-iterator4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index 6a75cb0..571b1b1 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} License: BSD-3-Clause @@ -108,6 +108,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 4.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 4.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild