diff --git a/gtk+-3.1.10.tar.bz2 b/gtk+-3.1.10.tar.bz2 deleted file mode 100644 index 91b2407..0000000 --- a/gtk+-3.1.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40bec15c44f95a269526e0aab3fad3c0d1d66f3d3445507887b20af6f4269f81 -size 17293442 diff --git a/gtk+-3.1.12.tar.bz2 b/gtk+-3.1.12.tar.bz2 new file mode 100644 index 0000000..6fbce0b --- /dev/null +++ b/gtk+-3.1.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefdfa7222792197aa542a79ae11df16fa600f80454d6feda51309a5ebe015aa +size 17304192 diff --git a/gtk3-enabledeprecated.patch b/gtk3-enabledeprecated.patch new file mode 100644 index 0000000..a1ed858 --- /dev/null +++ b/gtk3-enabledeprecated.patch @@ -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 + + GtkWidget *notebook; diff --git a/gtk3.changes b/gtk3.changes index 499b445..38f941d 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -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 diff --git a/gtk3.spec b/gtk3.spec index e978bad..f0a50d0 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -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