pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/spectrwm



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Nov 25 21:59:21 UTC 2023

Modified Files:
        pkgsrc/wm/spectrwm: Makefile distinfo
Removed Files:
        pkgsrc/wm/spectrwm/patches: patch-spectrwm.c

Log Message:
wm/spectrwm: update to 3.5.1

Released on Nov 25, 2023

Fixes NetBSD support and a few minor issues.
 - Fix bar_at_bottom bottom gap when bar_border_width > 0.
 - Fix maximize new windows in max layout when max_layout_maximize = 1.
 - Fix autorun option and WS quirk should accept a value of -1 as stated in
   the manual.
 - Fix bar_color_free and bar_font_color_free options.
 - Fix bar urgency hint (+U) workspaces should begin at 1.
 - Fix iconified windows should uniconify on MapRequest.
 - Fix focus fallback issue when iconifying windows.
 - Improve handling when programs try to position their own windows.
 - Fix NetBSD build issues.
 - Add NetBSD to list of OSes that have the XCB XInput Extension.
 - Fix build failure when building without the XCB XInput Extension.
 - Fix possible segfault at startup.
 - Add SWMHACK section to manual.
 - Fix typos in manual.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/wm/spectrwm/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/wm/spectrwm/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/wm/spectrwm/patches/patch-spectrwm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/spectrwm/Makefile
diff -u pkgsrc/wm/spectrwm/Makefile:1.21 pkgsrc/wm/spectrwm/Makefile:1.22
--- pkgsrc/wm/spectrwm/Makefile:1.21    Sun Nov 12 13:23:51 2023
+++ pkgsrc/wm/spectrwm/Makefile Sat Nov 25 21:59:21 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2023/11/12 13:23:51 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/11/25 21:59:21 pin Exp $
 
-DISTNAME=      spectrwm-3.5.0
-PKGREVISION=   1
+DISTNAME=      spectrwm-3.5.1
 CATEGORIES=    wm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=conformal/}
 GITHUB_TAG=    ${GITHUB_PROJECT:tu}_${PKGVERSION_NOREV:S/./_/g}

Index: pkgsrc/wm/spectrwm/distinfo
diff -u pkgsrc/wm/spectrwm/distinfo:1.13 pkgsrc/wm/spectrwm/distinfo:1.14
--- pkgsrc/wm/spectrwm/distinfo:1.13    Fri Nov  3 08:14:10 2023
+++ pkgsrc/wm/spectrwm/distinfo Sat Nov 25 21:59:21 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/11/03 08:14:10 pin Exp $
+$NetBSD: distinfo,v 1.14 2023/11/25 21:59:21 pin Exp $
 
-BLAKE2s (spectrwm-3.5.0.tar.gz) = 1a593fbba884a33dfb43ca7e4a974c41b4350b6c1d83cbd629ae4a5faf842e33
-SHA512 (spectrwm-3.5.0.tar.gz) = a4cc86710b9367d8c39b8d22cd315db32a3e69bdcb9092620779fa17d660a8433aef3624708d6f348891eae08e07defa03eaa022ff4cce7a5f9f43cfe388af8e
-Size (spectrwm-3.5.0.tar.gz) = 194387 bytes
-SHA1 (patch-spectrwm.c) = 720b61c20e75586863482690b2a1e463aa75be96
+BLAKE2s (spectrwm-3.5.1.tar.gz) = 65130bceb5dbda7fe8124bb0205a6ae9e9bfc3db2bc854a36ec8a16e8071abad
+SHA512 (spectrwm-3.5.1.tar.gz) = 9a5b9bee6debd395b6b5f706d12dbb80a848e4f5f02405a54cf9a47b2bcceb407bf14fce64a9cc4ff9205ed7e688adeefb0280289b73a0cf9927b44cfaec02fa
+Size (spectrwm-3.5.1.tar.gz) = 196431 bytes



Home | Main Index | Thread Index | Old Index