Accepting request 243727 from X11:XOrg
- added baselibs.conf as source to specfile - Update to version 1.11: This fixes some bugs with 64 bit fields and the present extension. OBS-URL: https://build.opensuse.org/request/show/243727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxcb?expand=0&rev=17
This commit is contained in:
commit
f98b7f2173
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be007971e8a1d60ab3b9472c484de8c4c9ed75ab9f426e7da65aec6b6d54b5fc
|
||||
size 117807
|
3
libxcb-1.11.tar.bz2
Normal file
3
libxcb-1.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7
|
||||
size 517700
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 03:21:22 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
- added baselibs.conf as source to specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 23:13:11 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
- Update to version 1.11:
|
||||
This fixes some bugs with 64 bit fields and the present extension.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 10:21:40 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libxcb
|
||||
%define lname libxcb1
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
Release: 0
|
||||
Summary: X11 core protocol C library
|
||||
License: MIT
|
||||
@ -28,7 +28,8 @@ Url: http://xcb.freedesktop.org/
|
||||
#Git-Clone: git://anongit.freedesktop.org/xcb/libxcb
|
||||
#Git-Web: http://cgit.freedesktop.org/xcb/libxcb/
|
||||
#DL-URL: http://xcb.freedesktop.org/dist/
|
||||
Source: %{name}-%{version}-29e419c.tar.bz2
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
Patch1: bug-262309_xcb-xauthlocalhostname.diff
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -41,7 +42,7 @@ BuildRequires: python-xml
|
||||
BuildRequires: pkgconfig(check) >= 0.9.4
|
||||
BuildRequires: pkgconfig(pthread-stubs)
|
||||
BuildRequires: pkgconfig(xau) >= 0.99.2
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.10
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.11
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
||||
#optional#BuildRequires: pkgconfig(xdmcp)
|
||||
%if 0%{?suse_version} >= 1210
|
||||
@ -49,7 +50,7 @@ BuildRequires: xsltproc
|
||||
%else
|
||||
BuildRequires: libxslt
|
||||
%endif
|
||||
BuildRequires: python-xcb-proto-devel >= 7.6_1.10.1
|
||||
BuildRequires: python-xcb-proto-devel >= 7.6_1.11
|
||||
|
||||
%description
|
||||
The X protocol C-language Binding (XCB) is a replacement for Xlib
|
||||
|
Loading…
x
Reference in New Issue
Block a user