Hello community,

here is the log from the commit of package webkitgtk for openSUSE:13.1 checked 
in at 2013-09-23 11:20:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/webkitgtk (Old)
 and      /work/SRC/openSUSE:13.1/.webkitgtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkitgtk"

Changes:
--------
--- /work/SRC/openSUSE:13.1/webkitgtk/webkitgtk.changes 2013-09-23 
11:14:48.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.webkitgtk.new/webkitgtk.changes    2013-09-23 
11:20:07.000000000 +0200
@@ -1,0 +2,67 @@
+Sat Sep 21 17:48:37 UTC 2013 - dims...@opensuse.org
+
+- Change _constraints: as we now build parallel, we do require more
+  memory. In tests, it seems we require ~ 3000M, so requesting
+  3200M to start with.
+
+-------------------------------------------------------------------
+Sat Sep 21 14:02:04 UTC 2013 - dims...@opensuse.org
+
+- Change RPM Group of libwebkitgtk-1_0-0 and libwebkitgtk-3_0-0 to
+  System/Libraries, in accordance with the packaging guidelines.
+
+-------------------------------------------------------------------
+Wed Sep 18 20:50:15 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.1.92:
+  + Switch to the new Web Inspector.
+  + Reimplement several accessibility methods to not require Gail
+    and Pango.
+  + Allow to run in a Wayland environment even when WebKitGTK+ has
+    been built with accelerated compositing support enabled,
+    falling back to software rendering in such case since
+    accelerated compositing is not supported yet under Wayland.
+  + Enable the Wayland target by default if the GTK+ Wayland
+    dependency is available.
+  + Fix web inspector rendering when docked in a page that uses
+    accelerated compositing.
+  + Do not try to parse incomplete HTTP requests in the web
+    inspector.
+  + Use WEBKIT_TYPE_DOWNLOAD instead of G_TYPE_OBJECT for the
+    argument of the WebKitWebView::download-requested signal in
+    WebKit1.
+  + Add allow-none introspection annotation to parameters that can
+    be NULL in GObject DOM bindings.
+  + Honor the --disable-gtk-doc configure option.
+  + Fix the build on directories containing spaces.
+  + Allow to build when the build directory is in a different
+    partition.
+  + Updated translations.
+- Add webkitgtk-gtk2.patch: Fix build with GTK+ 2.0.
+- Enable parallel build. The OOM usually happened during linking,
+  not building; and the linker is not executed in parallel anyway.
+
+-------------------------------------------------------------------
+Wed Sep 11 21:04:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.1.91:
+  + Add a cancelled signal to WebKitAuthenticationRequest in
+    WebKit2 GTK+ API.
+  + Add support for building with Wayland as the target.
+  + Fix issues with rtsp streams embedded on <video> not loading.
+  + Fix the media player to not set the system volume to 100%.
+  + Ensure volume slider value is 0 when audio is muted.
+  + Make GStreamer source element thread-safe.
+  + Adjust internal size on GStreamer source element when receiving
+    data if necessary.
+  + Disable accelerated compositing if the system doesn't support
+    it.
+  + Fix rendering of input buttons text with recent
+    gnome-themes-standard.
+  + Fix the cursor rendering when the mouse is over an image
+    document with recent versions of GTK+.
+  + Fix a crash in some cases when context menu is shown.
+  + Fix the build on GNU/Hurd.
+  + Updated translations.
+
+-------------------------------------------------------------------
webkitgtk3.changes: same change

Old:
----
  webkitgtk-2.1.90.1.tar.xz

New:
----
  webkitgtk-2.1.92.tar.xz
  webkitgtk-gtk2.patch

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

Other differences:
------------------
++++++ webkitgtk.spec ++++++
--- /var/tmp/diff_new_pack.9NG5zs/_old  2013-09-23 11:20:07.000000000 +0200
+++ /var/tmp/diff_new_pack.9NG5zs/_new  2013-09-23 11:20:07.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.90.1
+Version:        2.1.92
 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
@@ -60,6 +60,8 @@
 Patch2:         webkit-ld-optimization.patch
 # PATCH-FIX-UPSTREAM aarch64-support.patch webkit#116030 sch...@suse.de -- 
Support for aarch64
 Patch3:         webkitgtk-aarch64.patch
