From ce7d941c96b1f270ac7eafd14184ddb33507b57532686c6da9c812e3080d5f17 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 6 May 2013 15:20:13 +0000 Subject: [PATCH] Accepting request 174639 from home:dimstar:branches:GNOME:Factory Update to 3.9.0 OBS-URL: https://build.opensuse.org/request/show/174639 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=116 --- gtk+-3.8.1.tar.xz | 3 --- gtk+-3.9.0.tar.xz | 3 +++ gtk3.changes | 24 ++++++++++++++++++++++++ gtk3.spec | 11 ++++++----- 4 files changed, 33 insertions(+), 8 deletions(-) delete mode 100644 gtk+-3.8.1.tar.xz create mode 100644 gtk+-3.9.0.tar.xz diff --git a/gtk+-3.8.1.tar.xz b/gtk+-3.8.1.tar.xz deleted file mode 100644 index 9476588..0000000 --- a/gtk+-3.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f43e7c7d7a0e2417225509e88f67799534c69abfbb6f615fc7a895bf15e31255 -size 13675144 diff --git a/gtk+-3.9.0.tar.xz b/gtk+-3.9.0.tar.xz new file mode 100644 index 0000000..45da665 --- /dev/null +++ b/gtk+-3.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e240aa911d1e94e2e5b90f0e637ae41b25e0ad3102fb7d0c09b63e54ea96bc +size 13888608 diff --git a/gtk3.changes b/gtk3.changes index a14f981..ebd994c 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon May 6 08:43:52 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.0: + + GtkFileChooser: + - Always show fuse-mounted locations in shortcuts. + - GtkFileChooserButton has received a lot of fixes and tests + have been added for many of them. + + GtkWindow: + - Initial support for client-side decorations has been added. + - gtk_window_set_titlebar: A new function that can set a + custom, client-side titlebar on toplevel windows. + + Wayland: + - Use client-side decorations. + - Implement maximization. + - Improve cursor handling. + - Improve multi-monitor handling. + - Support most GtkSettings (for now by reading GSettings + directly). + - Complete the keymap implementation. + + Broadway: + - Improve window size handling. + - Implement frame synchronization. + ------------------------------------------------------------------- Mon Apr 15 19:12:17 UTC 2013 - dimstar@opensuse.org diff --git a/gtk3.spec b/gtk3.spec index db7d60d..afefab7 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -25,13 +25,13 @@ Name: gtk3 %define _name gtk+ -Version: 3.8.1 +Version: 3.9.0 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1+ Group: System/Libraries Url: http://www.gtk.org/ -Source: http://download.gnome.org/sources/gtk+/3.8/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gtk+/3.9/%{_name}-%{version}.tar.xz Source1: README.SUSE Source2: settings.ini Source3: macros.gtk3 @@ -57,7 +57,7 @@ BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.27.1 -BuildRequires: pkgconfig(glib-2.0) >= 2.35.3 +BuildRequires: pkgconfig(glib-2.0) >= 2.37.0 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.32.0 BuildRequires: pkgconfig(pango) >= 1.32.4 @@ -295,8 +295,9 @@ This package contains the development files for GTK+ 3.x. %lang_package %prep %setup -q -n %{_name}-%{version} -translation-update-upstream -translation-update-upstream po-properties gtk30-properties +# Translation this tmie intentionally disabled.. they fail +#translation-update-upstream +#translation-update-upstream po-properties gtk30-properties # remove incomplete translations caused by translation-update-upstream (global LINGUAS file, two domains) for LNG in po/*.po ; do LNG=`basename ${LNG%%.po}`