Hello community,

here is the log from the commit of package mrrescue for openSUSE:Factory 
checked in at 2017-02-16 17:07:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mrrescue (Old)
 and      /work/SRC/openSUSE:Factory/.mrrescue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mrrescue"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mrrescue/mrrescue.changes        2017-02-03 
17:50:50.925169526 +0100
+++ /work/SRC/openSUSE:Factory/.mrrescue.new/mrrescue.changes   2017-02-16 
17:07:45.296891280 +0100
@@ -1,0 +2,5 @@
+Mon Feb  6 20:50:52 UTC 2017 - mailaen...@opensuse.org
+
+- add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
+
+-------------------------------------------------------------------

New:
----
  appdata.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mrrescue.spec ++++++
--- /var/tmp/diff_new_pack.exu5LO/_old  2017-02-16 17:07:45.936800734 +0100
+++ /var/tmp/diff_new_pack.exu5LO/_new  2017-02-16 17:07:45.936800734 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mrrescue
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          Amusements/Games/Action/Other
 Url:            http://tangramgames.dk/games/mrrescue/
 Source:         
https://github.com/SimonLarsen/mrrescue/archive/%{version}.tar.gz
+# PATCH-FEATURE-UPSTREAM https://github.com/SimonLarsen/mrrescue/pull/14
+Patch1:         appdata.patch
 BuildRequires:  ImageMagick
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  love >= 0.10.0
@@ -44,6 +46,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 zip -r %{name}_%{version}.love * -x LICENSE
@@ -62,6 +65,7 @@
     convert data/splash.png -resize "$size"x"$size" 
%{buildroot}%{_datadir}/icons/hicolor/$size"x$size/apps/%{name}.png"
 done
 %suse_update_desktop_file -c %{name} "Mr. Rescue" "Arcade 2D Actiongame" 
%{name} %{name} Game ArcadeGame
+install -D -m 0644 %{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 
 %post
 %desktop_database_post
@@ -77,6 +81,8 @@
 %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 
 %changelog

++++++ appdata.patch ++++++
>From 0b378941ffbb6082b8eccabbf3981a2fa6292094 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
 <mailaen...@users.noreply.github.com>
Date: Mon, 6 Feb 2017 21:39:31 +0100
Subject: [PATCH] Create mrrescue.appdata.xml

---
 mrrescue.appdata.xml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 mrrescue.appdata.xml

diff --git a/mrrescue.appdata.xml b/mrrescue.appdata.xml
new file mode 100644
index 0000000..299c936
--- /dev/null
+++ b/mrrescue.appdata.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>mrrescue.desktop</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>Zlib</project_license>
+ <name>Mr Rescue</name>
+ <summary>Arcade-style fire fighting game</summary>
+ <description>
+  <p>
+   Mr. Rescue is an arcade styled 2d action game centered around evacuating
+   civilians from burning buildings. The game features fast paced fire
+   extinguishing action, intense boss battles, a catchy soundtrack and lots of
+   throwing people around in pseudo-randomly generated buildings.
+  </p>
+ </description>
+ <screenshots>
+  <screenshot type="default">
+   <image>http://tangramgames.dk/games/mrrescue/images/1.png</image>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/mrrescue/images/2.png</image>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/mrrescue/images/3.png</image>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/mrrescue/images/4.png</image>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/mrrescue/images/5.png</image>
+  </screenshot>
+ </screenshots>
+ <url type="homepage">http://tangramgames.dk/games/mrrescue/</url>
+ <url type="bugtracker">https://github.com/SimonLarsen/mrrescue/issues</url>
+</component>

Reply via email to