Received: by mail.netbsd.org (Postfix, from userid 605) id B59AA84EDF; Thu, 21 Feb 2019 09:43:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E3E084DAB for ; Thu, 21 Feb 2019 09:43:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id a7wWdbkiTnpx for ; Thu, 21 Feb 2019 09:43:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A914E84CFD for ; Thu, 21 Feb 2019 09:43:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6B3BFB16; Thu, 21 Feb 2019 09:43:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550742184209160" MIME-Version: 1.0 Date: Thu, 21 Feb 2019 09:43:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xlsatoms To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190221094304.A6B3BFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550742184209160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 21 09:43:04 UTC 2019 Modified Files: pkgsrc/x11/xlsatoms: DESCR Makefile distinfo Log Message: xlsatoms: update to 1.1.3. This release fixes issues with listing ranges of atoms, as well as including general janitorial maintenance. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration xlsatoms 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Tobias Stoeckmann (4): Support xcb_atom_t in range specification. Actually stop after an invalid atom. Always use chunks when retrieving atoms. Adjust man page to show default format. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xlsatoms/DESCR cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xlsatoms/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xlsatoms/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550742184209160 Content-Disposition: inline Content-Length: 2080 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xlsatoms/DESCR diff -u pkgsrc/x11/xlsatoms/DESCR:1.1 pkgsrc/x11/xlsatoms/DESCR:1.2 --- pkgsrc/x11/xlsatoms/DESCR:1.1 Tue May 28 03:00:36 2013 +++ pkgsrc/x11/xlsatoms/DESCR Thu Feb 21 09:43:04 2019 @@ -1,3 +1 @@ -xlsatoms lists the interned atoms defined on an X11 server. Version 1.1 and -later of xlsatoms use (and require) libxcb instead of libX11, for less latency -when communicating with the X server. +xlsatoms lists the interned atoms defined on an X11 server. Index: pkgsrc/x11/xlsatoms/Makefile diff -u pkgsrc/x11/xlsatoms/Makefile:1.4 pkgsrc/x11/xlsatoms/Makefile:1.5 --- pkgsrc/x11/xlsatoms/Makefile:1.4 Sat Sep 16 19:27:31 2017 +++ pkgsrc/x11/xlsatoms/Makefile Thu Feb 21 09:43:04 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:31 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2019/02/21 09:43:04 wiz Exp $ -DISTNAME= xlsatoms-1.1.2 +DISTNAME= xlsatoms-1.1.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/xlsatoms/distinfo diff -u pkgsrc/x11/xlsatoms/distinfo:1.3 pkgsrc/x11/xlsatoms/distinfo:1.4 --- pkgsrc/x11/xlsatoms/distinfo:1.3 Wed Nov 4 03:29:08 2015 +++ pkgsrc/x11/xlsatoms/distinfo Thu Feb 21 09:43:04 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 03:29:08 agc Exp $ +$NetBSD: distinfo,v 1.4 2019/02/21 09:43:04 wiz Exp $ -SHA1 (xlsatoms-1.1.2.tar.bz2) = 0946410a2cd02b0dee7809fd75be090fb3961e9c -RMD160 (xlsatoms-1.1.2.tar.bz2) = 8a8eb6cde356590449be2b917f2fee1df6a589a3 -SHA512 (xlsatoms-1.1.2.tar.bz2) = f29001de22818792212312f1b9daee1bf7afa2ef2ae945cd8c14bdc1a7bb40064d3878c5efea60458ac0bf515ab1ece16fa90cbd2b0a879a5f07f3aa3e6a0baa -Size (xlsatoms-1.1.2.tar.bz2) = 123157 bytes +SHA1 (xlsatoms-1.1.3.tar.bz2) = 9fdb1e8df6bb08529a812ac90f63d500bf5174cc +RMD160 (xlsatoms-1.1.3.tar.bz2) = 7725f532c41fd6e8ebce984fdfca35dd26502afa +SHA512 (xlsatoms-1.1.3.tar.bz2) = c267ccfdc5a83e834bfb5c3b144e22642badcadef4eb146eeec2df6fe6f85e9379500ae4219912c70fa2e535036a1a96cf496381f5d814e79af075e03c975f30 +Size (xlsatoms-1.1.3.tar.bz2) = 126327 bytes --_----------=_1550742184209160--