pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

update spectrwm to 2.5.1



Attached patch will upgrade wm/spectrwm to 2.5.1
CHANGES file lists changes since 2.5.0

Thanks!
-- 
Lokesh
From 6fc3403b136255f1b19bac994af1616ae1127e50 Mon Sep 17 00:00:00 2001
From: Lokesh Mandvekar <lsm5%fedoraproject.org@localhost>
Date: Thu, 7 Aug 2014 19:22:26 -0500
Subject: [PATCH] update wm/spectrwm to 2.5.1

---
 wm/spectrwm/Makefile | 2 +-
 wm/spectrwm/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wm/spectrwm/Makefile b/wm/spectrwm/Makefile
index 75cf7c8..c733694 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 $

-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 e1dc3b1..308f1ff 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 $

-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
-- 
2.0.4

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.

Attachment: pgpCVylzGJaXy.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index