Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cinnamon for openSUSE:Factory checked in at 2021-07-17 23:36:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cinnamon (Old) and /work/SRC/openSUSE:Factory/.cinnamon.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon" Sat Jul 17 23:36:40 2021 rev:51 rq:906743 version:5.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/cinnamon/cinnamon.changes 2021-06-22 20:44:52.462818824 +0200 +++ /work/SRC/openSUSE:Factory/.cinnamon.new.2632/cinnamon.changes 2021-07-17 23:37:20.097647697 +0200 @@ -1,0 +2,26 @@ +Fri Jul 9 19:17:48 UTC 2021 - andy great <[email protected]> + +- Update to version 5.0.4. + * GWL: Remove Super+space shortcut +- Update to version 5.0.3. + * meson: Make install dir of the python spice modules configurable. + * menu applet: Don't strip the search pattern before sending it + to custom search providers. + * xapp status applet: update the tooltip text immediately + * lookingGlass.js: work around actor property access error + * lookingGlass.js: delay and aggregate window tracker updates + * lookingGlass.js: modernizations and cleanups + * Add basic proxy auth for spices manager + * Update Spices.py + * main.js: Simplify activateWindow and let muffin handle + workspace activation. + * cinnamon-killer-daemon: user cinnamon-launcher instead + * cinnamon-launcher: fix fallback recovery code + * cinnamon-launcher: Show restart confirmation even if memory + limiting is disabled. + * Restore the window attention handler, but with a reversed role. + * window-list applet: Don't rely on muffin signals for marking + new windows as urgent. +- Rebase cinnamon-fallback-icewm.patch. + +------------------------------------------------------------------- Old: ---- cinnamon-5.0.2.tar.gz New: ---- cinnamon-5.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cinnamon.spec ++++++ --- /var/tmp/diff_new_pack.R1sej6/_old 2021-07-17 23:37:20.549644212 +0200 +++ /var/tmp/diff_new_pack.R1sej6/_new 2021-07-17 23:37:20.553644181 +0200 @@ -18,7 +18,7 @@ %define _version 5.0.0 Name: cinnamon -Version: 5.0.2 +Version: 5.0.4 Release: 0 Summary: GNU/Linux Desktop featuring a traditional layout License: GPL-2.0-or-later AND LGPL-2.1-only @@ -277,9 +277,7 @@ %{_libdir}/%{name}/ %{_mandir}/man1/cinnamon*%{?ext_man} %{_mandir}/man1/gnome-session-cinnamon*%{?ext_man} -%dir %{_prefix}/lib/python3 -%dir %{_prefix}/lib/python3/dist-packages -%{_prefix}/lib/python3/dist-packages/cinnamon +%{_prefix}/lib/python%{python_version}/site-packages/%{name}/ %files gschemas %{_datadir}/glib-2.0/schemas/org.cinnamon.gschema.xml ++++++ cinnamon-5.0.2.tar.gz -> cinnamon-5.0.4.tar.gz ++++++ ++++ 2205 lines of diff (skipped) ++++++ cinnamon-fallback-icewm.patch ++++++ --- /var/tmp/diff_new_pack.R1sej6/_old 2021-07-17 23:37:20.849641900 +0200 +++ /var/tmp/diff_new_pack.R1sej6/_new 2021-07-17 23:37:20.849641900 +0200 @@ -1,9 +1,9 @@ diff -ruN a/files/usr/bin/cinnamon-launcher b/files/usr/bin/cinnamon-launcher ---- a/files/usr/bin/cinnamon-launcher 2021-06-01 20:12:27.000000000 +0700 -+++ b/files/usr/bin/cinnamon-launcher 2021-06-04 03:44:28.539582150 +0700 +--- a/files/usr/bin/cinnamon-launcher 2021-07-02 22:19:14.000000000 +0700 ++++ b/files/usr/bin/cinnamon-launcher 2021-07-10 03:22:22.044467954 +0700 @@ -14,22 +14,13 @@ gi.require_version('Gtk', '3.0') # noqa - from gi.repository import Gtk, GObject, Gio + from gi.repository import Gtk, GLib, Gio -FALLBACK_COMMAND = "metacity" +FALLBACK_COMMAND = "icewm"
