Accepting request 120667 from X11:XOrg
- Fix baselibs.conf: reference libxcb-keysyms1 instead of libxcb-keysyms0. OBS-URL: https://build.opensuse.org/request/show/120667 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xcb-util-keysyms?expand=0&rev=2
This commit is contained in:
commit
a2391bea6c
@ -1,4 +1,4 @@
|
|||||||
libxcb-keysyms0
|
libxcb-keysyms1
|
||||||
xcb-util-keysyms-devel
|
xcb-util-keysyms-devel
|
||||||
requires -xcb-util-keysyms-<targettype>
|
requires -xcb-util-keysyms-<targettype>
|
||||||
requires "libxcb-keysyms0-<targettype> = <version>"
|
requires "libxcb-keysyms1-<targettype> = <version>"
|
||||||
|
@ -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
|
Wed Mar 21 10:37:51 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: xcb-util-keysyms
|
Name: xcb-util-keysyms
|
||||||
%define lname libxcb-keysyms1
|
%define lname libxcb-keysyms1
|
||||||
Version: 0.3.8
|
Version: 0.3.8
|
||||||
@ -28,9 +30,11 @@ Url: http://xcb.freedesktop.org/
|
|||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.59c, automake, libtool
|
#git#BuildRequires: autoconf >= 2.59c, automake, libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xcb) >= 1.4, pkgconfig(xcb-proto) >= 1.6
|
BuildRequires: pkgconfig(xcb) >= 1.4
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0, pkgconfig(xproto) >= 7.0.8
|
BuildRequires: pkgconfig(xcb-proto) >= 1.6
|
||||||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
|
||||||
|
BuildRequires: pkgconfig(xproto) >= 7.0.8
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The XCB util modules provide a number of libraries which sit on top
|
The XCB util modules provide a number of libraries which sit on top
|
||||||
|
Loading…
Reference in New Issue
Block a user