Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2013-04-05 09:35:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkitgtk (Old)
 and      /work/SRC/openSUSE:Factory/.webkitgtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkitgtk", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes      2013-03-21 
22:15:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2013-04-05 
09:35:33.000000000 +0200
@@ -1,0 +2,65 @@
+Wed Mar 27 10:08:03 UTC 2013 - [email protected]
+
+- Update to version 2.0.0:
+  + Fix clip region of windowed plugins in WebKit2.
+  + Fix compile warning in WebKit2 unit tests.
+  + Fix the build with Python 3.
+- Drop webkitgtk-sentinel.patch: fixed upstream.
+- Disable webkit-ld-optimization.patch (but keep it for now): As
+  we disabled the build of debug info, the memory consumption went
+  much down already and OBS should be able to handle it now.
+- Add a _constraints file: require 2200MB hard disk and 1500MB
+  Memory.
+- Change _wk2sover defines to -3_0-25, following upstreams soname
+  bump.
+
+-------------------------------------------------------------------
+Sun Mar 24 12:30:19 UTC 2013 - [email protected]
+
+- Add webkitgtk-sentinel.patch: Fix missing sentinel brp error.
+
+-------------------------------------------------------------------
+Wed Mar 20 19:48:42 UTC 2013 - [email protected]
+
+- Update to version 1.11.92:
+  + Add methods to add and clear user style sheets to the WebKit2
+    GTK+ API.
+  + Fix visited links style in WebKit2.
+  + Add webkit_uri_request_get_http_headers to WebKit2 GTK+ API.
+  + Add webkit_web_context_set_disk_cache_directory to WebKit2 GTK+
+    API.
+  + Add webkit_web_page_get_id() to WebKit2 GTK+ web extensions
+    API.
+  + Add API to retrieve a snapshot from a WebKitWebView to WebKit2
+    GTK+.
+  + Add WebKitWebView::web-process-crashed signal to WebKit2 GTK+
+    API.
+  + Fix WebKitDownload to always return a valid request even if the
+    download operation hasn't started yet.
+  + Add respect-image-orientation setting to WebKitWebSettings in
+    WebKit1 API.
+  + Fixed memory leak when loading with
+    webkit_web_view_load_request() in WebKit2.
+  + Fix charset encoding used for spelling suggestions in the
+    WebKit2 context menu.
+  + Fix warnings about "Localized string not found" when running
+    the web inspector.
+  + Stop playback of html5 media when receiving a higher priority
+    audio event.
+  + Fix the offset handling in GStreamer WebKitWebSource.
+  + Replace nbsp with spaces when using X clipboard.
+  + Fix a crash in WebKit2 when a WebKitWebView is closed with the
+    HTTP authentication dialog open.
+  + Fix the build when using deprecated versions of GTK+ 2.
+  + Enable translations in WebKit2.
+  + Limit the supported compilers to GCC >= 4.7 and Clang >= 3.0
+    and enforce C++11 standard when building.
+- Drop webkitgtk-gtk2tests.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Wed Mar 20 08:29:05 UTC 2013 - [email protected]
+
+- license update: LGPL-2.0+ and BSD-3-Clause
+  Post audit refresh
+
+-------------------------------------------------------------------
webkitgtk3.changes: same change

Old:
----
  webkitgtk-1.11.91.tar.xz
  webkitgtk-gtk2tests.patch

New:
----
  _constraint
  webkitgtk-2.0.0.tar.xz

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

Other differences:
------------------
++++++ webkitgtk.spec ++++++
--- /var/tmp/diff_new_pack.23ASxg/_old  2013-04-05 09:35:36.000000000 +0200
+++ /var/tmp/diff_new_pack.23ASxg/_new  2013-04-05 09:35:36.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libwebkit
+# spec file for package webkitgtk
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -21,7 +21,7 @@
 %if %{build_for_gtk3}
 %define _pkgname_no_slpp libwebkitgtk3
 %define _sover -3_0-0
-%define _wk2sover -3_0-22
+%define _wk2sover -3_0-25
 %define _sonamever 3.0
 %define _sonameverpkg 3_0
 %define _develnamever 3
@@ -44,9 +44,9 @@
 
 Name:           webkitgtk
 Summary:        Library for rendering web content, GTK+ Port
-License:        LGPL-2.0 and LGPL-2.0+
+License:        LGPL-2.0+ and BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        1.11.91
+Version:        2.0.0
 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
@@ -58,7 +58,6 @@
 Patch0:         webkit-gir-fixup.patch
 # PATCH-FIX-OPENSUSE webkit-ld-optimization.patch [email protected] -- Add ld 
options to use less memory when linking, should help building on OBS, but this 
will be slower
 Patch2:         webkit-ld-optimization.patch
-Patch3:         webkitgtk-gtk2tests.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -289,8 +288,8 @@
 %prep
 %setup -q -n webkitgtk-%{version}
 %patch0 -p1
-%patch2
-%patch3 -p1
+# Disabled since version 2.0.0 - a _constraint file was added, asking for 
2200MB HDD and 1400MB memory.
+#patch2
 # FIXME: workaround needed in > 1.7.90 to fix build
 mkdir DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle

++++++ webkitgtk3.spec ++++++
--- /var/tmp/diff_new_pack.23ASxg/_old  2013-04-05 09:35:36.000000000 +0200
+++ /var/tmp/diff_new_pack.23ASxg/_new  2013-04-05 09:35:36.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libwebkit
+# spec file for package webkitgtk3
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -21,7 +21,7 @@
 %if %{build_for_gtk3}
 %define _pkgname_no_slpp libwebkitgtk3
 %define _sover -3_0-0
-%define _wk2sover -3_0-22
+%define _wk2sover -3_0-25
 %define _sonamever 3.0
 %define _sonameverpkg 3_0
 %define _develnamever 3
@@ -44,9 +44,9 @@
 
 Name:           webkitgtk3
 Summary:        Library for rendering web content, GTK+ Port
-License:        LGPL-2.0 and LGPL-2.0+
+License:        LGPL-2.0+ and BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        1.11.91
+Version:        2.0.0
 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
@@ -58,7 +58,6 @@
 Patch0:         webkit-gir-fixup.patch
 # PATCH-FIX-OPENSUSE webkit-ld-optimization.patch [email protected] -- Add ld 
options to use less memory when linking, should help building on OBS, but this 
will be slower
 Patch2:         webkit-ld-optimization.patch
-Patch3:         webkitgtk-gtk2tests.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -289,8 +288,8 @@
 %prep
 %setup -q -n webkitgtk-%{version}
 %patch0 -p1
-%patch2
-%patch3 -p1
+# Disabled since version 2.0.0 - a _constraint file was added, asking for 
2200MB HDD and 1400MB memory.
+#patch2
 # FIXME: workaround needed in > 1.7.90 to fix build
 mkdir DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle

++++++ _constraint ++++++
<constraints>
  <hardware>
    <disk>
      <size unit=M>2200</size>
    </disk>
    <memory>
      <size unit=M>1500</size>
    </memory>
  </hardware>
</constraints> 
++++++ webkitgtk-1.11.91.tar.xz -> webkitgtk-2.0.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkitgtk/webkitgtk-1.11.91.tar.xz 
/work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk-2.0.0.tar.xz differ: char 
26, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to