pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/dunst



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 24 17:25:35 UTC 2019

Modified Files:
        pkgsrc/x11/dunst: Makefile distinfo

Log Message:
dunst: Update to 1.4.1

Fixed:

* max_icon_size not working with dynamic width (#614)
* Failure to parse color strings with trailing comments in the config (#626)
* Negative width in geometry being ignored (#628)
* Incorrect handling of the argument terminator -- in dunstify
* Crash when changing DPI while no notifications are displayed (#630)
* Fullscreen status change not being detected in some cases (#613)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/dunst/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/dunst/distinfo

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

Modified files:

Index: pkgsrc/x11/dunst/Makefile
diff -u pkgsrc/x11/dunst/Makefile:1.16 pkgsrc/x11/dunst/Makefile:1.17
--- pkgsrc/x11/dunst/Makefile:1.16      Sun Jul 21 22:25:56 2019
+++ pkgsrc/x11/dunst/Makefile   Wed Jul 24 17:25:35 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/07/21 22:25:56 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/07/24 17:25:35 nia Exp $
 
-DISTNAME=      dunst-1.4.0
-PKGREVISION=   1
+DISTNAME=      dunst-1.4.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dunst-project/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/x11/dunst/distinfo
diff -u pkgsrc/x11/dunst/distinfo:1.5 pkgsrc/x11/dunst/distinfo:1.6
--- pkgsrc/x11/dunst/distinfo:1.5       Mon Jun 10 13:06:54 2019
+++ pkgsrc/x11/dunst/distinfo   Wed Jul 24 17:25:35 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2019/06/10 13:06:54 nia Exp $
+$NetBSD: distinfo,v 1.6 2019/07/24 17:25:35 nia Exp $
 
-SHA1 (dunst-1.4.0.tar.gz) = 33ca9f97c4ce25610c58543bf282c2b7fbf9e191
-RMD160 (dunst-1.4.0.tar.gz) = 8e79af9a04e4f3e5f691e120664b959f6aa8e1cb
-SHA512 (dunst-1.4.0.tar.gz) = b6945ab51f93504d83ce6634b9e333157d761033cd35759857c105a868ef4d42146fd1fd59ce88ec86d541bdd7ab6de15e24372be59051f5adbd7a2d5df597d6
-Size (dunst-1.4.0.tar.gz) = 159632 bytes
+SHA1 (dunst-1.4.1.tar.gz) = 6ccccc015e9a6f3ef372a944cb0fe193b6a72412
+RMD160 (dunst-1.4.1.tar.gz) = 13ebad9380c2a16d760737fcf03ede02764e6a65
+SHA512 (dunst-1.4.1.tar.gz) = 43667898e123ef0dea59e2ca55a76686785906e44b453b2a86bdf361045b3f6b751a2e81fa9f562127f80bf47f8c9248960c37f8365dbbe409d72ddc3deb34fb
+Size (dunst-1.4.1.tar.gz) = 160124 bytes
 SHA1 (patch-Makefile) = aa9d85e8ffcbca4b430f68fdae9727df0f9ecdd4



Home | Main Index | Thread Index | Old Index