Hello community,

here is the log from the commit of package neverball for openSUSE:Factory 
checked in at 2017-03-02 19:29:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neverball (Old)
 and      /work/SRC/openSUSE:Factory/.neverball.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neverball"

Thu Mar  2 19:29:49 2017 rev:24 rq:460274 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/neverball/neverball.changes      2014-10-08 
22:14:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.neverball.new/neverball.changes 2017-03-02 
19:29:50.375284872 +0100
@@ -1,0 +2,5 @@
+Sun Feb 19 14:57:01 UTC 2017 - [email protected]
+
+- Add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
+
+-------------------------------------------------------------------

New:
----
  appdata.patch

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

Other differences:
------------------
++++++ neverball.spec ++++++
--- /var/tmp/diff_new_pack.KpnZX6/_old  2017-03-02 19:29:51.443133743 +0100
+++ /var/tmp/diff_new_pack.KpnZX6/_new  2017-03-02 19:29:51.447133177 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package neverball
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -23,7 +23,9 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/3D/Other
 Url:            http://neverball.org
-Source0:        http://%{name}.org/%{name}-%{version}.tar.gz
+Source:         http://%{name}.org/%{name}-%{version}.tar.gz
+# PATCH-FEATURE-UPSTREAM https://github.com/Neverball/neverball/pull/142
+Patch1:         appdata.patch
 %define                name2 neverputt
 %define                name3 mapc
 BuildRequires:  dejavu-fonts
@@ -108,6 +110,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 # Add missing libraries
 sed -i -e 's|-lphysfs|-lphysfs -lm|' \
@@ -161,6 +164,9 @@
 install -Dm 0644 dist/%{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 install -Dm 0644 dist/%{name2}.desktop 
%{buildroot}%{_datadir}/applications/%{name2}.desktop
 
+# install software gallery metadata
+install -Dm 0644 dist/%{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+
 cp -r locale %{buildroot}%{_datadir}/
 
 # symlink OpenGL Wrapper
@@ -180,6 +186,8 @@
 %{_bindir}/%{name}-wrapper
 %{_mandir}/man6/%{name}.6%{ext_man}
 %{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/icons/hicolor/
 %{_datadir}/pixmaps/*
 %{_datadir}/%{name}

++++++ appdata.patch ++++++
>From 8b05c4eacfa349d6b8f1b6aa33e2592f4e2bbdf8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
 <[email protected]>
Date: Sun, 19 Feb 2017 15:46:12 +0100
Subject: [PATCH] Create neverball.appdata.xml

---
 dist/neverball.appdata.xml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 dist/neverball.appdata.xml

diff --git a/dist/neverball.appdata.xml b/dist/neverball.appdata.xml
new file mode 100644
index 0000000..578413a
--- /dev/null
+++ b/dist/neverball.appdata.xml
@@ -0,0 +1,23 @@
+<application>
+  <id type="desktop">neverball.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <license>GPL-2.0</license>
+  <name>Neverball</name>
+  <summary>Deftly Guide a Rolling Ball through Many Slick 3D Levels</summary>
+  <description>
+    <p>
+      Guide a rolling ball through dangerous territory that you control by
+      tilting the floor. Balance on narrow bridges, navigate mazes, ride
+      moving platforms, and dodge pushers and shovers to get to the goal.
+      Race against the clock to collect coins to earn extra balls. With nice
+      physics and very clean and appealing 3D graphics, this is definitely a
+      must play.
+    </p>
+  </description>
+  <url type="homepage">http://neverball.org/</url>
+  <screenshots>
+    <screenshot 
type="default">http://neverball.org/images/shots/01-neverball-easy/easy-07-01.jpg</screenshot>
+    
<screenshot>http://neverball.org/images/shots/01-neverball-easy/easy-12-01.jpg</screenshot>
+    
<screenshot>http://neverball.org/images/shots/04-neverball-mym1/mym1-13-04.jpg</screenshot>
+  </screenshots>
+</application>

Reply via email to