diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-05 18:37:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-05 18:37:08 +0000 |
commit | 30d3f775f22daa0effb653ec82191945840146f4 (patch) | |
tree | bd29586c38052100c6a33c07605b7fe3418c5dc2 /x11 | |
parent | 2dc4cdd69384df61e9ffc9e438d2d117f244ad52 (diff) | |
download | pkgsrc-30d3f775f22daa0effb653ec82191945840146f4.tar.gz |
Update to 1.11:
Hi everyone,
once again we have a new xcb-proto release. And as always, this is mostly minor bug
fixes and things that libxcb 1.11 will need.
Thanks to everyone involved!
Changes:
Daniel Martin (9):
xv: Add align. pad in struct AdaptorInfo
xproto: Fix EnterNotify documentation
schema: Set default attribute values
schema: Add attribute 'name' to <fd>
schema: Remove dec-or-hex-integer and hex-integer type
schema: Restricted enum item values
xinput: Add missing pad in DeviceResolutionCtl
xinput: Add missing pad in XIChangeHierarchy
xkb: Add missing modLatches as comment to LatchLockState
Keith Packard (1):
Also track directly imported modules in a separate list
Peter Harris (4):
Track pad count at the module level
Support <pad align="n" />
xkb: Use <pad align="4" /> in GetMap
xkb: Fix use of nKTLevels
Ran Benita (1):
Add <fd> to xml-xcb.txt
Robert Ancell (1):
dri2: Add notes on lists that should be linked to their length fields but are not.
Uli Schlachter (1):
Release xcb-proto 1.11
Vincent W. Chen (2):
Remove extraneous spaces between <value> tags
xprint: Fix <field type="STRING8"> in PrintGetAttributes reply
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-proto/Makefile | 4 | ||||
-rw-r--r-- | x11/xcb-proto/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 68a9baf5023..1b0ec96c23f 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2014/01/02 19:51:00 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/08/05 18:37:08 wiz Exp $ -DISTNAME= xcb-proto-1.10 +DISTNAME= xcb-proto-1.11 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xcb-proto/distinfo b/x11/xcb-proto/distinfo index bc3a9c1e07c..4dcdef8d029 100644 --- a/x11/xcb-proto/distinfo +++ b/x11/xcb-proto/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2014/01/02 19:51:00 wiz Exp $ +$NetBSD: distinfo,v 1.9 2014/08/05 18:37:08 wiz Exp $ -SHA1 (xcb-proto-1.10.tar.bz2) = 4595edfab6ab38f1f42f02f1caab5891fe114db3 -RMD160 (xcb-proto-1.10.tar.bz2) = 09300f79cf8d9f1b46ad167d27c72f1cf6822116 -Size (xcb-proto-1.10.tar.bz2) = 138834 bytes +SHA1 (xcb-proto-1.11.tar.bz2) = 608bd60663e223464d38acec0183ddb827776401 +RMD160 (xcb-proto-1.11.tar.bz2) = 956fbf550ee9a8b6f5c7db78d1806e44da3c3081 +Size (xcb-proto-1.11.tar.bz2) = 139213 bytes SHA1 (patch-ae) = 1cc6863a677460660ddbaa09d279d6ef07368409 |