Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package faugus-launcher for openSUSE:Factory
checked in at 2026-04-22 16:59:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/faugus-launcher (Old)
and /work/SRC/openSUSE:Factory/.faugus-launcher.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "faugus-launcher"
Wed Apr 22 16:59:21 2026 rev:21 rq:1348648 version:1.18.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/faugus-launcher/faugus-launcher.changes
2026-04-20 16:12:04.959093055 +0200
+++
/work/SRC/openSUSE:Factory/.faugus-launcher.new.11940/faugus-launcher.changes
2026-04-22 17:00:08.517355525 +0200
@@ -1,0 +2,29 @@
+Tue Apr 21 20:50:05 UTC 2026 - Jehu Marcos Herrera Puentes
<[email protected]>
+
+- Handle new license changes, updated license to MIT and CC-BY-4.0 for assets
+- Fixed incorrect permissions on some SVG files from the source code
+- Bump to version 1.18.5
+- Upstream changes:
+ * Updated settings screenshot
+ * Fixed launchers not being installed
+ * Updated portuguese translation
+ * Separated start on boot from system tray icon
+- For version 1.18.4:
+ * Added wmclass for windows
+ * Using svg icon instead
+ * Added logo with more resolutions
+ * Holding gamepad directionals scrolls
+ * Added comment to shortcut
+ * Added License for assets
+ * Improved filechooser navigation
+ * Updated keyboard UI
+ * Added gamepad navigation support for all widgets
+ * Adapted dialogs for gamepad
+ * Added virtual keyboard for gamepad
+ * Updated Dutch translation
+ * Improved game menu navigation with gamepad
+ * Fixed app freezing when pressing triangle with no entries
+ * Use system python
+ * gamepad string translation
+
+-------------------------------------------------------------------
Old:
----
faugus-launcher-1.18.3.tar.xz
New:
----
faugus-launcher-1.18.5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ faugus-launcher.spec ++++++
--- /var/tmp/diff_new_pack.4bXLph/_old 2026-04-22 17:00:14.197590576 +0200
+++ /var/tmp/diff_new_pack.4bXLph/_new 2026-04-22 17:00:14.205590907 +0200
@@ -19,10 +19,10 @@
%{?single_pythons_311plus}
Name: faugus-launcher
-Version: 1.18.3
+Version: 1.18.5
Release: 0
Summary: A simple and lightweight app for running Windows games using
UMU-Launcher
-License: MIT
+License: MIT and CC-BY-4.0
URL: https://github.com/Faugus/faugus-launcher
Group: System/Emulators/PC
@@ -102,6 +102,14 @@
find %{buildroot}%{python3_sitelib} -name "*.pyc" -delete
%{__python3} -m compileall -d %{python3_sitelib}
%{buildroot}%{python3_sitelib}/faugus/
+# Version 1.18.5 has executable bit enabled on some SVG files, so we fix that
here.
+chmod 0644 %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/*.svg
+
+# Handle license files
+rm -rf %{buildroot}%{_defaultlicensedir}/%{name}/LICENSE
+cp LICENSE %{buildroot}%{_defaultlicensedir}/%{name}/LICENSE.code
+cp assets/LICENSE %{buildroot}%{_defaultlicensedir}/%{name}/LICENSE.assets
+
# Remove duplicated files
%fdupes %{buildroot}%{_datadir}
@@ -117,7 +125,9 @@
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
%files
-%license LICENSE
+%dir %{_defaultlicensedir}/%{name}
+%license %{_defaultlicensedir}/%{name}/LICENSE.code
+%license %{_defaultlicensedir}/%{name}/LICENSE.assets
# Application data
%dir %{_datadir}/faugus-launcher
++++++ _service ++++++
--- /var/tmp/diff_new_pack.4bXLph/_old 2026-04-22 17:00:14.585606632 +0200
+++ /var/tmp/diff_new_pack.4bXLph/_new 2026-04-22 17:00:14.629608453 +0200
@@ -3,7 +3,7 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/Faugus/faugus-launcher.git</param>
- <param name="revision">1.18.3</param>
+ <param name="revision">1.18.5</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v?([0-9]+(\.[0-9])*)(\+0)?</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.4bXLph/_old 2026-04-22 17:00:14.841617226 +0200
+++ /var/tmp/diff_new_pack.4bXLph/_new 2026-04-22 17:00:14.885619047 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/Faugus/faugus-launcher.git</param>
- <param
name="changesrevision">e704a3973b0ee99e9c7fd63ac940a790ebf0fd4a</param></service></servicedata>
+ <param
name="changesrevision">934ff522e227daa8c19ad312539fc9b56820eaa9</param></service></servicedata>
(No newline at EOF)
++++++ faugus-launcher-1.18.3.tar.xz -> faugus-launcher-1.18.5.tar.xz ++++++
++++ 6554 lines of diff (skipped)