Hello community, here is the log from the commit of package libwebkit for openSUSE:12.2 checked in at 2012-07-24 15:04:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/libwebkit (Old) and /work/SRC/openSUSE:12.2/.libwebkit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libwebkit", Maintainer is "DMZhang@suse.com" Changes: -------- --- /work/SRC/openSUSE:12.2/libwebkit/libwebkit.changes 2012-07-02 11:04:05.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.libwebkit.new/libwebkit.changes 2012-07-24 15:04:35.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Jul 1 19:45:04 UTC 2012 - dvaleev@suse.com + +- compile with --no-keep-memory on ppc. (fixes build) +- disable jit on arm and ppc + +------------------------------------------------------------------- --- /work/SRC/openSUSE:12.2/libwebkit/libwebkit3.changes 2012-07-02 11:04:05.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.libwebkit.new/libwebkit3.changes 2012-07-24 15:04:35.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Jul 1 19:45:16 UTC 2012 - dvaleev@suse.com + +- compile with --no-keep-memory on ppc. (fixes build) +- disable jit on arm and ppc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwebkit.spec ++++++ --- /var/tmp/diff_new_pack.Fe2fLN/_old 2012-07-24 15:04:35.000000000 +0200 +++ /var/tmp/diff_new_pack.Fe2fLN/_new 2012-07-24 15:04:35.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: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de