Received: by mail.netbsd.org (Postfix, from userid 605) id 817A484D81; Sun, 14 Mar 2021 08:17:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB2FC84D71 for ; Sun, 14 Mar 2021 08:17:17 +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 nKSvKxFakGt8 for ; Sun, 14 Mar 2021 08:17:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3A24384D64 for ; Sun, 14 Mar 2021 08:17:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37E2FFA95; Sun, 14 Mar 2021 08:17:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161570983750540" MIME-Version: 1.0 Date: Sun, 14 Mar 2021 08:17:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libxkbcommon To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210314081717.37E2FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161570983750540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 14 08:17:17 UTC 2021 Modified Files: pkgsrc/x11/libxkbcommon: Makefile distinfo Log Message: libxkbcommon: update to 1.1.0. libxkbcommon 1.1.0 - 2021-02-27 ================== - Publish the `xkb-format-text-v1.md` file in the HTML documentation. This file existed for a long time but only in the Git repository. Link: https://xkbcommon.org/doc/current/md_doc_keymap_format_text_v1.html - Add partial documentation for xkb_symbols to xkb-format-text-v1.md. Contributed by Simon Zeni. - Update keysym definitions to latest xorgproto. In particular, this adds many special keysyms corresponding to Linux evdev keycodes. Contributed by Peter Hutterer <@who-t.net>. - New API: Too many XKB_KEY_* definitions to list here. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/libxkbcommon/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/libxkbcommon/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161570983750540 Content-Disposition: inline Content-Length: 1680 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libxkbcommon/Makefile diff -u pkgsrc/x11/libxkbcommon/Makefile:1.29 pkgsrc/x11/libxkbcommon/Makefile:1.30 --- pkgsrc/x11/libxkbcommon/Makefile:1.29 Sun Nov 29 18:03:32 2020 +++ pkgsrc/x11/libxkbcommon/Makefile Sun Mar 14 08:17:17 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2020/11/29 18:03:32 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2021/03/14 08:17:17 wiz Exp $ -DISTNAME= libxkbcommon-1.0.3 +DISTNAME= libxkbcommon-1.1.0 CATEGORIES= x11 MASTER_SITES= https://xkbcommon.org/download/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/libxkbcommon/distinfo diff -u pkgsrc/x11/libxkbcommon/distinfo:1.21 pkgsrc/x11/libxkbcommon/distinfo:1.22 --- pkgsrc/x11/libxkbcommon/distinfo:1.21 Sun Nov 29 18:03:32 2020 +++ pkgsrc/x11/libxkbcommon/distinfo Sun Mar 14 08:17:17 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2020/11/29 18:03:32 wiz Exp $ +$NetBSD: distinfo,v 1.22 2021/03/14 08:17:17 wiz Exp $ -SHA1 (libxkbcommon-1.0.3.tar.xz) = d1c0a1a516684996a1e3c47f87e076f4e57cf4c1 -RMD160 (libxkbcommon-1.0.3.tar.xz) = 5667e388f01abe2f7d1e35e283b18bb8955595f1 -SHA512 (libxkbcommon-1.0.3.tar.xz) = b05a2db0acd6628427baad1967979a161019dec90a078a926d41f4dfeffb84eab63e627803df1a401e42c8e48953d6c434ce08d7206eae21e890890f29b03d3c -Size (libxkbcommon-1.0.3.tar.xz) = 432944 bytes +SHA1 (libxkbcommon-1.1.0.tar.xz) = fcc7f55b393118ff727537824a0d65175e2d8403 +RMD160 (libxkbcommon-1.1.0.tar.xz) = 5d51fe9f17f254ba4497af37226eab8886389ad7 +SHA512 (libxkbcommon-1.1.0.tar.xz) = 6137329653ada711abc0e093532627111ab1fb53e6b2b0d05ec4d77709cfc4368f094ebbf68b23c8e9af9a69826351b64466e81c11e6593eafa7e43cd3e7bf75 +Size (libxkbcommon-1.1.0.tar.xz) = 439488 bytes --_----------=_161570983750540--