diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-08 06:24:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-08 06:24:02 +0000 |
commit | 1fa57a25c5e84c83711d3456e2aff2f96c5e29ab (patch) | |
tree | 666bbe77061f3bfc5565228ccde27b1199428aa8 /wm/spectrwm | |
parent | 5a885cb357cab1c6a3c6f909092b784186ad0f5f (diff) | |
download | pkgsrc-1fa57a25c5e84c83711d3456e2aff2f96c5e29ab.tar.gz |
Update to 2.5.1, provided by Lokesh Mandvekar on pkgsrc-users:
Fix segfault when loading "layout" with non-zero parameters.
This affected multi-region. stack() must be called after the region bars
are created.
Fix layout entry in man page.
Improve stacking for windows with multiple transients.
Fix hang in fullscreen layout when a window has multiple transients.
Fix focus_(prev|next) for windows with multiple transients.
Add a missing queue.h macro to Linux util.h.
Set stacking order when setting up a new status bar.
Fixes stacking issues that can arise on a randr screenchange event.
Fix segfault in fullscreen layout when a window with transient(s) unmap.
Add default maximize_toggle binding to man page.
Add clarification for the 'name' option to man page.
Remove stray new paragraph macro in man page.
Diffstat (limited to 'wm/spectrwm')
-rw-r--r-- | wm/spectrwm/Makefile | 4 | ||||
-rw-r--r-- | wm/spectrwm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/wm/spectrwm/Makefile b/wm/spectrwm/Makefile index 75cf7c80c7f..51f8e664f04 100644 --- a/wm/spectrwm/Makefile +++ b/wm/spectrwm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/05/04 14:05:46 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2014/08/08 06:24:02 wiz Exp $ -DISTNAME= spectrwm-2.5.0 +DISTNAME= spectrwm-2.5.1 CATEGORIES= wm MASTER_SITES= https://opensource.conformal.com/snapshots/spectrwm/ EXTRACT_SUFX= .tgz diff --git a/wm/spectrwm/distinfo b/wm/spectrwm/distinfo index e1dc3b1e4e3..946dadc2b26 100644 --- a/wm/spectrwm/distinfo +++ b/wm/spectrwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/03/12 18:14:41 wiz Exp $ +$NetBSD: distinfo,v 1.5 2014/08/08 06:24:02 wiz Exp $ -SHA1 (spectrwm-2.5.0.tgz) = 98a00d248bd019811151122525caf2e2d16cee03 -RMD160 (spectrwm-2.5.0.tgz) = e238ef46628e498fe065124f0a1120eec7fcb6b6 -Size (spectrwm-2.5.0.tgz) = 116520 bytes +SHA1 (spectrwm-2.5.1.tgz) = a7803e88f1ac3f06f136d455b7408afa0e4d0042 +RMD160 (spectrwm-2.5.1.tgz) = 8d05b65ad8eb6be2ae8687f5bb9f679e4f224637 +Size (spectrwm-2.5.1.tgz) = 116781 bytes |