summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec17
1 files changed, 5 insertions, 12 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 0ddbbe7..bb023a3 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,22 +16,14 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.11.8
-Release: 2%{?dist}
+Version: 3.11.9
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/gtk+
Source: http://download.gnome.org/sources/gtk+/3.11/gtk+-%{version}.tar.xz
-# Upstream backports for touch dragging of new-style GNOME windows
-# Will be in 3.11.9 release, drop patches then - adamw 2014/03
-# https://bugzilla.gnome.org/show_bug.cgi?id=709914
-# https://git.gnome.org/browse/gtk+/commit/?id=d1d4c602e09c0038cc8e20f3660859af4378b997
-Patch0: 0001-x11-Fallback-to-emulated-window-dragging-for-touch-d.patch
-# https://git.gnome.org/browse/gtk+/commit/?id=41b73e409f7e30b8ba3b961013debaaf584b499c
-Patch1: 0002-x11-Implement-drag-to-top-to-maximize-gesture-on-emu.patch
-
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: at-spi2-atk-devel
@@ -144,8 +136,6 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
-%patch0 -p1
-%patch1 -p1
%build
@@ -308,6 +298,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.9-1
+- Update to 3.11.9
+
* Mon Mar 17 2014 Adam Williamson <awilliam@redhat.com> - 3.11.8-2
- backport patches for touch dragging of new-style GNOME windows
bgstack15