summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-04-04 12:04:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-04-04 12:04:16 -0400
commitf7570ff5d37af5661dd406391c590c63266df7e0 (patch)
tree6f7c3f878f72a7171ce5d7335243cc35555b5aef /gtk3.spec
parent3.0.8 (diff)
downloadgtk3-classic-build-gtk3-f7570ff5d37af5661dd406391c590c63266df7e0.tar.gz
gtk3-classic-build-gtk3-f7570ff5d37af5661dd406391c590c63266df7e0.tar.bz2
gtk3-classic-build-gtk3-f7570ff5d37af5661dd406391c590c63266df7e0.zip
Add forgotten backport for grid flipping
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 c81f7cb..01dc0e4 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: 3.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -19,6 +19,9 @@ URL: http://www.gtk.org
Source: http://download.gnome.org/sources/gtk+/3.0/gtk+-%{version}.tar.bz2
Source1: im-cedilla.conf
+# upstream fix
+Patch0: 0001-GtkGrid-Add-forgotten-RTL-flipping.patch
+
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: glib2-devel >= %{glib2_version}
@@ -110,6 +113,7 @@ widget toolkit.
%prep
%setup -q -n gtk+-%{version}
+%patch0 -p1 -b .grid-flipping
%build
@@ -239,6 +243,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-2
+- Add a missed backport
+
* Sun Apr 3 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-1
- Update to 3.0.8
bgstack15