Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package devilspie2 for openSUSE:Factory checked in at 2025-12-09 12:49:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/devilspie2 (Old) and /work/SRC/openSUSE:Factory/.devilspie2.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "devilspie2" Tue Dec 9 12:49:30 2025 rev:11 rq:1321548 version:0.45 Changes: -------- --- /work/SRC/openSUSE:Factory/devilspie2/devilspie2.changes 2023-06-21 22:39:41.562311064 +0200 +++ /work/SRC/openSUSE:Factory/.devilspie2.new.1939/devilspie2.changes 2025-12-09 12:56:29.759440304 +0100 @@ -1,0 +2,27 @@ +Mon Dec 8 08:36:13 UTC 2025 - ming li <[email protected]> + +- Update to version 0.45: + * Fixes related to Lua version handling + * Misc build fixes + * Add set_on_bottom(): move to bottom of stack + * Change set_on_top() so that it merely raises the window + * Add get_class_group_name(). + This complements get_class_instance_name re. WM_CLASS. + * More aliases for function names containing 'maximize' or + 'minimize': accept -ise spellings + * Visibly deprecate function names containing 'horisontally' + * Add set_adjust_for_decoration(), useful if you have problems with + positioning & resizing of decorated windows [note: experimental] + * Add get_window_frame_extents() + * Allow workspaces to be referenced by name + * Extra event type for running rules on window name/title changes + * Ignore dot files in the scripts directory. + * More UTF-8 support: use_utf8() (sets and reads whether UTF-8 is + default, initially false), window_property_is_utf8() and + window_property_full(). +- Modified the original download name of the software package + in the spec file. +- Fixed the issue of the earliest date format error + in devilspie2.changes file. + +------------------------------------------------------------------- @@ -94 +121 @@ -Thu Dec 26 2013 larchunix <larchunix at gmail dot com> - 0.31-1 +Thu Dec 26 07:31:04 UTC 2013 - larchunix <larchunix at gmail dot com> @@ -98 +125 @@ -Sun Aug 25 2013 larchunix <larchunix at gmail dot com> - 0.30-1 +Sun Aug 25 07:31:04 UTC 2013 - larchunix <larchunix at gmail dot com> @@ -102 +129 @@ -Sun May 19 2013 larchunix <larchunix at gmail dot com> - 0.29-1 +Sun May 19 07:31:04 UTC 2013 - larchunix <larchunix at gmail dot com> @@ -106 +133 @@ -Wed Mar 13 2013 larchunix <larchunix at gmail dot com> - 0.28-1 +Wed Mar 13 07:31:04 UTC 2013 - larchunix <larchunix at gmail dot com> Old: ---- devilspie2-0.44.tar.xz New: ---- devilspie2_0.45-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ devilspie2.spec ++++++ --- /var/tmp/diff_new_pack.eZEPsb/_old 2025-12-09 12:56:30.571474558 +0100 +++ /var/tmp/diff_new_pack.eZEPsb/_new 2025-12-09 12:56:30.575474727 +0100 @@ -1,7 +1,7 @@ # # spec file for package devilspie2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: devilspie2 -Version: 0.44 +Version: 0.45 Release: 0 Summary: A window matching utility License: GPL-3.0-or-later URL: https://www.nongnu.org/devilspie2/ -Source0: http://download.savannah.nongnu.org/releases/devilspie2/devilspie2-%{version}.tar.xz +Source0: http://download.savannah.nongnu.org/releases/devilspie2/devilspie2_%{version}-src.tar.gz BuildRequires: pkgconfig BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libwnck-3.0) @@ -56,6 +56,7 @@ %doc AUTHORS README %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} +/etc/xdg/autostart/%{name}.desktop %files lang -f %{name}.lang