+# PATCH-FIX-UPSTREAM webkitgtk-gtk2.patch webkit#121573 dims...@opensuse.org 
-- Fix build with GTK+ 2.0
+Patch4:         webkitgtk-gtk2.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -127,7 +129,7 @@
 %package -n libwebkitgtk%{_sover}
 
 Summary:        Library for rendering web content, GTK+ Port
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 %if ! %{build_for_gtk3}
 Provides:       libWebKitGtk0 = %{version}
 Obsoletes:      libWebKitGtk0 < %{version}
@@ -293,12 +295,14 @@
 # Disabled since version 2.0.0 - a _constraint file was added, asking for 
2200MB HDD and 1400MB memory.
 #patch2
 %patch3 -p1
+%patch4 -p1
 # FIXME: workaround needed in > 1.7.90 to fix build
-mkdir DerivedSources/ANGLE
+mkdir -p DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle
 mkdir DerivedSources/Platform
 mkdir -p DerivedSources/WebKit2/webkit2gtk/webkit2
 mkdir DerivedSources/webkit
+mkdir DerivedSources/webkitdom
 
 %build
 %ifarch ppc64
@@ -337,7 +341,7 @@
 %else
         --disable-webkit2
 %endif
-make V=1 
+make %{?_smp_mflags}
 
 %install
 %makeinstall

++++++ webkitgtk3.spec ++++++
--- /var/tmp/diff_new_pack.9NG5zs/_old  2013-09-23 11:20:08.000000000 +0200
+++ /var/tmp/diff_new_pack.9NG5zs/_new  2013-09-23 11:20:08.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.90.1
+Version:        2.1.92
 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
@@ -60,6 +60,8 @@
 Patch2:         webkit-ld-optimization.patch
 # PATCH-FIX-UPSTREAM aarch64-support.patch webkit#116030 sch...@suse.de -- 
Support for aarch64
 Patch3:         webkitgtk-aarch64.patch
+# PATCH-FIX-UPSTREAM webkitgtk-gtk2.patch webkit#121573 dims...@opensuse.org 
-- Fix build with GTK+ 2.0
+Patch4:         webkitgtk-gtk2.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -127,7 +129,7 @@
 %package -n libwebkitgtk%{_sover}
 
 Summary:        Library for rendering web content, GTK+ Port
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 %if ! %{build_for_gtk3}
 Provides:       libWebKitGtk0 = %{version}
 Obsoletes:      libWebKitGtk0 < %{version}
@@ -293,12 +295,14 @@
 # Disabled since version 2.0.0 - a _constraint file was added, asking for 
2200MB HDD and 1400MB memory.
 #patch2
 %patch3 -p1
+%patch4 -p1
 # FIXME: workaround needed in > 1.7.90 to fix build
-mkdir DerivedSources/ANGLE
+mkdir -p DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle
 mkdir DerivedSources/Platform
 mkdir -p DerivedSources/WebKit2/webkit2gtk/webkit2
 mkdir DerivedSources/webkit
+mkdir DerivedSources/webkitdom
 
 %build
 %ifarch ppc64
@@ -337,7 +341,7 @@
 %else
         --disable-webkit2
 %endif
-make V=1 
+make %{?_smp_mflags}
 
 %install
 %makeinstall

++++++ _constraint ++++++
--- /var/tmp/diff_new_pack.9NG5zs/_old  2013-09-23 11:20:08.000000000 +0200
+++ /var/tmp/diff_new_pack.9NG5zs/_new  2013-09-23 11:20:08.000000000 +0200
@@ -1,7 +1,7 @@
 <constraints>
   <hardware>
     <disk>
-      <size unit="M">2200</size>
+      <size unit="M">3200</size>
     </disk>
     <memory>
       <size unit="M">1500</size>

++++++ webkitgtk-2.1.90.1.tar.xz -> webkitgtk-2.1.92.tar.xz ++++++
/work/SRC/openSUSE:13.1/webkitgtk/webkitgtk-2.1.90.1.tar.xz 
/work/SRC/openSUSE:13.1/.webkitgtk.new/webkitgtk-2.1.92.tar.xz differ: char 25, 
line 1

++++++ webkitgtk-gtk2.patch ++++++
Index: 
webkitgtk-2.1.92/Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContextGL.cpp
===================================================================
--- 
webkitgtk-2.1.92.orig/Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContextGL.cpp
+++ 
webkitgtk-2.1.92/Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContextGL.cpp
@@ -30,6 +30,7 @@
 #include "TextureMapperGL.h"
 #include "TextureMapperLayer.h"
 #include "webkitwebviewprivate.h"
+#include "GtkVersioning.h"
 #include <wtf/CurrentTime.h>
 
 #if USE(OPENGL_ES_2)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to