Accepting request 101327 from home:vuntz:branches:GNOME:Factory

Update to 3.3.10

OBS-URL: https://build.opensuse.org/request/show/101327
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=75
This commit is contained in:
Vincent Untz 2012-01-24 11:20:19 +00:00 committed by Git OBS Bridge
parent 51e01ef63f
commit 1f0954de1e
5 changed files with 33 additions and 33 deletions

3
gtk+-3.3.10.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9808d509bfd42fce692b041a60f3fbb668e43324613c304724e7a727bb44a2a0
size 13031280

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17bccca075f5f485d1265d0a3c3955aa6f10911f9f3675b859243fd7f3a88037
size 13021636

View File

@ -1,24 +0,0 @@
From 85fcd50b3f33cb811f4ba79a53b3a6b29054c721 Mon Sep 17 00:00:00 2001
From: Ryan Lortie <desrt@desrt.ca>
Date: Tue, 17 Jan 2012 15:55:50 +0000
Subject: Revert "set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property"
This reverts commit d4fe912879ce1b19490ba5729f67a27b1cf397c9.
This patch caused some unanticipated compatibility issues.
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 62b9ac0..93eb4a7 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -1044,7 +1044,7 @@ gtk_window_class_init (GtkWindowClass *klass)
P_("GtkApplication"),
P_("The GtkApplication for the window"),
GTK_TYPE_APPLICATION,
- GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
+ GTK_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
window_signals[SET_FOCUS] =
g_signal_new (I_("set-focus"),
--
cgit v0.9.0.2

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Jan 24 11:18:14 UTC 2012 - vuntz@opensuse.org
- Move ChangeLog to devel subpackage, as it can be big and is not
needed on a default install.
-------------------------------------------------------------------
Fri Jan 20 21:46:25 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.10:
+ GtkApplication:
- Move application menu handling over from GIO
- Fix resize grip positioning in GtkApplicationWindow
+ Wayland:
- Make combo boxes work
- Make key modifiers work like on X11
- Make mouse buttons work correctly
+ Quartz:
- Make key modifiers work more like they do on X11
+ Printing:
- Fix handling of custom cups options
+ Accessibility:
- Bring key snooping support back for now
+ Updated translations.
- Drop gtk3-unbreak-apps.patch: fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 20 14:08:02 UTC 2012 - vuntz@opensuse.org Fri Jan 20 14:08:02 UTC 2012 - vuntz@opensuse.org

View File

@ -24,7 +24,7 @@
Name: gtk3 Name: gtk3
%define _name gtk+ %define _name gtk+
Version: 3.3.8 Version: 3.3.10
Release: 0 Release: 0
Summary: The GTK+ toolkit library (version 3) Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1+ License: LGPL-2.1+
@ -41,8 +41,6 @@ Patch0: gtk3-GTK_PATH64.patch
Patch1: gtk3-path-local.patch Patch1: gtk3-path-local.patch
# PATCH-FIX-UPSTREAM gtk3-bnc130159-bgo319483-async-font-selection.patch bnc130159 bgo319483 federico@novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages # PATCH-FIX-UPSTREAM gtk3-bnc130159-bgo319483-async-font-selection.patch bnc130159 bgo319483 federico@novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages
Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch
# PATCH-FIX-UPSTREAM gtk3-unbreak-apps.patch bgo#667628 vuntz@opensuse.org -- Revert change breaking eog & epiphany
Patch4: gtk3-unbreak-apps.patch
BuildRequires: cups-devel BuildRequires: cups-devel
BuildRequires: fdupes BuildRequires: fdupes
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 # Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
@ -52,7 +50,7 @@ BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.23.5 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.23.5
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10 BuildRequires: pkgconfig(glib-2.0) >= 2.31.11
BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pango)
@ -290,7 +288,6 @@ cp -a %{S:1} .
%endif %endif
%patch1 -p0 %patch1 -p0
%patch3 -p1 %patch3 -p1
%patch4 -p1
%build %build
%configure \ %configure \
@ -448,7 +445,7 @@ fi
%files -n libgtk-3-0 %files -n libgtk-3-0
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING README NEWS ChangeLog %doc AUTHORS COPYING README NEWS
%if "%_lib" == "lib64" %if "%_lib" == "lib64"
%doc README.SUSE %doc README.SUSE
%endif %endif
@ -531,6 +528,7 @@ fi
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/gail-libgail-util3/ %doc %{_datadir}/gtk-doc/html/gail-libgail-util3/
%doc %{_datadir}/gtk-doc/html/gdk3/ %doc %{_datadir}/gtk-doc/html/gdk3/
%doc %{_datadir}/gtk-doc/html/gtk3/ %doc %{_datadir}/gtk-doc/html/gtk3/