Hello community,

here is the log from the commit of package libwebkit for openSUSE:Factory 
checked in at 2012-07-24 15:04:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwebkit (Old)
 and      /work/SRC/openSUSE:Factory/.libwebkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwebkit", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwebkit/libwebkit.changes      2012-07-02 
11:04:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwebkit.new/libwebkit.changes 2012-07-24 
15:04:30.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul  1 19:45:04 UTC 2012 - [email protected]
+
+- compile with --no-keep-memory on ppc. (fixes build)
+- disable jit on arm and ppc 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/libwebkit/libwebkit3.changes     2012-07-02 
11:04:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwebkit.new/libwebkit3.changes        
2012-07-24 15:04:30.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul  1 19:45:16 UTC 2012 - [email protected]
+
+- compile with --no-keep-memory on ppc. (fixes build)
+- disable jit on arm and ppc 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libwebkit.spec ++++++
--- /var/tmp/diff_new_pack.EVfII7/_old  2012-07-24 15:04:31.000000000 +0200
+++ /var/tmp/diff_new_pack.EVfII7/_new  2012-07-24 15:04:31.000000000 +0200
@@ -231,20 +231,22 @@
 
 %build
 %ifarch ppc64
-RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
+RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wl,--no-keep-memory 
-Wl,--reduce-memory-overheads -mminimal-toc"
 %endif
 export CFLAGS=" $RPM_OPT_FLAGS"
 export CXXFLAGS=" $RPM_OPT_FLAGS"
+%ifarch %arm
+%define extraconfigure --disable-webgl --disable-sql-database --disable-svg 
--disable-jit
+%endif
+%ifarch ppc ppc64
+%define extraconfigure --disable-jit
+%endif
 %configure \
         --with-gtk=%{_gtkver} \
        --enable-geolocation \
         --enable-introspection \
        --enable-javascript-debugger \
-%ifarch %arm
-       --disable-webgl \
-       --disable-sql-database \
-       --disable-svg \
-%endif
+       %{extraconfigure} \
        --disable-static \
        --enable-shared
 #make VERBOSE=1 %{?jobs:-j %jobs}

libwebkit3.spec: same change

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

Reply via email to