Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package icewm for openSUSE:Factory checked in at 2023-01-25 17:42:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icewm (Old) and /work/SRC/openSUSE:Factory/.icewm.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icewm" Wed Jan 25 17:42:37 2023 rev:75 rq:1060648 version:3.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/icewm/icewm.changes 2023-01-20 17:36:25.779774744 +0100 +++ /work/SRC/openSUSE:Factory/.icewm.new.32243/icewm.changes 2023-01-25 17:48:15.269689140 +0100 @@ -1,0 +2,16 @@ +Tue Jan 24 06:58:32 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 3.3.1: + * Fully support nanosvg as an alternative to librsvg. + * Rolled up windows can now be moved vertically with icesh. + * Fix multi-monitor when primary monitor is right-below of secondary. + * Don't resize when a client adjusts its WM_NORMAL_HINTS increments. + * Report the audio interface in the configure summary. + * Consider that the keyboard may have been changed externally. + * Increase the timeout for the dynamic menu generator to 2 seconds. + * Don't reactivate a focused window when RaiseOnClick is guaranteed. + * Let the winoption "ignorePositionHint" also ignore the USPosition. + * Fix the "ignoreOverrideRedirect" winoption. + * Let icesh also spy on RandR monitor configuration events. + +------------------------------------------------------------------- Old: ---- icewm-3.3.0.tar.lz New: ---- icewm-3.3.1.tar.lz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icewm.spec ++++++ --- /var/tmp/diff_new_pack.6pQoHL/_old 2023-01-25 17:48:15.749691705 +0100 +++ /var/tmp/diff_new_pack.6pQoHL/_new 2023-01-25 17:48:15.753691725 +0100 @@ -1,7 +1,7 @@ # # spec file for package icewm # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global lites icewm icewmhint icewmbg icesh icewm-session Name: icewm -Version: 3.3.0 +Version: 3.3.1 Release: 0 Summary: Window Manager with a Taskbar License: LGPL-2.1-or-later ++++++ icewm-desktop-nodisplay.patch ++++++ --- /var/tmp/diff_new_pack.6pQoHL/_old 2023-01-25 17:48:15.801691982 +0100 +++ /var/tmp/diff_new_pack.6pQoHL/_new 2023-01-25 17:48:15.805692003 +0100 @@ -1,7 +1,7 @@ -Index: icewm-3.3.0/lib/icewm.desktop +Index: icewm-3.3.1/lib/icewm.desktop =================================================================== ---- icewm-3.3.0.orig/lib/icewm.desktop -+++ icewm-3.3.0/lib/icewm.desktop +--- icewm-3.3.1.orig/lib/icewm.desktop ++++ icewm-3.3.1/lib/icewm.desktop @@ -20,7 +20,7 @@ Comment[uk]=ÐÑоÑÑий Ñа Ñвид Icon=icewm TryExec=/usr/bin/icewm ++++++ icewm-susemenu.patch ++++++ --- /var/tmp/diff_new_pack.6pQoHL/_old 2023-01-25 17:48:15.825692110 +0100 +++ /var/tmp/diff_new_pack.6pQoHL/_new 2023-01-25 17:48:15.825692110 +0100 @@ -1,7 +1,7 @@ -Index: icewm-3.3.0/lib/menu.in +Index: icewm-3.3.1/lib/menu.in =================================================================== ---- icewm-3.3.0.orig/lib/menu.in -+++ icewm-3.3.0/lib/menu.in +--- icewm-3.3.1.orig/lib/menu.in ++++ icewm-3.3.1/lib/menu.in @@ -11,5 +11,6 @@ prog Firefox mozilla firefox prog Hexchat xchat hexchat prog Gimp gimp gimp @@ -10,10 +10,10 @@ +#menufile Programs folder programs menufile Tool_bar folder toolbar +menuprog SUSE folder xdg_menu --format icewm -Index: icewm-3.3.0/src/wmmenu.cc +Index: icewm-3.3.1/src/wmmenu.cc =================================================================== ---- icewm-3.3.0.orig/src/wmmenu.cc -+++ icewm-3.3.0/src/wmmenu.cc +--- icewm-3.3.1.orig/src/wmmenu.cc ++++ icewm-3.3.1/src/wmmenu.cc @@ -294,6 +294,46 @@ char* MenuLoader::parseMenuProg(char *p, return p; } @@ -71,10 +71,10 @@ else if (!strcmp(word, "include")) { p = parseIncludeStatement(p, container); } -Index: icewm-3.3.0/src/wmprog.h +Index: icewm-3.3.1/src/wmprog.h =================================================================== ---- icewm-3.3.0.orig/src/wmprog.h -+++ icewm-3.3.0/src/wmprog.h +--- icewm-3.3.1.orig/src/wmprog.h ++++ icewm-3.3.1/src/wmprog.h @@ -30,6 +30,7 @@ private: char* parseAMenu(char *data, ObjectContainer *container); char* parseMenuFile(char *data, ObjectContainer *container);