diff --git a/herbstluftwm-0.9.1.tar.gz b/herbstluftwm-0.9.1.tar.gz deleted file mode 100644 index 9ba2cf4..0000000 --- a/herbstluftwm-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e16277127e24f119b0f110b66a2723b9987bf70e4db0b2ec20c9fb4e9549864 -size 432926 diff --git a/herbstluftwm-0.9.1.tar.gz.sig b/herbstluftwm-0.9.1.tar.gz.sig deleted file mode 100644 index 7072bc3..0000000 Binary files a/herbstluftwm-0.9.1.tar.gz.sig and /dev/null differ diff --git a/herbstluftwm-0.9.2.tar.gz b/herbstluftwm-0.9.2.tar.gz new file mode 100644 index 0000000..a70645a --- /dev/null +++ b/herbstluftwm-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6844e304761f7b1c4e9217d6a6ac7068bcd94e67ddb3269db2d219874c866e2b +size 448757 diff --git a/herbstluftwm-0.9.2.tar.gz.sig b/herbstluftwm-0.9.2.tar.gz.sig new file mode 100644 index 0000000..de5e148 Binary files /dev/null and b/herbstluftwm-0.9.2.tar.gz.sig differ diff --git a/herbstluftwm.changes b/herbstluftwm.changes index d487d9c..b74d41a 100644 --- a/herbstluftwm.changes +++ b/herbstluftwm.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Feb 17 15:02:46 UTC 2021 - Michael Vetter + +- 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 diff --git a/herbstluftwm.spec b/herbstluftwm.spec index f93c390..50656ad 100644 --- a/herbstluftwm.spec +++ b/herbstluftwm.spec @@ -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