summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec11
-rw-r--r--sources2
3 files changed, 7 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 6ef0ab3..69354be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-2.91.1.tar.bz2
/gtk+-2.91.3.tar.bz2
/gtk+-2.91.4.tar.bz2
+/gtk+-2.91.5.tar.bz2
diff --git a/gtk3.spec b/gtk3.spec
index 86922a2..b33528f 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -10,8 +10,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 2.91.4
-Release: 2%{?dist}
+Version: 2.91.5
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -25,9 +25,6 @@ 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}
@@ -114,7 +111,6 @@ widget toolkit.
%setup -q -n gtk+-%{version}
%patch0 -p1 -b .system-python
%patch2 -p1 -b .fresh-tooltips
-%patch3 -p1 -b .terminal-crash
%build
@@ -249,6 +245,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_mandir}/man1/gtk-builder-convert-3.0.1.gz
%changelog
+* Thu Dec 2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
+- Update to 2.91.5
+
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
- Make gnome-terminal work again
diff --git a/sources b/sources
index 14a4ca1..d90d5f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6662635bb7177c37ac1190bb589808a gtk+-2.91.4.tar.bz2
+c4c59e3d63ffb391388ade991c03a3f2 gtk+-2.91.5.tar.bz2
bgstack15