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 261cc4e..fe1259a 100644 --- a/abe.spec +++ b/abe.spec @@ -1,6 +1,6 @@ Name: abe Version: 1.1 -Release: 48%{?dist} +Release: 55%{?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++ @@ -40,12 +41,13 @@ 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 +%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,27 @@ 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 + +* 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 + +* 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 + +* 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