Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package armagetron for openSUSE:Factory checked in at 2026-02-02 14:58:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/armagetron (Old) and /work/SRC/openSUSE:Factory/.armagetron.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "armagetron" Mon Feb 2 14:58:27 2026 rev:39 rq:1330352 version:0.2.9.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/armagetron/armagetron.changes 2025-11-14 16:14:47.593010005 +0100 +++ /work/SRC/openSUSE:Factory/.armagetron.new.1995/armagetron.changes 2026-02-02 14:58:33.239038631 +0100 @@ -1,0 +2,8 @@ +Sat Jan 31 06:45:48 UTC 2026 - Carsten Ziepke <[email protected]> + +- Update to version 0.2.9.2.5 + * Fixed Bugs + - Startup freeze (#161) +- Rebase armagetron-desktop-files-installdir.patch + +------------------------------------------------------------------- Old: ---- armagetronad-0.2.9.2.3.tbz New: ---- armagetronad-0.2.9.2.5.tbz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ armagetron.spec ++++++ --- /var/tmp/diff_new_pack.cMuQw2/_old 2026-02-02 14:58:34.231080564 +0100 +++ /var/tmp/diff_new_pack.cMuQw2/_new 2026-02-02 14:58:34.231080564 +0100 @@ -1,7 +1,7 @@ # # spec file for package armagetron # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define series 0.2.9 %define src_name %{name}ad Name: armagetron -Version: %{series}.2.3 +Version: %{series}.2.5 Release: 0 Summary: OpenGL Game Similar to the Film Tron License: GPL-2.0-or-later ++++++ armagetron-desktop-files-installdir.patch ++++++ --- /var/tmp/diff_new_pack.cMuQw2/_old 2026-02-02 14:58:34.291083100 +0100 +++ /var/tmp/diff_new_pack.cMuQw2/_new 2026-02-02 14:58:34.307083776 +0100 @@ -1,8 +1,30 @@ -Index: armagetronad-0.2.9.2.3/desktop/Makefile.am -=================================================================== ---- armagetronad-0.2.9.2.3.orig/desktop/Makefile.am -+++ armagetronad-0.2.9.2.3/desktop/Makefile.am -@@ -1,15 +1,16 @@ +diff -Nur armagetronad-0.2.9.2.5-orig/desktop/armagetronad.appdata.xml.in armagetronad-0.2.9.2.5/desktop/armagetronad.appdata.xml.in +--- armagetronad-0.2.9.2.5-orig/desktop/armagetronad.appdata.xml.in 2025-11-02 18:48:43.000000000 +0100 ++++ armagetronad-0.2.9.2.5/desktop/armagetronad.appdata.xml.in 2026-01-31 07:55:54.673978589 +0100 +@@ -1,6 +1,6 @@ + <?xml version="1.0" encoding="UTF-8"?> + <component type="desktop-application"> +- <id>@[email protected]</id> ++ <id>@[email protected]</id> + + <name>@progtitle@</name> + <summary>3D Lightcycle Game</summary> +diff -Nur armagetronad-0.2.9.2.5-orig/desktop/armagetronad.desktop.in armagetronad-0.2.9.2.5/desktop/armagetronad.desktop.in +--- armagetronad-0.2.9.2.5-orig/desktop/armagetronad.desktop.in 2025-05-16 21:09:00.000000000 +0200 ++++ armagetronad-0.2.9.2.5/desktop/armagetronad.desktop.in 2026-01-31 07:56:48.706364172 +0100 +@@ -4,7 +4,7 @@ + Exec=@progname@ %f + Comment=3d light cycle game + Comment[de]=dreidimensionales Lichtradspiel +-Icon=@progid@ ++Icon=@progname@ + Terminal=@build_dedicated@ + Categories=Game;ActionGame; + StartupNotify=@build_dedicated@ +diff -Nur armagetronad-0.2.9.2.5-orig/desktop/Makefile.am armagetronad-0.2.9.2.5/desktop/Makefile.am +--- armagetronad-0.2.9.2.5-orig/desktop/Makefile.am 2025-05-16 21:09:00.000000000 +0200 ++++ armagetronad-0.2.9.2.5/desktop/Makefile.am 2026-01-31 07:54:51.013524315 +0100 +@@ -1,18 +1,18 @@ # include $(top_srcdir)/Makefile.paths -# desktop files location @@ -11,6 +33,7 @@ # files for desktop integration -nobase_desktopfile_DATA=armagetronad.desktop \ - icons/16x16/armagetronad.png icons/32x32/armagetronad.png icons/48x48/armagetronad.png \ +- icons/64x64/armagetronad.png icons/128x128/armagetronad.png \ - armagetronad.appdata.xml +desktopdir=@datadir@/applications +desktop_DATA=armagetronad.desktop @@ -25,32 +48,13 @@ -EXTRA_DIST=icons/16x16/armagetronad.png\ - icons/32x32/armagetronad.png\ - icons/48x48/armagetronad.png\ +- icons/64x64/armagetronad.png\ +- icons/128x128/armagetronad.png\ +- armagetronad.desktop.in\ +- armagetronad.appdata.xml.in +EXTRA_DIST=icons/48x48/armagetronad.png\ - armagetronad.desktop.in\ - armagetronad.appdata.xml.in -Index: armagetronad-0.2.9.2.3/desktop/armagetronad.desktop.in -=================================================================== ---- armagetronad-0.2.9.2.3.orig/desktop/armagetronad.desktop.in -+++ armagetronad-0.2.9.2.3/desktop/armagetronad.desktop.in -@@ -4,7 +4,7 @@ Name=@progtitle@@progtitle_server@ - Exec=@progname@ %f - Comment=3d light cycle game - Comment[de]=dreidimensionales Lichtradspiel --Icon=@progid@ -+Icon=@progname@ - Terminal=@build_dedicated@ - Categories=Game;ActionGame; - StartupNotify=@build_dedicated@ -Index: armagetronad-0.2.9.2.3/desktop/armagetronad.appdata.xml.in -=================================================================== ---- armagetronad-0.2.9.2.3.orig/desktop/armagetronad.appdata.xml.in -+++ armagetronad-0.2.9.2.3/desktop/armagetronad.appdata.xml.in -@@ -1,6 +1,6 @@ - <?xml version="1.0" encoding="UTF-8"?> - <component type="desktop-application"> -- <id>@[email protected]</id> -+ <id>@[email protected]</id> - - <name>@progtitle@</name> - <summary>3D Lightcycle Game</summary> ++ icons/64x64/armagetronad.png\ ++ icons/128x128/armagetronad.png\ ++ armagetronad.desktop.in\ ++ armagetronad.appdata.xml.in
