2 Commits

4 changed files with 38 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a9f1eadd2b22a318163e4180065d495221ba1a43ad2021ea6866cd118042640
size 46028

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Dec 8 08:36:13 UTC 2025 - ming li <mli@suse.com>
- 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.
-------------------------------------------------------------------
Tue Jun 20 14:36:44 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
@@ -91,17 +118,17 @@ Mon Nov 9 14:47:22 GMT 2015 - aspiers@suse.com
- Update to 0.39
-------------------------------------------------------------------
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>
- Upstream update.
-------------------------------------------------------------------
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>
- Upstream update.
-------------------------------------------------------------------
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>
- Upstream update.
-------------------------------------------------------------------
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>
- Initial RPM release.

View File

@@ -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 @@ install -D -p -m 644 %{name}.1 \
%doc AUTHORS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
/etc/xdg/autostart/%{name}.desktop
%files lang -f %{name}.lang

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cc55a68ccfd8bb5620f4cd7c9913ef29aba8a9e96648497c5b448fdb97cb034
size 59202