diff --git a/xcb-util.changes b/xcb-util.changes index 61dba6b..daa2dfe 100644 --- a/xcb-util.changes +++ b/xcb-util.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 13 04:08:48 UTC 2012 - jengelh@medozas.de + +- Update package descriptions and homepage URL + ------------------------------------------------------------------- Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de diff --git a/xcb-util.spec b/xcb-util.spec index 9022146..1cdaef0 100644 --- a/xcb-util.spec +++ b/xcb-util.spec @@ -21,9 +21,10 @@ Release: 0 Summary: XCB utility modules License: MIT Group: Development/Libraries/C and C++ -Url: ? +URL: http://xcb.freedesktop.org/ -#Git-Clone: ? +#Git-Clone: git://anongit.freedesktop.org/xcb/util +#Git-Web: http://cgit.freedesktop.org/xcb/util/ Source: %name-%version.tar.bz2 #git#BuildRequires: autoconf >= 2.62, automake, libtool BuildRequires: gperf @@ -50,6 +51,17 @@ and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. +These libraries are currently included: + +- atom: Standard core X atom constants and atom caching. +- aux: Convenient access to connection setup and some core requests. +- event: Callback X event handling. +- icccm: Both client and window-manager helpers for ICCCM. +- image: Port of Xlib's XImage and XShmImage functions. +- keysyms: Standard X key constants and conversion to/from keycodes. +- property: Callback X property-change handling. +- render-util: Convenience functions for the Render extension. + %package devel Summary: Development files for the XCB utility modules Group: Development/Libraries/C and C++