Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
2 changed files with 7 additions and 41 deletions
|
|
@ -1,11 +0,0 @@
|
||||||
--- 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: 55%{?dist}
|
Release: 48%{?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,7 +23,6 @@ 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++
|
||||||
|
|
@ -41,13 +40,12 @@ vaguely in the style of similar games for the Commodore+4.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P0
|
%patch0
|
||||||
%patch -P1
|
%patch1
|
||||||
%patch -P2
|
%patch2
|
||||||
%patch -P3
|
%patch3
|
||||||
%patch -P4
|
%patch4
|
||||||
%patch -P5
|
%patch5
|
||||||
%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
|
||||||
|
|
@ -94,27 +92,6 @@ 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