From 6fe611671a90e944cd2e89a5886435ca93c1b55ad4a53275559e1c703168dd06 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 11 May 2012 06:31:57 +0000 Subject: [PATCH] Accepting request 117043 from home:vuntz:branches:X11:XOrg Fix baselibs.conf OBS-URL: https://build.opensuse.org/request/show/117043 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-keysyms?expand=0&rev=3 --- baselibs.conf | 4 ++-- xcb-util-keysyms.changes | 6 ++++++ xcb-util-keysyms.spec | 10 +++++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 5ef1777..ee5bced 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libxcb-keysyms0 +libxcb-keysyms1 xcb-util-keysyms-devel requires -xcb-util-keysyms- - requires "libxcb-keysyms0- = " + requires "libxcb-keysyms1- = " diff --git a/xcb-util-keysyms.changes b/xcb-util-keysyms.changes index 8572e05..415b4c3 100644 --- a/xcb-util-keysyms.changes +++ b/xcb-util-keysyms.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 9 12:20:29 UTC 2012 - vuntz@opensuse.org + +- Fix baselibs.conf: reference libxcb-keysyms1 instead of + libxcb-keysyms0. + ------------------------------------------------------------------- Wed Mar 21 10:37:51 UTC 2012 - jengelh@medozas.de diff --git a/xcb-util-keysyms.spec b/xcb-util-keysyms.spec index 1af3486..99006f8 100644 --- a/xcb-util-keysyms.spec +++ b/xcb-util-keysyms.spec @@ -14,6 +14,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: xcb-util-keysyms %define lname libxcb-keysyms1 Version: 0.3.8 @@ -28,9 +30,11 @@ Url: http://xcb.freedesktop.org/ Source: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.59c, automake, libtool -BuildRequires: pkgconfig -BuildRequires: pkgconfig(xcb) >= 1.4, pkgconfig(xcb-proto) >= 1.6 -BuildRequires: pkgconfig(xorg-macros) >= 1.6.0, pkgconfig(xproto) >= 7.0.8 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(xcb) >= 1.4 +BuildRequires: pkgconfig(xcb-proto) >= 1.6 +BuildRequires: pkgconfig(xorg-macros) >= 1.6.0 +BuildRequires: pkgconfig(xproto) >= 7.0.8 %description The XCB util modules provide a number of libraries which sit on top