From f2499b61ca79461bb9091cb89fafbce9aa5c5378 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:49 +0200 Subject: [PATCH 1/8] Eliminate use of obsolete %patchN syntax (#2283636) --- wf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wf.spec b/wf.spec index ab6b0ae..8971840 100644 --- a/wf.spec +++ b/wf.spec @@ -14,7 +14,7 @@ whole text. %prep %setup -q -%patch0 -p1 +%patch -P0 -p1 %build %configure From e8ef28766b1098f78a61c60245222d97929f69ae Mon Sep 17 00:00:00 2001 From: Terje Rosten Date: Sun, 30 Jun 2024 22:27:14 +0200 Subject: [PATCH 2/8] Use autosetup macro --- wf.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wf.spec b/wf.spec index 8971840..db2d293 100644 --- a/wf.spec +++ b/wf.spec @@ -1,7 +1,7 @@ Summary: Simple word frequency counter Name: wf Version: 0.41 -Release: 32%{?dist} +Release: 33%{?dist} License: GPLv2 URL: http://www.async.com.br/~marcelo/wf/ Source0: http://www.async.com.br/~marcelo/wf/wf-%{version}.tar.bz2 @@ -13,8 +13,7 @@ wf scans a text file and counts the frequency of words through the whole text. %prep -%setup -q -%patch -P0 -p1 +%autosetup -p1 %build %configure @@ -30,6 +29,9 @@ whole text. %{_mandir}/man1/wf.1* %changelog +* Sun Jun 30 2024 Terje Rosten - 0.41-33 +- Use autosetup macro + * Sat Jan 27 2024 Fedora Release Engineering - 0.41-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From ef87ad653907d3a5eb0cfae6428f02c285a90d30 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:16:19 +0000 Subject: [PATCH 3/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wf.spec b/wf.spec index db2d293..ab6361f 100644 --- a/wf.spec +++ b/wf.spec @@ -1,7 +1,7 @@ Summary: Simple word frequency counter Name: wf Version: 0.41 -Release: 33%{?dist} +Release: 34%{?dist} License: GPLv2 URL: http://www.async.com.br/~marcelo/wf/ Source0: http://www.async.com.br/~marcelo/wf/wf-%{version}.tar.bz2 @@ -29,6 +29,9 @@ whole text. %{_mandir}/man1/wf.1* %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.41-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sun Jun 30 2024 Terje Rosten - 0.41-33 - Use autosetup macro From 311b59d5c28281150db76e770a40a6bdc67b1f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 12:29:43 +0200 Subject: [PATCH 4/8] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- wf.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wf.spec b/wf.spec index ab6361f..cff5d4b 100644 --- a/wf.spec +++ b/wf.spec @@ -1,8 +1,9 @@ Summary: Simple word frequency counter Name: wf Version: 0.41 -Release: 34%{?dist} -License: GPLv2 +Release: 35%{?dist} +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only URL: http://www.async.com.br/~marcelo/wf/ Source0: http://www.async.com.br/~marcelo/wf/wf-%{version}.tar.bz2 Patch0: 0001-Fix-usage-of-global-variables.patch @@ -29,6 +30,9 @@ whole text. %{_mandir}/man1/wf.1* %changelog +* Mon Jul 29 2024 Miroslav Suchý - 0.41-35 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 0.41-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From d60d8913399df611eceed037c78314c8a338721d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:55:57 +0000 Subject: [PATCH 5/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wf.spec b/wf.spec index cff5d4b..746a50a 100644 --- a/wf.spec +++ b/wf.spec @@ -1,7 +1,7 @@ Summary: Simple word frequency counter Name: wf Version: 0.41 -Release: 35%{?dist} +Release: 36%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: http://www.async.com.br/~marcelo/wf/ @@ -30,6 +30,9 @@ whole text. %{_mandir}/man1/wf.1* %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.41-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Jul 29 2024 Miroslav Suchý - 0.41-35 - convert license to SPDX From 6cddde67bc9618a0a695576e561b71c86173e6ea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:22:42 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wf.spec b/wf.spec index 746a50a..a59714e 100644 --- a/wf.spec +++ b/wf.spec @@ -1,7 +1,7 @@ Summary: Simple word frequency counter Name: wf Version: 0.41 -Release: 36%{?dist} +Release: 37%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: http://www.async.com.br/~marcelo/wf/ @@ -30,6 +30,9 @@ whole text. %{_mandir}/man1/wf.1* %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.41-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.41-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From b044671a12f3f1d1f8bd4207888be8cb940b7594 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:12:00 +0000 Subject: [PATCH 7/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wf.spec b/wf.spec index a59714e..5900061 100644 --- a/wf.spec +++ b/wf.spec @@ -1,7 +1,7 @@ Summary: Simple word frequency counter Name: wf Version: 0.41 -Release: 37%{?dist} +Release: 38%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: http://www.async.com.br/~marcelo/wf/ @@ -30,6 +30,9 @@ whole text. %{_mandir}/man1/wf.1* %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.41-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 0.41-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From a3acff2ea2a832d603139be57a1f8410852af57b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:46:17 +0000 Subject: [PATCH 8/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wf.spec b/wf.spec index 5900061..44967c2 100644 --- a/wf.spec +++ b/wf.spec @@ -1,7 +1,7 @@ Summary: Simple word frequency counter Name: wf Version: 0.41 -Release: 38%{?dist} +Release: 39%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: http://www.async.com.br/~marcelo/wf/ @@ -30,6 +30,9 @@ whole text. %{_mandir}/man1/wf.1* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.41-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 0.41-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild