pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xscope



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  4 05:16:53 UTC 2023

Modified Files:
        pkgsrc/x11/xscope: Makefile distinfo

Log Message:
This release fixes some minor bugs and adds support for decoding the
DAMAGE extension.

Alan Coopersmith (9):
      scope.h: remove second include of fd.h
      gitlab CI: stop requiring Signed-off-by in commits
      gitlab CI: build with both --enable-xtrans & --disable-xtrans
      fd.h: fix build when not building with xtrans
      DataFromClient: Avoid segfault if FlushFD() closed the connection
      PrintField: Don't over-indent when verbose < 3
      Add support for DAMAGE extension versions 1.0 & 1.1
      Remove "All rights reserved" from Oracle copyright notices
      xscope 1.4.4


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xscope/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xscope/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/xscope/Makefile
diff -u pkgsrc/x11/xscope/Makefile:1.7 pkgsrc/x11/xscope/Makefile:1.8
--- pkgsrc/x11/xscope/Makefile:1.7      Mon Jul 11 19:42:18 2022
+++ pkgsrc/x11/xscope/Makefile  Sun Jun  4 05:16:53 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/07/11 19:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/06/04 05:16:53 wiz Exp $
 
-DISTNAME=      xscope-1.4.3
+DISTNAME=      xscope-1.4.4
 CATEGORIES=    x11 devel
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xscope/distinfo
diff -u pkgsrc/x11/xscope/distinfo:1.8 pkgsrc/x11/xscope/distinfo:1.9
--- pkgsrc/x11/xscope/distinfo:1.8      Mon Jul 11 19:42:18 2022
+++ pkgsrc/x11/xscope/distinfo  Sun Jun  4 05:16:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/07/11 19:42:18 wiz Exp $
+$NetBSD: distinfo,v 1.9 2023/06/04 05:16:53 wiz Exp $
 
-BLAKE2s (xscope-1.4.3.tar.xz) = da6a6bbd0e47dfeb91c8aa59608577411a0569c8b9c32f5ceb00df230d5ef293
-SHA512 (xscope-1.4.3.tar.xz) = 588a3668d07cc42fd44dc9cea55cd31bc67bfeddf3d07b0b0a39202304b2502dc322ff3bf5310eb689622485390fa8851ffe68b672c9b13742b9ab89d9495327
-Size (xscope-1.4.3.tar.xz) = 201536 bytes
+BLAKE2s (xscope-1.4.4.tar.xz) = a027beae8ceb3f028dea3d831f3efcc9a058d7c173e3467a2f8a7ad9be669ce9
+SHA512 (xscope-1.4.4.tar.xz) = 3a9fe1e58fa7671a91a2364d7b50cf005c9b1aac18b958e8356d5733e0758534d0974c6b982935270f17277224d4efe9b2e4553f45fdb7b3aab0cbf059a8b843
+Size (xscope-1.4.4.tar.xz) = 202980 bytes



Home | Main Index | Thread Index | Old Index