diff --git a/libxcb-1.10-29e419c.tar.bz2 b/libxcb-1.10-29e419c.tar.bz2 deleted file mode 100644 index bea3f05..0000000 --- a/libxcb-1.10-29e419c.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be007971e8a1d60ab3b9472c484de8c4c9ed75ab9f426e7da65aec6b6d54b5fc -size 117807 diff --git a/libxcb-1.11.tar.bz2 b/libxcb-1.11.tar.bz2 new file mode 100644 index 0000000..e536781 --- /dev/null +++ b/libxcb-1.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7 +size 517700 diff --git a/libxcb.changes b/libxcb.changes index 8a9e0e6..52d44b1 100644 --- a/libxcb.changes +++ b/libxcb.changes @@ -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 diff --git a/libxcb.spec b/libxcb.spec index 7564603..278a48a 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -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