Accepting request 79024 from home:dimstar:branches:GNOME:Factory

Update to 3.1.12

OBS-URL: https://build.opensuse.org/request/show/79024
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=54
This commit is contained in:
Marcus Rückert 2011-08-17 20:43:36 +00:00 committed by Git OBS Bridge
parent c808f974a8
commit f5f315ecc0
5 changed files with 37 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40bec15c44f95a269526e0aab3fad3c0d1d66f3d3445507887b20af6f4269f81
size 17293442

3
gtk+-3.1.12.tar.bz2 Normal file
View File

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

View File

@ -0,0 +1,11 @@
diff -ur gtk+-3.1.12//tests/testtoplevelembed.c gtk+-3.1.12.patched//tests/testtoplevelembed.c
--- gtk+-3.1.12//tests/testtoplevelembed.c 2011-07-28 05:25:56.000000000 +0200
+++ gtk+-3.1.12.patched//tests/testtoplevelembed.c 2011-08-16 12:22:45.576604909 +0200
@@ -1,4 +1,7 @@
#include "config.h"
+
+#undef GTK_DISABLE_DEPRECATED
+
#include <gtk/gtk.h>
GtkWidget *notebook;

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Aug 16 11:26:38 CEST 2011 - dimstar@opensuse.org
- Update to version 3.1.12:
+ GtkFontChooserDialog: A newly designed font selection dialog
that is intended to replace GtkFontSelectionDialog
+ Drawing of focus rectangles is now optional; it can be turned
off altogether, or until actual keyboard interaction happens,
with the gtk-visible-focus setting.
+ OS X: Fixes for 10.7 (Lion)
+ Bugs fixed: bgo#407885, bgo#508601, bgo#599664, bgo#645258,
bgo#649567, bgo#652991, bgo#653817, bgo#653964, bgo#655074,
bgo#655122, bgo#655173, bgo#655495, bgo#655496, bgo#655545,
bgo#655822, bgo#656098, bgo#656421.
+ Updated translations.
- Add gtk3-enabledeprecated.patch: Fix build by enabling deprecated
symbols for the test suite.
-------------------------------------------------------------------
Sun Jul 24 10:41:11 CEST 2011 - vuntz@opensuse.org

View File

@ -24,7 +24,7 @@
Name: gtk3
%define _name gtk+
Version: 3.1.10
Version: 3.1.12
Release: 1
License: LGPLv2.1+
Summary: The GTK+ toolkit library (version 3)
@ -43,6 +43,8 @@ Patch1: gtk3-path-local.patch
Patch2: gtk3-bnc129753-localize-font-style-name.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
Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch
# PATCH-FIX-UPSTREAM gtk3-enabledeprecated.patch bgo#656639 dimstar@opensuse.org -- Fix building of testtoplevelembed.c by allowing deprecated symbols
Patch4: gtk3-enabledeprecated.patch
BuildRequires: fdupes
BuildRequires: cups-devel
BuildRequires: gnome-patch-translation
@ -50,7 +52,7 @@ BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.21.0
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.23.5
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(pango)
@ -289,6 +291,7 @@ cp -a %{S:1} .
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
gnome-patch-translation-update
%build