commit 8c3a7f5212e880e4286dd86358b2830bb18bd0f1
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Sep 9 08:45:38 2019 +0100
Update to 1.6.2 release (rfbz#5178)
.gitignore | 1 +
mari0.spec | 14 ++++++++------
sources | 2 +-
3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fde3c1..87e9019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
mari0-fc23e18525c4d0c881e64268e56fd23773f006af.zip
/5392efaf472ece528f70a87b006a7bf87ae018c5.tar.gz
/mari0-1.6.1.tar.gz
+/mari0-1.6.2.tar.gz
diff --git a/mari0.spec b/mari0.spec
index 8cab9f9..de4c6fb 100644
--- a/mari0.spec
+++ b/mari0.spec
@@ -1,14 +1,13 @@
Name: mari0
-Version: 1.6.1
-Release: 6%{?dist}
+Version: 1.6.2
+Release: 1%{?dist}
Summary: A recreation of the original Super Mario Bros with a portal gun
License: CC-BY-NC-SA
URL:
http://stabyourself.net/mari0/
-Source0:
https://github.com/Stabyourself/%{name}/archive/v%{version}.tar.gz#/%{nam...
+Source0:
https://github.com/Stabyourself/%{name}/archive/%{version}/%{name}-%{vers...
#Source1 is just a Desktop file:
Source1: %{name}.desktop
-Patch0:
https://github.com/Stabyourself/mari0/commit/9c2d30a4d7e838135c8cb687dbb5...
BuildArch: noarch
@@ -28,7 +27,7 @@ everyone having their own Portal gun. This game is made with LOVE.
%autosetup -p1
%build
-zip -r %{name}.love . -x "_DO NOT INCLUDE"
+zip -r %{name}.love .
#Execution Script:
echo -e "#!/bin/sh\nlove %{_datadir}/%{name}/%{name}.love\n" > %{name}
@@ -39,7 +38,7 @@ install -p -D -m 0755 %{name} %{buildroot}/%{_bindir}/%{name}
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
-install -p -D -m 0644 "_DO NOT INCLUDE/icon.png"
%{buildroot}/%{_datadir}/pixmaps/%{name}.png
+install -p -D -m 0644 graphics/icon.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png
%files
%doc README.md
@@ -49,6 +48,9 @@ install -p -D -m 0644 "_DO NOT INCLUDE/icon.png"
%{buildroot}/%{_datadir}/pixma
%{_datadir}/applications/%{name}.desktop
%changelog
+* Mon Sep 09 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.6.2-1
+- Update to 1.6.2 release (rfbz#5178)
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
1.6.1-6
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index f39cd69..dafde75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a6d52f0bfe850879ff955d4b4d8663c mari0-1.6.1.tar.gz
+cb9e5ac63095f0c09045fbdb77ba3693 mari0-1.6.2.tar.gz