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:   ng0
Date:           Mon Dec 30 13:15:37 UTC 2019

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

Log Message:
wm/spectrwm: Update to 3.3.0

packaged by pin <voidpin%protonmail.com@localhost> in pkgsrc-wip

Changelog:

spectrwm 3.3.0
==============

Released on Dec 19, 2019

* Add new bar text markup sequences for multiple colors/fonts/sections.
* Add new `bar_font_pua` option to assign a font (such as an icon font)
  to the Unicode Private Use Area (U+E000 -> U+F8FF).
* Extend `disable_border` option with `always`.
* Add support for XDG Base Directory Specification.
* Add OpenBSD pledge(2) support.
* Enable xinput2 on OpenBSD.
* Enable travis.
* Fix keysym binding issue with multiple keyboard layouts.
* Fix buffer overflow in `bar_strlcat_esc`.
* Fix infinite loop due to unsigned integer overflow.
* Fix cygwin compile issues.
* Fix NetBSD Makefile.
* Bunch of statical analyzer fixes.
* Bunch of minor fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/wm/spectrwm/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/spectrwm/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/wm/spectrwm/patches/patch-netbsd_Makefile \
    pkgsrc/wm/spectrwm/patches/patch-netbsd_util.h \
    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.13 pkgsrc/wm/spectrwm/Makefile:1.14
--- pkgsrc/wm/spectrwm/Makefile:1.13    Thu Dec 20 12:33:23 2018
+++ pkgsrc/wm/spectrwm/Makefile Mon Dec 30 13:15:37 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2018/12/20 12:33:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.14 2019/12/30 13:15:37 ng0 Exp $
 
-DISTNAME=      spectrwm-3.2.0
+DISTNAME=      spectrwm-3.3.0
 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.7 pkgsrc/wm/spectrwm/distinfo:1.8
--- pkgsrc/wm/spectrwm/distinfo:1.7     Thu Dec 20 12:33:23 2018
+++ pkgsrc/wm/spectrwm/distinfo Mon Dec 30 13:15:37 2019
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/12/20 12:33:23 jaapb Exp $
+$NetBSD: distinfo,v 1.8 2019/12/30 13:15:37 ng0 Exp $
 
-SHA1 (spectrwm-3.2.0.tar.gz) = fa16b02c720ac13264d7e9ba9d3c81d75e8b47c0
-RMD160 (spectrwm-3.2.0.tar.gz) = 89e740deee7c76d763d016bbfc135c3dfccd71ea
-SHA512 (spectrwm-3.2.0.tar.gz) = 038d7fc5716fbca324a078a311939ec23db6ff53e9ef33b2804c687838e729f0e7bb7f724c539e8ac8efed9607358962d4dd742db7f1a30bf3c6ab72eade1039
-Size (spectrwm-3.2.0.tar.gz) = 150691 bytes
-SHA1 (patch-netbsd_Makefile) = a7b0c3c287a32bcd23f47339ac7f57d21ebe277c
-SHA1 (patch-netbsd_util.h) = ba27856f79e59c7841287fc48c61d89923ad515f
-SHA1 (patch-spectrwm.c) = fe95be29129ad3ba6e9d19c186eb5fd5f97d67e7
+SHA1 (spectrwm-3.3.0.tar.gz) = bc15313171c590b9a906cab7516f7efe6ad3544d
+RMD160 (spectrwm-3.3.0.tar.gz) = 3bdc6b02da74b56ec15891625da1e399370bcfbe
+SHA512 (spectrwm-3.3.0.tar.gz) = 743affffd0437641a760ae29ccbd0084baee3354dadc48f3fc9ab70bffa2413ffe3af67f1223413aa1bbf8c679fbae1fbbdd71a840b3e44f5df83b527f63c1cc
+Size (spectrwm-3.3.0.tar.gz) = 161806 bytes



Home | Main Index | Thread Index | Old Index