diff --git a/herbstluftwm-0.9.3.tar.gz b/herbstluftwm-0.9.3.tar.gz deleted file mode 100644 index 4652660..0000000 --- a/herbstluftwm-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ba7b1bd02966e6eefe27805753082406a2d2954bc41fe040d1ccaaed25ec105 -size 497523 diff --git a/herbstluftwm-0.9.3.tar.gz.sig b/herbstluftwm-0.9.3.tar.gz.sig deleted file mode 100644 index be33963..0000000 Binary files a/herbstluftwm-0.9.3.tar.gz.sig and /dev/null differ diff --git a/herbstluftwm-0.9.4.tar.gz b/herbstluftwm-0.9.4.tar.gz new file mode 100644 index 0000000..f326e93 --- /dev/null +++ b/herbstluftwm-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef8eed076af33af2a75911c0fb1215fdb3427606a034ea8b44fe76872cb03cc +size 549029 diff --git a/herbstluftwm-0.9.4.tar.gz.sig b/herbstluftwm-0.9.4.tar.gz.sig new file mode 100644 index 0000000..c7f8b66 Binary files /dev/null and b/herbstluftwm-0.9.4.tar.gz.sig differ diff --git a/herbstluftwm.changes b/herbstluftwm.changes index 4574cbb..43de520 100644 --- a/herbstluftwm.changes +++ b/herbstluftwm.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Mar 18 10:53:18 UTC 2022 - Michael Vetter + +- Update to 0.9.4: + * Tabbed window titles in the 'max' layout algorithm (controllable + via the 'tabbed_max' setting) + * Directionally moving through a max layout is possible via focus / shift by + adding '--level=tabbed' (only for 'tabbed_max') or '--level=any' + (any 'max' layout). + * New decoration setting 'title_when' to control, when window + titles and tabs are shown. + * New decoration settings 'title_depth' and 'title_align'. + * New decoration settings for configuring unselected tabs: + 'tab_color', 'tab_outer_width', 'tab_outer_color', 'tab_title_color' + * New autostart object with attributes 'path', 'running', + 'pid', 'last_status' + * New client attribute 'floating_effectively' and associated + X11 properties 'HLWM_FLOATING_WINDOW' and 'HLWM_TILING_WINDOW' + * New 'foreach' command line flags: '--filter-name=', + '--recursive', '--unique' + * The 'spawn' command now prints an error message on exec failure + * New read-only client attribute 'decoration_geometry'. + * New rule condition 'fixedsize' + * New attribute 'decorated' to disable window decorations + * The cursor shape now indicates resize options. + * New setting 'ellipsis' + * Floating clients can now be dragged between monitors via the mouse + * Frames can be simultaneously resized in x and y direction with the mouse. + Bug fixes: + * Update floating geometry if a client’s size hints change + * Correct alpha value handling: if compositor is detected, + premultiply rgb values with the alpha value + ------------------------------------------------------------------- Tue May 18 16:07:20 UTC 2021 - Michael Vetter diff --git a/herbstluftwm.spec b/herbstluftwm.spec index 44a85c5..1094470 100644 --- a/herbstluftwm.spec +++ b/herbstluftwm.spec @@ -1,7 +1,7 @@ # # spec file for package herbstluftwm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: herbstluftwm -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: A manual tiling window manager License: BSD-2-Clause @@ -30,16 +30,25 @@ BuildRequires: asciidoc BuildRequires: cmake >= 3.1 BuildRequires: freetype-devel BuildRequires: gcc-c++ >= 4.9 -BuildRequires: glib2-devel -BuildRequires: libXft-devel -BuildRequires: libXrandr-devel -BuildRequires: libXrender-devel -BuildRequires: libxslt-devel BuildRequires: ncurses-utils BuildRequires: pkgconfig +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gmodule-2.0) +BuildRequires: pkgconfig(gmodule-export-2.0) +BuildRequires: pkgconfig(gmodule-no-export-2.0) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(gthread-2.0) +BuildRequires: pkgconfig(libexslt) +BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xfixes) +BuildRequires: pkgconfig(xft) BuildRequires: pkgconfig(xinerama) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xrender) %description herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.