Accepting request 251925 from GNOME:Next

Push GNOME 3.14.0

OBS-URL: https://build.opensuse.org/request/show/251925
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=155
This commit is contained in:
Dominique Leuenberger 2014-09-25 07:46:43 +00:00 committed by Git OBS Bridge
parent d2d0ed488c
commit 1861e5937f
5 changed files with 52 additions and 16 deletions

View File

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

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

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

View File

@ -1,8 +1,8 @@
Index: gtk+-3.13.3/gtk/Makefile.am Index: gtk+-3.13.9/gtk/Makefile.am
=================================================================== ===================================================================
--- gtk+-3.13.3.orig/gtk/Makefile.am --- gtk+-3.13.9.orig/gtk/Makefile.am
+++ gtk+-3.13.3/gtk/Makefile.am +++ gtk+-3.13.9/gtk/Makefile.am
@@ -74,7 +74,8 @@ AM_CPPFLAGS = \ @@ -79,7 +79,8 @@ AM_CPPFLAGS = \
$(GTK_DEBUG_FLAGS) \ $(GTK_DEBUG_FLAGS) \
$(GDK_HIDDEN_VISIBILITY_CFLAGS) \ $(GDK_HIDDEN_VISIBILITY_CFLAGS) \
$(GTK_DEP_CFLAGS) \ $(GTK_DEP_CFLAGS) \
@ -10,13 +10,13 @@ Index: gtk+-3.13.3/gtk/Makefile.am
+ $(INCLUDED_IMMODULE_DEFINE) \ + $(INCLUDED_IMMODULE_DEFINE) \
+ $(GDK_DEP_CFLAGS) + $(GDK_DEP_CFLAGS)
if PLATFORM_WIN32 if OS_WIN32
no_undefined = -no-undefined gtk_def = gtk.def
Index: gtk+-3.13.3/gtk/inspector/Makefile.am Index: gtk+-3.13.9/gtk/inspector/Makefile.am
=================================================================== ===================================================================
--- gtk+-3.13.3.orig/gtk/inspector/Makefile.am --- gtk+-3.13.9.orig/gtk/inspector/Makefile.am
+++ gtk+-3.13.3/gtk/inspector/Makefile.am +++ gtk+-3.13.9/gtk/inspector/Makefile.am
@@ -75,6 +75,7 @@ libgtkinspector_la_CPPFLAGS = \ @@ -78,6 +78,7 @@ libgtkinspector_la_CPPFLAGS = \
libgtkinspector_la_CFLAGS = \ libgtkinspector_la_CFLAGS = \
$(GDK_HIDDEN_VISIBILITY_CFLAGS) \ $(GDK_HIDDEN_VISIBILITY_CFLAGS) \

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Mon Sep 22 11:08:01 UTC 2014 - dimstar@opensuse.org
- Update to version 3.14.0:
+ GtkMisc::xalign has been undeprecated for now, it is still
needed.
+ GtkIconView:
- Always draw cell background.
- Fix handling of prelight items.
+ GtkWindow: Fix growing nautilus windows.
+ Bugs fixed: bgo#736338, bgo#736622, bgo#736927, bgo#737000,
bgo#737026, bgo#737027.
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 16 19:58:09 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.9:
+ Adwaita:
- Use sass functions more.
- Theme .app-notification instead of .app-notification.frame.
- Lots of button fine-tuning.
- Avoid double background rendering in tooltips.
+ Inspector:
- Show widget allocations.
- Show hidden windows.
- Fix initial state of dark switch.
+ Bugs fixed: bgo#328449, bgo#528800, bgo#579625, bgo#668258,
bgo#698031, bgo#732916, bgo#735240, bgo#735953, bgo#735959,
bgo#735965, bgo#736004, bgo#736056, bgo#736064, bgo#736121,
bgo#736131, bgo#736155, bgo#736173, bgo#736178, bgo#736191,
bgo#736201, bgo#736203, bgo#736205, bgo#736250, bgo#736269,
bgo#736307, bgo#736512, bgo#736535, bgo#736557.
+ Updated translations.
- Rebase gtk3-find-wayland-includedir.patch.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 8 08:34:59 UTC 2014 - dimstar@opensuse.org Mon Sep 8 08:34:59 UTC 2014 - dimstar@opensuse.org

View File

@ -25,13 +25,13 @@
Name: gtk3 Name: gtk3
%define _name gtk+ %define _name gtk+
Version: 3.13.8 Version: 3.14.0
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+
Group: System/Libraries Group: System/Libraries
Url: http://www.gtk.org/ Url: http://www.gtk.org/
Source: http://download.gnome.org/sources/gtk+/3.13/%{_name}-%{version}.tar.xz Source: http://download.gnome.org/sources/gtk+/3.14/%{_name}-%{version}.tar.xz
Source1: README.SUSE Source1: README.SUSE
Source2: settings.ini Source2: settings.ini
Source3: macros.gtk3 Source3: macros.gtk3
@ -61,7 +61,7 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30.0
BuildRequires: pkgconfig(glib-2.0) >= 2.41.2 BuildRequires: pkgconfig(glib-2.0) >= 2.41.2
BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.32.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.32.0
BuildRequires: pkgconfig(pango) >= 1.32.4 BuildRequires: pkgconfig(pango) >= 1.32.7
BuildRequires: pkgconfig(pangoft2) BuildRequires: pkgconfig(pangoft2)
%if %{build_wayland_backend} %if %{build_wayland_backend}
BuildRequires: pkgconfig(wayland-client) >= 1.5.91 BuildRequires: pkgconfig(wayland-client) >= 1.5.91