Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2013-09-09 11:03:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-16 
12:21:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2013-09-09 
11:03:58.000000000 +0200
@@ -1,0 +2,30 @@
+Wed Sep  4 08:44:52 UTC 2013 - [email protected]
+
+- Use CPPFLAGS to disable JIT instead of %extraconfigure;
+  otherwise it fails on some platforms, most notably s390x
+  See webkit#113638.
+
+-------------------------------------------------------------------
+Mon Sep  2 07:11:43 UTC 2013 - [email protected]
+
+- Update to version 2.1.90.1:
+  + Adds support for maintainer mode, so that the GNOME continuous
+    integration will be able to forbid autotools regeneration.
+  + Added DOM bindings symbols that got removed from the IDL back
+    for ABI compatibility.
+
+-------------------------------------------------------------------
+Wed Aug 28 06:40:13 UTC 2013 - [email protected]
+
+- Update to version 2.1.90:
+  + Add API to inject custom JavaScript to WebKit2 Web Extensions
+    API.
+  + Add support for running JavaScript code in isolated worlds to
+    WebKit2 Web Extensions API.
+  + Expose WebKitFrame in WebKit2GTK+ Web Extensions API.
+  + Fix the volume slider track shown when muted.
+  + Cancel authentication dialog when the load fails.
+  + Fix a crash in WebKit1 when inspector window is closed.
+  + Updated translations.
+
+-------------------------------------------------------------------
webkitgtk3.changes: same change

Old:
----
  webkitgtk-2.1.4.tar.xz

New:
----
  webkitgtk-2.1.90.1.tar.xz

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

Other differences:
------------------
++++++ webkitgtk.spec ++++++
--- /var/tmp/diff_new_pack.JPJZky/_old  2013-09-09 11:03:59.000000000 +0200
+++ /var/tmp/diff_new_pack.JPJZky/_new  2013-09-09 11:03:59.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.4
+Version:        2.1.90.1
 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
@@ -308,8 +308,7 @@
 # we'll always want to remove the debug from the build on arm
 RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-g/}"
 %endif
-%ifarch ppc ppc64 %arm
-%define extraconfigure --disable-jit
+%ifarch %arm ppc ppc64 s390 s390x
 RPM_OPT_FLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads "
 %endif
 
@@ -319,12 +318,17 @@
 # No debug builds.... We run out of about everything with -O2 -g (the .ar 
becomes > 4.3GB)
 export CFLAGS=" $RPM_OPT_FLAGS -g0"
 export CXXFLAGS=" $RPM_OPT_FLAGS -g0"
+
+# Use CPPFLAGS to disable jit, webkit#113638
+%ifarch %arm ppc ppc64 s390 s390x
+export CPPFLAGS="-DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0"
+%endif
+
 %configure \
         --with-gtk=%{_gtkver} \
         --enable-geolocation \
         --enable-introspection \
         --enable-javascript-debugger \
-        %{?extraconfigure} \
         --disable-static \
         --enable-shared \
         --with-gstreamer=1.0 \

webkitgtk3.spec: same change
++++++ _constraint ++++++
--- /var/tmp/diff_new_pack.JPJZky/_old  2013-09-09 11:03:59.000000000 +0200
+++ /var/tmp/diff_new_pack.JPJZky/_new  2013-09-09 11:03:59.000000000 +0200
@@ -1,10 +1,10 @@
 <constraints>
   <hardware>
     <disk>
-      <size unit=M>2200</size>
+      <size unit="M">2200</size>
     </disk>
     <memory>
-      <size unit=M>1500</size>
+      <size unit="M">1500</size>
     </memory>
   </hardware>
 </constraints> 

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

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

Reply via email to