SHA256
1
0
forked from pool/herbstluftwm

- Update to 0.9.2:

* Client window titles (controlled by the theme attributes
    'title_height', 'title_color', 'title_font')
  * New command 'help' for live documentation on the object tree
  * New 'watch' command that emits hooks when attribute values change.
  * The 'lock_tag' attribute is now writable.
  * New 'geometry' attribute for monitors.
  * New dependencies: xft, freetype
  Bug fixes:
  * Correctly interpret _NET_WM_STRUT. This fixes panels that leave
    a bit of space between the panel and the monitor edge and also
    panels between two monitors.
  * Correctly handling minimized clients when removing a tag.
  * Preserve stacking order when changing the floating state of a tag
  * Update frame objects correctly in the commands 'mirror' and 'rotate'

OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/herbstluftwm?expand=0&rev=27
This commit is contained in:
Michael Vetter 2021-02-17 15:10:31 +00:00 committed by Git OBS Bridge
parent a8938d5a37
commit fa38588556
6 changed files with 27 additions and 6 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Feb 17 15:02:46 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.9.2:
* Client window titles (controlled by the theme attributes
'title_height', 'title_color', 'title_font')
* New command 'help' for live documentation on the object tree
* New 'watch' command that emits hooks when attribute values change.
* The 'lock_tag' attribute is now writable.
* New 'geometry' attribute for monitors.
* New dependencies: xft, freetype
Bug fixes:
* Correctly interpret _NET_WM_STRUT. This fixes panels that leave
a bit of space between the panel and the monitor edge and also
panels between two monitors.
* Correctly handling minimized clients when removing a tag.
* Preserve stacking order when changing the floating state of a tag
* Update frame objects correctly in the commands 'mirror' and 'rotate'
-------------------------------------------------------------------
Mon Jan 4 09:47:42 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: herbstluftwm
Version: 0.9.1
Version: 0.9.2
Release: 0
Summary: A manual tiling window manager
License: BSD-2-Clause
@ -28,8 +28,10 @@ Source1: https://herbstluftwm.org/tarballs/%{name}-%{version}.tar.gz.sig
Source2: %{name}.desktop
BuildRequires: asciidoc
BuildRequires: cmake >= 3.1
BuildRequires: freetype-devel
BuildRequires: gcc-c++ >= 4.9
BuildRequires: glib2-devel
BuildRequires: libXft-devel
BuildRequires: libXrandr-devel
BuildRequires: libxslt-devel
BuildRequires: ncurses-utils
@ -101,11 +103,11 @@ install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/xsessions/%{name}.desktop
# We use the normal doc convention for this instead.
# INSTALL is not shipped.
rm -f %{buildroot}%{_datadir}/doc/%{name}/{INSTALL,NEWS,LICENSE,BUGS}
rm -f %{buildroot}%{_datadir}/doc/%{name}/{INSTALL,NEWS,LICENSE}
%files
%license LICENSE
%doc BUGS NEWS
%doc NEWS
%dir %{_datadir}/doc/%{name}/
%{_datadir}/doc/%{name}/herbstclient.html
%{_datadir}/doc/%{name}/%{name}-tutorial.html