From fa3858855654ba69f6f09b7b2ab4c28e9acbc5c90cf785d2a4b664e0de90d523 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 17 Feb 2021 15:10:31 +0000 Subject: [PATCH] - 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 --- herbstluftwm-0.9.1.tar.gz | 3 --- herbstluftwm-0.9.1.tar.gz.sig | Bin 119 -> 0 bytes herbstluftwm-0.9.2.tar.gz | 3 +++ herbstluftwm-0.9.2.tar.gz.sig | Bin 0 -> 119 bytes herbstluftwm.changes | 19 +++++++++++++++++++ herbstluftwm.spec | 8 +++++--- 6 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 herbstluftwm-0.9.1.tar.gz delete mode 100644 herbstluftwm-0.9.1.tar.gz.sig create mode 100644 herbstluftwm-0.9.2.tar.gz create mode 100644 herbstluftwm-0.9.2.tar.gz.sig 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 7072bc36ec49386d566dadf07ec17bc1ad66323c73bec56610625eb21fb32b29..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEHV2~A4WGS9m)4F5lx~X=P6mIC$wX9#Habp)NQ~b-E{|sE50x*&9j10e+ z!nOO;*&lwN{5a)J!=?(!)SMeB_S5A)XU}$Auszw|oZ+9*Z_$L1Ci(5_#Ex=ZH?Q0- UFa6Cz-v6US>Mmoq7e4v-0D&$?z4J5PS8-8ixOwciDrDFB_ + +- 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