Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb8b720b40 | ||
|
|
6bd1ebc5df | ||
|
|
a91d4b5dfd | ||
|
|
c9296b1cb0 | ||
|
|
ba84c28485 | ||
|
|
fc7d924714 | ||
|
|
28bafb957d | ||
|
|
4800191084 |
2 changed files with 41 additions and 7 deletions
11
abe-finishdrawmap.patch
Normal file
11
abe-finishdrawmap.patch
Normal file
|
|
@ -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
|
||||||
37
abe.spec
37
abe.spec
|
|
@ -1,6 +1,6 @@
|
||||||
Name: abe
|
Name: abe
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 48%{?dist}
|
Release: 55%{?dist}
|
||||||
|
|
||||||
Summary: Scrolling, platform-jumping, ancient pyramid exploring game
|
Summary: Scrolling, platform-jumping, ancient pyramid exploring game
|
||||||
License: GPL-1.0-or-later
|
License: GPL-1.0-or-later
|
||||||
|
|
@ -23,6 +23,7 @@ Patch3: %{name}-1.1-aarch64.patch
|
||||||
# Fix build failure with -Werror=format-security
|
# Fix build failure with -Werror=format-security
|
||||||
Patch4: %{name}-1.1-format-security.patch
|
Patch4: %{name}-1.1-format-security.patch
|
||||||
Patch5: %{name}-1.1-configure-c99.patch
|
Patch5: %{name}-1.1-configure-c99.patch
|
||||||
|
Patch6: %{name}-finishdrawmap.patch
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
|
@ -40,12 +41,13 @@ vaguely in the style of similar games for the Commodore+4.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch -P0
|
||||||
%patch1
|
%patch -P1
|
||||||
%patch2
|
%patch -P2
|
||||||
%patch3
|
%patch -P3
|
||||||
%patch4
|
%patch -P4
|
||||||
%patch5
|
%patch -P5
|
||||||
|
%patch -P6
|
||||||
|
|
||||||
# Fix the FSF's address
|
# 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
|
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
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-55
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-54
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-53
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 08 2025 Gwyn Ciesla <gwync@protonmail.com> - 1.1-52
|
||||||
|
- Patch for GCC 15
|
||||||
|
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-51
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-50
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-49
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-48
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-48
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue