[packages/gtk+3] bump BR/R libX11 to 1.5.0
glen
glen at pld-linux.org
Wed Aug 8 22:11:14 CEST 2012
commit 41d5961870d6e7e3f857e781ab52e8054726a264
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Aug 8 23:10:14 2012 +0300
bump BR/R libX11 to 1.5.0
it's because current gtk+3 is built with it and if X11 not upgraded,
runtime error occours:
$ brasero
brasero: symbol lookup error: /usr/lib64/libgdk-3.so.0: undefined
symbol: _XGetRequest
gtk+3.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gtk+3.spec b/gtk+3.spec
index 446e014..fe390e9 100644
--- a/gtk+3.spec
+++ b/gtk+3.spec
@@ -4,7 +4,7 @@
%bcond_without cups # disable CUPS support
%bcond_without papi # disable PAPI support
%bcond_without static_libs # don't build static library
-#
+
Summary: The GIMP Toolkit
Summary(cs.UTF-8): Sada nástrojů pro GIMP
Summary(de.UTF-8): Der GIMP-Toolkit
@@ -15,7 +15,7 @@ Summary(pl.UTF-8): GIMP Toolkit
Summary(tr.UTF-8): GIMP ToolKit arayüz kitaplığı
Name: gtk+3
Version: 3.4.4
-Release: 1
+Release: 2
License: LGPL v2+
Group: X11/Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.4/gtk+-%{version}.tar.xz
@@ -50,7 +50,7 @@ BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.592
BuildRequires: sqlite3-devel
BuildRequires: tar >= 1:1.22
-BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libX11-devel >= 1.5.0
BuildRequires: xorg-lib-libXcomposite-devel
BuildRequires: xorg-lib-libXcursor-devel
BuildRequires: xorg-lib-libXdamage-devel
@@ -62,6 +62,7 @@ BuildRequires: xorg-lib-libXinerama-devel
BuildRequires: xorg-lib-libXrandr-devel >= 1.3.0
BuildRequires: xorg-lib-libXrender-devel
BuildRequires: xz
+Requires: xorg-lib-libX11 >= 1.5.0
Requires(post,postun): glib2 >= 1:2.32.0
Requires: atk >= 1:2.1.5
Requires: cairo-gobject >= 1.10.0
More information about the pld-cvs-commit
mailing list