Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pingus for openSUSE:Factory checked 
in at 2021-02-02 14:45:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pingus (Old)
 and      /work/SRC/openSUSE:Factory/.pingus.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pingus"

Tue Feb  2 14:45:06 2021 rev:30 rq:868643 version:0.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/pingus/pingus.changes    2020-03-09 
11:42:12.585318436 +0100
+++ /work/SRC/openSUSE:Factory/.pingus.new.28504/pingus.changes 2021-02-02 
14:45:07.849015051 +0100
@@ -1,0 +2,7 @@
+Sun Jan 31 10:08:52 UTC 2021 - Matthias Mail??nder <matth...@mailaender.name>
+
+- Add https://en.opensuse.org/openSUSE:AppStore metadata
+- Use upstream .desktop file
+- Fix icon file ending
+
+-------------------------------------------------------------------

New:
----
  pingus.appdata.xml

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

Other differences:
------------------
++++++ pingus.spec ++++++
--- /var/tmp/diff_new_pack.l3tEtU/_old  2021-02-02 14:45:08.837016560 +0100
+++ /var/tmp/diff_new_pack.l3tEtU/_new  2021-02-02 14:45:08.841016567 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pingus
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,9 @@
 # Packed as tar.bz2
 Source0:        %{name}-%{version}+git-6a1153a.tar.bz2
 # PATCH-FIX-UPSTREAM Issue 136, Add .desktop file to source package
-Source1:        %{name}.desktop
+Source1:        
https://gitlab.com/pingus/pingus/-/raw/dddd6be31a04d7cadd71ca6e5d3e292d73c270c9/%{name}.desktop
+# PATCH-FEATURE-UPSTREAM
+Source2:        
https://gitlab.com/pingus/pingus/-/raw/62e3f61ad704563e09d0a2ed8f4d369ba5a0167e/%{name}.appdata.xml
 # PATCH-FIX-UPSTREAM pingus-0.7.6-Makefile.patch -- Issue 144, use /usr for 
prefix, fix man, permissions
 Patch1:         %{name}-%{version}-Makefile.patch
 # PATCH-FIX-UPSTREAM pingus-0.7.6-SConscript.patch -- Issue 145, Fix linking 
against X11 and adds wii support
@@ -117,14 +119,14 @@
 %install
 %make_install
 
-# install icons
 install -Dm 0644 data/images/icons/pingus.png 
%{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 install -Dm 0644 data/images/icons/pingus-icon.png 
%{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
-install -Dm 0644 data/images/icons/pingus.svg 
%{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/%{name}.png
+install -Dm 0644 data/images/icons/pingus.svg 
%{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 
-# install Desktop file
 install -Dm 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
+install -Dm 0644 %{SOURCE2} 
%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
+
 %if 0%{?suse_version}
     %suse_update_desktop_file %{name}
     %fdupes -s %{buildroot}%{_prefix}
@@ -136,7 +138,8 @@
 %{_bindir}/%{name}
 %{_mandir}/man6/%{name}.6%{?ext_man}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/
+%{_datadir}/metainfo/%{name}.appdata.xml
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_datadir}/%{name}
 
 %changelog

++++++ pingus.appdata.xml ++++++
<?xml version="1.0" encoding="UTF-8"?>

<application>
  <id>pingus</id>
  <launchable type="desktop-id">pingus.desktop</launchable>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0+</project_license>
  <summary>Guide groups of penguins through various obstacles</summary>
  <description>
    <p>
      Pingus is a free Lemmings(tm) clone for GNU/Linux, Win32 and
      other operating systems supported by SDL2. It is covered under
      the GPL, check the file COPYING, for more information.
    </p>
  </description>
  <url type="homepage">https://pingus.gitlab.io</url>
  <screenshots>
    <screenshot 
type="default">http://pingus.gitlab.io/images/screen_0.7.0-1.jpg</screenshot>
    <screenshot>http://pingus.gitlab.io/images/screen_0.7.0-2.jpg</screenshot>
    <screenshot>http://pingus.gitlab.io/images/screen_0.7.0-3.jpg</screenshot>
    <screenshot>http://pingus.gitlab.io/images/screen_0.7.0-4.jpg</screenshot>
    <screenshot>http://pingus.gitlab.io/images/screen_0.7.0-5.jpg</screenshot>
    <screenshot>http://pingus.gitlab.io/images/screen_0.7.0-6.jpg</screenshot>
  </screenshots>
</application>
++++++ pingus.desktop ++++++
--- /var/tmp/diff_new_pack.l3tEtU/_old  2021-02-02 14:45:08.901016658 +0100
+++ /var/tmp/diff_new_pack.l3tEtU/_new  2021-02-02 14:45:08.901016658 +0100
@@ -1,10 +1,11 @@
 [Desktop Entry]
 Name=Pingus
-GenericName=Lemmings
-Comment=Free Lemmings-like puzzle game
+Comment=Guide groups of penguins through various obstacles
 Icon=pingus
-Exec=pingus -f
+Terminal=false
+Exec=pingus %f
 Type=Application
 Categories=Game;LogicGame;
 StartupNotify=false
-
+MimeType=application/x-pingus;application/x-pingus-worldmap;application/x-pingus-prefab
+Keywords=lemmings;obstacles;traps;penguins;

Reply via email to