From b7f02e741b9792d5a77cac00394afcd50d171231ac6ceab6cf38644ba3e95856 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 7 Mar 2012 09:48:23 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util?expand=0&rev=5 --- xcb-util.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/xcb-util.spec b/xcb-util.spec index 56c495c..7983447 100644 --- a/xcb-util.spec +++ b/xcb-util.spec @@ -1,5 +1,5 @@ # -# spec file for package libxcb-util +# spec file for package xcb-util # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -14,6 +14,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + + Name: xcb-util %define lname libxcb-util0 Version: 0.3.8 @@ -21,16 +24,16 @@ Release: 0 Summary: XCB utility modules License: MIT Group: Development/Libraries/C and C++ -URL: http://xcb.freedesktop.org/ +Url: http://xcb.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xcb/util #Git-Web: http://cgit.freedesktop.org/xcb/util/ Source: %name-%version.tar.bz2 -BuildRoot: %_tmppath/%name-%version-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.62, automake, libtool -BuildRequires: gperf -BuildRequires: pkgconfig, pkgconfig(xproto) >= 7.0.8 -BuildRequires: pkgconfig(xcb) >= 1.4 +BuildRequires: gperf +BuildRequires: pkgconfig pkgconfig(xproto) >= 7.0.8 +BuildRequires: pkgconfig(xcb) >= 1.4 %description The XCB util modules provides a number of libraries which sit on top From b6a14fab345d5e4a41a0d29e2cc38383f951691058c6a09d176de711c7418cea Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 21 Mar 2012 10:46:23 +0000 Subject: [PATCH 2/3] Accepting request 110348 from home:jengelh:branches:X11:XOrg Grammar/ortho fixes, and desc update (libraries gone in 0.3.8) OBS-URL: https://build.opensuse.org/request/show/110348 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util?expand=0&rev=6 --- xcb-util.spec | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/xcb-util.spec b/xcb-util.spec index 7983447..9e3f110 100644 --- a/xcb-util.spec +++ b/xcb-util.spec @@ -14,9 +14,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - - Name: xcb-util %define lname libxcb-util0 Version: 0.3.8 @@ -32,39 +29,41 @@ Source: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.62, automake, libtool BuildRequires: gperf -BuildRequires: pkgconfig pkgconfig(xproto) >= 7.0.8 +BuildRequires: pkgconfig BuildRequires: pkgconfig(xcb) >= 1.4 +BuildRequires: pkgconfig(xproto) >= 7.0.8 %description -The XCB util modules provides a number of libraries which sit on top +The XCB util modules provide a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions 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. +Included in this package are: + +- atom: Standard core X atom constants and atom caching. +- aux: Convenient access to connection setup and some core requests. +- event: Callback X event handling. + %package -n %lname Summary: XCB utility modules Group: System/Libraries %description -n %lname -The XCB util modules provides a number of libraries which sit on top +The XCB util modules provide a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions 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: +Included in this package are: - 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 @@ -72,7 +71,7 @@ Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel -The XCB util modules provides a number of libraries which sit on top +The XCB util modules provide a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the From e4ae6ea0e69f4fcf6d90db83c039c2355adafb2c34de325373b3f14db6d98de8 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 22 Mar 2012 11:01:39 +0000 Subject: [PATCH 3/3] - Grammar/ortho fixes, and desc update (libraries gone in 0.3.8) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util?expand=0&rev=7 --- xcb-util.changes | 5 +++++ xcb-util.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/xcb-util.changes b/xcb-util.changes index daa2dfe..3845f79 100644 --- a/xcb-util.changes +++ b/xcb-util.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 22 11:01:16 UTC 2012 - sndirsch@suse.com + +- Grammar/ortho fixes, and desc update (libraries gone in 0.3.8) + ------------------------------------------------------------------- Mon Feb 13 04:08:48 UTC 2012 - jengelh@medozas.de diff --git a/xcb-util.spec b/xcb-util.spec index 9e3f110..4ad7aee 100644 --- a/xcb-util.spec +++ b/xcb-util.spec @@ -14,6 +14,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + + Name: xcb-util %define lname libxcb-util0 Version: 0.3.8