Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openarena for openSUSE:Factory checked in at 2021-01-26 14:46:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openarena (Old) and /work/SRC/openSUSE:Factory/.openarena.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openarena" Tue Jan 26 14:46:52 2021 rev:5 rq:866697 version:0.8.8 Changes: -------- --- /work/SRC/openSUSE:Factory/openarena/openarena.changes 2020-01-15 16:42:52.205110586 +0100 +++ /work/SRC/openSUSE:Factory/.openarena.new.28504/openarena.changes 2021-01-26 14:50:28.439736838 +0100 @@ -1,0 +2,5 @@ +Mon Jan 25 22:27:15 UTC 2021 - Matthias Mail??nder <matth...@mailaender.name> + +- Add https://en.opensuse.org/openSUSE:AppStore metadata + +------------------------------------------------------------------- New: ---- openarena.appdata.xml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openarena.spec ++++++ --- /var/tmp/diff_new_pack.ilqKUZ/_old 2021-01-26 14:50:29.147737803 +0100 +++ /var/tmp/diff_new_pack.ilqKUZ/_new 2021-01-26 14:50:29.151737808 +0100 @@ -1,7 +1,7 @@ # # spec file for package openarena # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -34,12 +34,13 @@ Version: 0.8.8 Release: 0 Summary: Open Arena game engine -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Amusements/Games/Action/Shoot -Url: http://openarena.ws/ +URL: https://openarena.ws/ Source0: http://files.poulsander.com/~poul19/public_files/oa/dev088/%{name}-engine-source-%{version}.tar.bz2 Source1: %{name}.desktop Source2: %{name}.svg +Source3: %{name}.appdata.xml Source99: %{name}.changes # PATCH-FIX-UPSTREAM to prevent stack. Patch0: openarena-0.8.8-stack.patch @@ -91,11 +92,13 @@ install -m 755 build/release-linux*/o*%{postfix} %{buildroot}/%{_libexecdir}/%{name} ln -sf %{_libexecdir}/%{name}/openarena.%{postfix} %{buildroot}%{_bindir}/%{name} ln -sf %{_libexecdir}/%{name}/oa_ded.%{postfix} %{buildroot}%{_bindir}/%{name}-ded -# Icon, it is simple official icon +# simple official icon install -D -m 644 %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps/%{name}.svg # Desktop entry install -D -m 644 %{SOURCE1} %{buildroot}/%{_datadir}/applications/%{name}.desktop %suse_update_desktop_file %{name} +# app store metadata +install -D -m 644 %{SOURCE3} %{buildroot}/%{_datadir}/metainfo/%{name}.appdata.xml %files %defattr(-,root,root) @@ -103,5 +106,6 @@ %{_bindir}/openarena* %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.svg +%{_datadir}/metainfo/%{name}.appdata.xml %changelog ++++++ openarena.appdata.xml ++++++ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2014 Richard Hughes <rich...@hughsie.com> --> <application> <id type="desktop">openarena.desktop</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0+</project_license> <provides> <id>openarena.desktop</id> </provides> <name>OpenArena</name> <summary>Free and open source first-person shooter</summary> <description> <p> OpenArena is a free and open source first-person shooter game based heavily on the Quake III Arena-style deathmatch. Score frags to win the game using a balanced set of weapons each designed for different situations. Guns include a chaingun, rocket launcher, shotgun, and railgun. </p> <p> OpenArena's style of play is very fast and requires skill to be played successfully online. Gameplay modes include Deathmatch, Team Deathmatch, Tournament, Capture the Flag, Elimination, CTF Elimination, Last Man Standing and Double Domination. </p> </description> <url type="homepage">https://www.openarena.ws/</url> <screenshots> <screenshot type="default">http://www.openarena.ws/e107_images/custom/085-1.jpg</screenshot> <screenshot>http://www.openarena.ws/e107_images/custom/085-6.jpg</screenshot> <screenshot>http://www.openarena.ws/e107_images/custom/085-16.jpg</screenshot> </screenshots> <!-- FIXME: change this to an upstream email address for spec updates <updatecontact>someone_who_cares@upstream_project.org</updatecontact> --> <content_rating type="oars-1.0"> <content_attribute id="violence-cartoon">none</content_attribute> <content_attribute id="violence-fantasy">moderate</content_attribute> <content_attribute id="violence-realistic">none</content_attribute> <content_attribute id="violence-bloodshed">mild</content_attribute> <content_attribute id="violence-sexual">none</content_attribute> <content_attribute id="drugs-alcohol">none</content_attribute> <content_attribute id="drugs-narcotics">none</content_attribute> <content_attribute id="drugs-tobacco">none</content_attribute> <content_attribute id="sex-nudity">none</content_attribute> <content_attribute id="sex-themes">none</content_attribute> <content_attribute id="language-profanity">none</content_attribute> <content_attribute id="language-humor">none</content_attribute> <content_attribute id="language-discrimination">none</content_attribute> <content_attribute id="social-chat">intense</content_attribute> <content_attribute id="social-info">none</content_attribute> <content_attribute id="social-audio">none</content_attribute> <content_attribute id="social-location">none</content_attribute> <content_attribute id="social-contacts">none</content_attribute> <content_attribute id="money-purchasing">none</content_attribute> <content_attribute id="money-gambling">none</content_attribute> </content_rating> <releases> <release version="0.8.8" date="2012-02-20"/> </releases> </application>