From 2ed1589cd84a8715b11bb9d31cf10924573bf19d Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 8 Mar 2023 14:50:28 -0600 Subject: [PATCH 01/10] migrated to SPDX license --- abe.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/abe.spec b/abe.spec index 694630a..095e087 100644 --- a/abe.spec +++ b/abe.spec @@ -1,9 +1,9 @@ Name: abe Version: 1.1 -Release: 46%{?dist} +Release: 47%{?dist} Summary: Scrolling, platform-jumping, ancient pyramid exploring game -License: GPL+ +License: GPL-1.0-or-later URL: http://abe.sourceforge.net/ Source0: http://downloads.sourceforge.net/abe/%{name}-%{version}.tar.gz Source1: %{name}-icons.tar.xz @@ -92,6 +92,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.des %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Wed Mar 08 2023 Gwyn Ciesla - 1.1-47 +- migrated to SPDX license + * Wed Jan 18 2023 Fedora Release Engineering - 1.1-46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From a58812aca8012d7506b2c86fe264945872bd44c5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 12:48:28 +0000 Subject: [PATCH 02/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- abe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abe.spec b/abe.spec index 095e087..261cc4e 100644 --- a/abe.spec +++ b/abe.spec @@ -1,6 +1,6 @@ Name: abe Version: 1.1 -Release: 47%{?dist} +Release: 48%{?dist} Summary: Scrolling, platform-jumping, ancient pyramid exploring game License: GPL-1.0-or-later @@ -92,6 +92,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.des %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 1.1-48 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Mar 08 2023 Gwyn Ciesla - 1.1-47 - migrated to SPDX license From 48001910844d1d9a58e76beec47da31b3d6658e2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:00:19 +0000 Subject: [PATCH 03/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- abe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abe.spec b/abe.spec index 261cc4e..cf5d5d9 100644 --- a/abe.spec +++ b/abe.spec @@ -1,6 +1,6 @@ Name: abe Version: 1.1 -Release: 48%{?dist} +Release: 49%{?dist} Summary: Scrolling, platform-jumping, ancient pyramid exploring game License: GPL-1.0-or-later @@ -92,6 +92,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.des %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 1.1-49 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 1.1-48 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 28bafb957d5c2db47278c066e38b171a1eeedf31 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:33:20 +0000 Subject: [PATCH 04/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- abe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abe.spec b/abe.spec index cf5d5d9..9ec8dc3 100644 --- a/abe.spec +++ b/abe.spec @@ -1,6 +1,6 @@ Name: abe Version: 1.1 -Release: 49%{?dist} +Release: 50%{?dist} Summary: Scrolling, platform-jumping, ancient pyramid exploring game License: GPL-1.0-or-later @@ -92,6 +92,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.des %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 1.1-50 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 1.1-49 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From fc7d9247145e79270ceda904f0fae0cb4675dc25 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:46 +0200 Subject: [PATCH 05/10] Eliminate use of obsolete %patchN syntax (#2283636) --- abe.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/abe.spec b/abe.spec index 9ec8dc3..9341ef5 100644 --- a/abe.spec +++ b/abe.spec @@ -40,12 +40,12 @@ vaguely in the style of similar games for the Commodore+4. %prep %setup -q -%patch0 -%patch1 -%patch2 -%patch3 -%patch4 -%patch5 +%patch -P0 +%patch -P1 +%patch -P2 +%patch -P3 +%patch -P4 +%patch -P5 # Fix the FSF's address sed 's/59 Temple Place, Suite 330, Boston, MA 02111-1307/51 Franklin Street, Suite 500, Boston, MA 02110-1335/' COPYING > COPYING.new From ba84c284859269abdaf99aa0b31e0ac047eb40df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:29:53 +0000 Subject: [PATCH 06/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- abe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abe.spec b/abe.spec index 9341ef5..802727f 100644 --- a/abe.spec +++ b/abe.spec @@ -1,6 +1,6 @@ Name: abe Version: 1.1 -Release: 50%{?dist} +Release: 51%{?dist} Summary: Scrolling, platform-jumping, ancient pyramid exploring game License: GPL-1.0-or-later @@ -92,6 +92,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.des %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 1.1-51 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 1.1-50 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c9296b1cb0135b8e7ad1e9ac693fd6fe9cb18cbd Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 8 Jan 2025 15:38:11 -0600 Subject: [PATCH 07/10] Patch for gcc15 --- abe-finishdrawmap.patch | 11 +++++++++++ abe.spec | 7 ++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 abe-finishdrawmap.patch diff --git a/abe-finishdrawmap.patch b/abe-finishdrawmap.patch new file mode 100644 index 0000000..4e06948 --- /dev/null +++ b/abe-finishdrawmap.patch @@ -0,0 +1,11 @@ +--- src/Map.c~ 2005-03-05 10:20:04.000000000 -0600 ++++ src/Map.c 2025-01-08 15:30:08.904971564 -0600 +@@ -945,7 +945,7 @@ + drawMap(); // this calls finishDrawMap + } else { + // update the screen +- finishDrawMap(!map.redraw); ++ finishDrawMap(); + } + + // uncomment to test slow machine game speed diff --git a/abe.spec b/abe.spec index 802727f..5e61bc1 100644 --- a/abe.spec +++ b/abe.spec @@ -1,6 +1,6 @@ Name: abe Version: 1.1 -Release: 51%{?dist} +Release: 52%{?dist} Summary: Scrolling, platform-jumping, ancient pyramid exploring game License: GPL-1.0-or-later @@ -23,6 +23,7 @@ Patch3: %{name}-1.1-aarch64.patch # Fix build failure with -Werror=format-security Patch4: %{name}-1.1-format-security.patch Patch5: %{name}-1.1-configure-c99.patch +Patch6: %{name}-finishdrawmap.patch BuildRequires: desktop-file-utils BuildRequires: gcc-c++ @@ -46,6 +47,7 @@ vaguely in the style of similar games for the Commodore+4. %patch -P3 %patch -P4 %patch -P5 +%patch -P6 # Fix the FSF's address sed 's/59 Temple Place, Suite 330, Boston, MA 02111-1307/51 Franklin Street, Suite 500, Boston, MA 02110-1335/' COPYING > COPYING.new @@ -92,6 +94,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.des %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Wed Jan 08 2025 Gwyn Ciesla - 1.1-52 +- Patch for GCC 15 + * Wed Jul 17 2024 Fedora Release Engineering - 1.1-51 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From a91d4b5dfd6255e58797054889598db4554433c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:27:52 +0000 Subject: [PATCH 08/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- abe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abe.spec b/abe.spec index 5e61bc1..b2dcf39 100644 --- a/abe.spec +++ b/abe.spec @@ -1,6 +1,6 @@ Name: abe Version: 1.1 -Release: 52%{?dist} +Release: 53%{?dist} Summary: Scrolling, platform-jumping, ancient pyramid exploring game License: GPL-1.0-or-later @@ -94,6 +94,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.des %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 1.1-53 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jan 08 2025 Gwyn Ciesla - 1.1-52 - Patch for GCC 15 From 6bd1ebc5df7d8b7e2955f21de46089190f52b982 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:41:56 +0000 Subject: [PATCH 09/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- abe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abe.spec b/abe.spec index b2dcf39..de28a4f 100644 --- a/abe.spec +++ b/abe.spec @@ -1,6 +1,6 @@ Name: abe Version: 1.1 -Release: 53%{?dist} +Release: 54%{?dist} Summary: Scrolling, platform-jumping, ancient pyramid exploring game License: GPL-1.0-or-later @@ -94,6 +94,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.des %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.1-54 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 1.1-53 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From eb8b720b40739b93895a926e61586dd497a54624 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:23:16 +0000 Subject: [PATCH 10/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- abe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abe.spec b/abe.spec index de28a4f..fe1259a 100644 --- a/abe.spec +++ b/abe.spec @@ -1,6 +1,6 @@ Name: abe Version: 1.1 -Release: 54%{?dist} +Release: 55%{?dist} Summary: Scrolling, platform-jumping, ancient pyramid exploring game License: GPL-1.0-or-later @@ -94,6 +94,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ %{name}.des %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1.1-55 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 1.1-54 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild