summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-01-24 14:00:52 -0600
committerDan Williams <dcbw@redhat.com>2011-01-24 14:00:52 -0600
commit0574055d41cf66891b0907949659a799bda81c54 (patch)
treed15c47bc6bd5c6dc6c4377011f837a81f033df3a /gtk3.spec
parent2.99.2 (diff)
downloadgtk3-classic-build-gtk3-0574055d41cf66891b0907949659a799bda81c54.tar.gz
gtk3-classic-build-gtk3-0574055d41cf66891b0907949659a799bda81c54.tar.bz2
gtk3-classic-build-gtk3-0574055d41cf66891b0907949659a799bda81c54.zip
Fix bug in gtk_show_uri() which caused crashes when plugging in USB drives
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index afcadaf..f7e2c3f 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.99.2
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -21,6 +21,8 @@ Source3: im-cedilla.conf
BuildRequires: gnome-common autoconf automake intltool gettext
+# Fixes crash of gnome-settings-daemon when plugging in USB media, among other things
+Patch0: fix-gtk-show-uri-crash.patch
#Patch2: 0001-New-tooltip-style.patch
BuildRequires: atk-devel >= %{atk_version}
@@ -112,6 +114,7 @@ widget toolkit.
%prep
%setup -q -n gtk+-%{version}
+%patch0 -p1 -b .gtk-show-uri-gdk-screen
#%patch2 -p1 -b .fresh-tooltips
%build
@@ -246,6 +249,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%exclude %{_mandir}/man1/gtk-builder-convert.1.gz
%changelog
+* Mon Jan 24 2011 Dan Williams <dcbw@redhat.com> 2.99.2-2
+- Fix bug in gtk_show_uri() which caused crashes when plugging in USB drives
+
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> 2.99.2-1
- Update to 2.99.2
bgstack15