Accepting request 176666 from GNOME:Factory

Push GNOME 3.9.1 - been running it for a while now.

OBS-URL: https://build.opensuse.org/request/show/176666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=48
This commit is contained in:
Stephan Kulow 2013-05-28 05:37:37 +00:00 committed by Git OBS Bridge
commit ebaf2e6423
4 changed files with 33 additions and 8 deletions

View File

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

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

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

View File

@ -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

View File

@ -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}`