Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2013-07-16 16:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkitgtk (Old)
 and      /work/SRC/openSUSE:Factory/.webkitgtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkitgtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes      2013-06-29 
22:27:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2013-07-16 
16:27:24.000000000 +0200
@@ -1,0 +2,21 @@
+Tue Jul  9 16:40:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.1.3:
+  + Add support for preload="metadata" to GStreamer media backend.
+  + Do not expose '\n' for wrapped lines with
+    ATK_TEXT_BOUNDARY_CHAR.
+  + Fix potential race condition in GStreamer media backend when
+    getting the video sink caps.
+  + Fix performance issues rendering a page with animations.
+  + Several fixes and improvements in GStreamer video accelerated
+    compositing support.
+  + Adjust internal size on GStreamer HTTP source element when
+    receiving data if necessary.
+  + Actually disable the memory cache when DOCUMENT_VIEWER cache
+    model is used in WebKit1.
+  + Fix runtime critical warning in WebKit2 when unloading a module
+    that failed to load.
+  + Fix several memory leaks.
+- Rebase webkitgtk-gtk2-buildfix.patch.
+
+-------------------------------------------------------------------
webkitgtk3.changes: same change

Old:
----
  webkitgtk-2.1.2.tar.xz

New:
----
  webkitgtk-2.1.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ webkitgtk.spec ++++++
--- /var/tmp/diff_new_pack.ykxnCM/_old  2013-07-16 16:27:25.000000000 +0200
+++ /var/tmp/diff_new_pack.ykxnCM/_new  2013-07-16 16:27:25.000000000 +0200
@@ -46,7 +46,7 @@
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0+ and BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        2.1.2
+Version:        2.1.3
 Release:        0
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions

webkitgtk3.spec: same change
++++++ webkitgtk-2.1.2.tar.xz -> webkitgtk-2.1.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkitgtk/webkitgtk-2.1.2.tar.xz 
/work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk-2.1.3.tar.xz differ: char 
26, line 1

++++++ webkitgtk-gtk2-buildfix.patch ++++++
--- /var/tmp/diff_new_pack.ykxnCM/_old  2013-07-16 16:27:25.000000000 +0200
+++ /var/tmp/diff_new_pack.ykxnCM/_new  2013-07-16 16:27:25.000000000 +0200
@@ -1,30 +1,35 @@
-Index: Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp
+Index: Source/WebCore/platform/gtk/GtkVersioning.h
 ===================================================================
---- Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp.orig
-+++ Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp
-@@ -100,6 +100,13 @@
- #endif
- #include "WidgetBackingStoreCairo.h"
+--- Source/WebCore/platform/gtk/GtkVersioning.h        (revision 152495)
++++ Source/WebCore/platform/gtk/GtkVersioning.h        (working copy)
+@@ -40,6 +40,18 @@
  
-+// GTK 2.0 compatibility
-+#ifdef GDK_WINDOWING_X11
-+#ifndef GDK_IS_X11_DISPLAY
-+#define GDK_IS_X11_DISPLAY(dpy) 1
+ GdkDevice* getDefaultGDKPointerDevice(GdkWindow* window);
+ 
++// gtk_widget_get_preferred_size() appeared only in GTK 3.0
++#if !GTK_CHECK_VERSION (2, 91, 0)  /* approximately */
++#define gtk_widget_get_preferred_size(widget, minimum_size, natural_size) \
++        (gtk_widget_size_request((widget), ((minimum_size))))
 +#endif
++
++// Define GDK_IS_X11_DISPLAY dummy for GTK+ 2.0 compatibility
++#if defined(GDK_WINDOWING_X11) && !defined(GDK_IS_X11_DISPLAY)
++#define GDK_IS_X11_DISPLAY(dpy) 1
 +#endif
 +
- using namespace WebCore;
++
+ G_END_DECLS
  
- namespace WebKit {
-Index: Source/WebCore/plugins/gtk/gtk2xtbin.h
+ #endif // GtkVersioning_h
+Index: Source/WebCore/plugins/gtk/gtk2xtbin.c
 ===================================================================
---- Source/WebCore/plugins/gtk/gtk2xtbin.h.orig
-+++ Source/WebCore/plugins/gtk/gtk2xtbin.h
-@@ -40,6 +40,7 @@
- #ifndef __GTK_XTBIN_H__
- #define __GTK_XTBIN_H__
+--- Source/WebCore/plugins/gtk/gtk2xtbin.c     (revision 152495)
++++ Source/WebCore/plugins/gtk/gtk2xtbin.c     (working copy)
+@@ -42,6 +42,7 @@
+  * inside a GTK application.  
+  */
  
-+#include "autotoolsconfig.h"
- #include <gtk/gtk.h>
- #ifndef GTK_API_VERSION_2
- #include <gtk/gtkx.h>
++#include "config.h"
+ #include "GtkVersioning.h"
+ #include "xembed.h"
+ #include "gtk2xtbin.h"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to