summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-11-12 19:25:12 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-11-12 19:25:12 -0500
commit87b48380318aa09a8f2a9a77352413c32ac2a48b (patch)
treebd8de2ce0b5d8eba7e22f1776b33a74d3b914b5b /gtk3.spec
parentBump glib dep (diff)
downloadgtk3-classic-build-gtk3-87b48380318aa09a8f2a9a77352413c32ac2a48b.tar.gz
gtk3-classic-build-gtk3-87b48380318aa09a8f2a9a77352413c32ac2a48b.tar.bz2
gtk3-classic-build-gtk3-87b48380318aa09a8f2a9a77352413c32ac2a48b.zip
fix a gnome-terminal problem
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 8348c1a..86922a2 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -11,7 +11,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 2.91.4
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -25,6 +25,9 @@ BuildRequires: gnome-common autoconf automake intltool gettext
Patch2: 0001-New-tooltip-style.patch
+# upstream fix
+Patch3: 0001-Fix-a-crash-in-gnome-terminal-when-using-a-composito.patch
+
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: cairo-devel >= %{cairo_version}
@@ -111,6 +114,7 @@ widget toolkit.
%setup -q -n gtk+-%{version}
%patch0 -p1 -b .system-python
%patch2 -p1 -b .fresh-tooltips
+%patch3 -p1 -b .terminal-crash
%build
@@ -245,6 +249,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_mandir}/man1/gtk-builder-convert-3.0.1.gz
%changelog
+* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
+- Make gnome-terminal work again
+
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
- Update to 2.91.4
bgstack15