From 0326a708f1557ed5f4f1be9c3ebcc7ffc1c0ee7e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:11:29 +0000 Subject: [PATCH 01/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xgridloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgridloc.spec b/xgridloc.spec index b30073a..6d4e51f 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators License: GPLv3 @@ -58,6 +58,9 @@ desktop-file-install \ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.8.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.8.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 9990ed0abd200c117767c51ff8de2da865a982ba Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 11 Jan 2023 11:56:32 +0100 Subject: [PATCH 02/11] Port configure script to C99 (#2160018) Related to: --- xgridloc-configure-c99.patch | 16 ++++++++++++++++ xgridloc.spec | 6 +++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 xgridloc-configure-c99.patch diff --git a/xgridloc-configure-c99.patch b/xgridloc-configure-c99.patch new file mode 100644 index 0000000..da830ee --- /dev/null +++ b/xgridloc-configure-c99.patch @@ -0,0 +1,16 @@ +Include for the _exit function, to avoid an implicit +function declaration. An equivalent fix is already included in the +ultimate gnulib/libintl upstream project. + +diff --git a/m4/intdiv0.m4 b/m4/intdiv0.m4 +index 744b99ea8da87ca1..f5cbd3e944362697 100644 +--- a/m4/intdiv0.m4 ++++ b/m4/intdiv0.m4 +@@ -33,6 +33,7 @@ changequote([,])dnl + [AC_LANG_SOURCE([[ + #include + #include ++#include + + static void + sigfpe_handler (int sig) diff --git a/xgridloc.spec b/xgridloc.spec index 6d4e51f..f2f4dc2 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators License: GPLv3 @@ -10,6 +10,7 @@ Source0: https://www.qsl.net/5b4az/pkg/locator/%{name}/%{name}-%{version} # desktop file Source1: %{name}.desktop +Patch0: xgridloc-configure-c99.patch BuildRequires: make @@ -58,6 +59,9 @@ desktop-file-install \ %changelog +* Wed Jan 11 2023 Florian Weimer - 1.8.4-5 +- Port configure script to C99 (#2160018) + * Sat Jul 23 2022 Fedora Release Engineering - 1.8.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 883d33f9474dd9602d76191370e45b963612e8bb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:31:40 +0000 Subject: [PATCH 03/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xgridloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgridloc.spec b/xgridloc.spec index f2f4dc2..dabbdec 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators License: GPLv3 @@ -59,6 +59,9 @@ desktop-file-install \ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.8.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jan 11 2023 Florian Weimer - 1.8.4-5 - Port configure script to C99 (#2160018) From 55222932765b9b35076b647960ff824650c3730d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:54:49 +0000 Subject: [PATCH 04/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xgridloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgridloc.spec b/xgridloc.spec index dabbdec..060048e 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators License: GPLv3 @@ -59,6 +59,9 @@ desktop-file-install \ %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.8.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.8.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 0594afe231a9b901417b2504515c2760e73cc4e5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:45:48 +0000 Subject: [PATCH 05/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xgridloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgridloc.spec b/xgridloc.spec index 060048e..be54a60 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators License: GPLv3 @@ -59,6 +59,9 @@ desktop-file-install \ %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.8.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.8.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From c2e94e3db84423c9ae700cebb870cefec645cf5b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:07:14 +0000 Subject: [PATCH 06/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xgridloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgridloc.spec b/xgridloc.spec index be54a60..33da8af 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators License: GPLv3 @@ -59,6 +59,9 @@ desktop-file-install \ %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.8.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.8.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7cb30fb42de7e178c5627d64b3e27764e716ef57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 14:47:10 +0200 Subject: [PATCH 07/11] convert GPLv3 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xgridloc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xgridloc.spec b/xgridloc.spec index 33da8af..4201da3 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,9 +1,10 @@ Name: xgridloc Version: 1.8.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators -License: GPLv3 +# Automatically converted from old format: GPLv3 - review is highly recommended. +License: GPL-3.0-only URL: https://www.qsl.net/5b4az/ Source0: https://www.qsl.net/5b4az/pkg/locator/%{name}/%{name}-%{version}.tar.bz2 @@ -59,6 +60,9 @@ desktop-file-install \ %changelog +* Mon Jul 29 2024 Miroslav Suchý - 1.8.4-10 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.8.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 99b3ade9c78a9543e244b3d14c9d80c8d6775aa9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:53:38 +0000 Subject: [PATCH 08/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xgridloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgridloc.spec b/xgridloc.spec index 4201da3..1c43158 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators # Automatically converted from old format: GPLv3 - review is highly recommended. @@ -60,6 +60,9 @@ desktop-file-install \ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.8.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Jul 29 2024 Miroslav Suchý - 1.8.4-10 - convert license to SPDX From 520800d3bcb229380af18080751ce77248f4e905 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:52:13 +0000 Subject: [PATCH 09/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xgridloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgridloc.spec b/xgridloc.spec index 1c43158..da4e1c1 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators # Automatically converted from old format: GPLv3 - review is highly recommended. @@ -60,6 +60,9 @@ desktop-file-install \ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.8.4-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.8.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From e8a0233bb3a2d58b70474a7b5c3688c7ec04a54f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:42:10 +0000 Subject: [PATCH 10/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xgridloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgridloc.spec b/xgridloc.spec index da4e1c1..28df401 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators # Automatically converted from old format: GPLv3 - review is highly recommended. @@ -60,6 +60,9 @@ desktop-file-install \ %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.8.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.8.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 6bbc24f4a4cf8ebe65ff82ab793e0d456cbc1034 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:15:10 +0000 Subject: [PATCH 11/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xgridloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgridloc.spec b/xgridloc.spec index 28df401..c82bee2 100644 --- a/xgridloc.spec +++ b/xgridloc.spec @@ -1,6 +1,6 @@ Name: xgridloc Version: 1.8.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A GTK+ application for the calculation of Maidenhead QRA Locators # Automatically converted from old format: GPLv3 - review is highly recommended. @@ -60,6 +60,9 @@ desktop-file-install \ %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.8.4-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.8.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild