libxcb: Update to 1.9.

Major update to the latest stable version.
This commit is contained in:
Stefan Schantl 2013-02-03 22:12:02 +01:00
parent 0e7de72a54
commit b0c30d9f03
1 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,7 @@
############################################################################### ###############################################################################
name = libxcb name = libxcb
version = 1.7 version = 1.9
release = 1 release = 1
maintainer = Stefan Schantl <stefan.schantl@ipfire.org> maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
@ -14,12 +14,12 @@ license = MIT
summary = A C binding to the X11 protocol. summary = A C binding to the X11 protocol.
description description
The X protocol C-language Binding (XCB) is a replacement for Xlib \ The X protocol C-language Binding (XCB) is a replacement for Xlib
featuring a small footprint, latency hiding, direct access to the \ featuring a small footprint, latency hiding, direct access to the
protocol, improved threading support, and extensibility. protocol, improved threading support, and extensibility.
end end
source_dl = source_dl = http://xcb.freedesktop.org/dist/
build build
requires requires
@ -30,7 +30,7 @@ build
libxslt-devel libxslt-devel
pkg-config pkg-config
python-devel python-devel
xcb-proto xcb-proto >= 1.7
xorg-x11-proto-devel xorg-x11-proto-devel
end end
@ -45,7 +45,6 @@ end
packages packages
package %{name} package %{name}
end
package %{name}-devel package %{name}-devel
template DEVEL template DEVEL