Accepting request 243722 from home:tobijk:X11:XOrg

update to 1.11

OBS-URL: https://build.opensuse.org/request/show/243722
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=34
This commit is contained in:
Stefan Dirsch 2014-08-06 03:12:55 +00:00 committed by Git OBS Bridge
parent b41cdd1894
commit f2e6583db7
4 changed files with 13 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7
size 517700

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -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,7 @@ 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
Patch1: bug-262309_xcb-xauthlocalhostname.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -41,7 +41,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 +49,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