Hello community,

here is the log from the commit of package libwebkit for openSUSE:Factory 
checked in at 2012-03-19 09:58: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-03-01 
07:49:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libwebkit.new/libwebkit.changes 2012-03-19 
09:58:41.000000000 +0100
@@ -1,0 +2,24 @@
+Mon Mar 12 13:37:11 UTC 2012 - [email protected]
+
+- Update to version 1.7.91:
+  + Properly advertise flac support for the audio tag.
+  + Fix a WebProcess segmentation fault related to clipboard
+    handling.
+  + Add a Find API for WebKit2.
+  + Add zoom-text-only setting to WebKit2 GTK+ API.
+  + Miscellaneous build fixes.
+- Drop libwebkit-fix-gtk2.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Mon Feb 27 19:59:02 CET 2012 - [email protected]
+
+- Fix build on ARM (reducing functionality that is compiled in).
+  When building for ARM, pass these to configure:
+  --disable-webgl
+  --disable-sql-database
+  --disable-svg
+- Add some configure options: --enable-javascript-debugger
+  (useful), --disable-static and --enable-shared (since we care
+  only about shared libraries).
+
+-------------------------------------------------------------------
libwebkit3.changes: same change

Old:
----
  libwebkit-fix-gtk2.patch
  webkit-1.7.90.tar.xz

New:
----
  webkit-1.7.91.tar.xz

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

Other differences:
------------------
++++++ libwebkit.spec ++++++
--- /var/tmp/diff_new_pack.xMJCgm/_old  2012-03-19 09:58:43.000000000 +0100
+++ /var/tmp/diff_new_pack.xMJCgm/_new  2012-03-19 09:58:43.000000000 +0100
@@ -43,7 +43,7 @@
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0 ; LGPL-2.0+
 Group:          Development/Libraries/C and C++
-Version:        1.7.90
+Version:        1.7.91
 Release:        0
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions
 # FIXME: after 1.7.90, remove workaround in %%setup that is needed to fix the 
build
@@ -54,8 +54,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
-# PATCH-FIX-UPSTREAM libwebkit-fix-gtk2.patch [email protected] -- Fix build 
of the gtk+ 2 version, sent upstream by irc
-Patch3:         libwebkit-fix-gtk2.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -223,7 +221,6 @@
 %setup -q -n webkit-%{version}
 %patch0 -p1
 %patch2
-%patch3 -p1
 # FIXME: workaround needed in > 1.7.90 to fix build
 mkdir DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle
@@ -238,9 +235,17 @@
 %configure \
         --with-gtk=%{_gtkver} \
        --enable-geolocation \
-        --enable-introspection
-make
-#make %{?jobs:-j %jobs}
+        --enable-introspection \
+       --enable-javascript-debugger \
+%ifarch %arm
+       --disable-webgl \
+       --disable-sql-database \
+       --disable-svg \
+%endif
+       --disable-static \
+       --enable-shared
+#make VERBOSE=1 %{?jobs:-j %jobs}
+make VERBOSE=1
 
 %install
 %makeinstall

++++++ libwebkit3.spec ++++++
--- /var/tmp/diff_new_pack.xMJCgm/_old  2012-03-19 09:58:43.000000000 +0100
+++ /var/tmp/diff_new_pack.xMJCgm/_new  2012-03-19 09:58:43.000000000 +0100
@@ -43,7 +43,7 @@
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0 ; LGPL-2.0+
 Group:          Development/Libraries/C and C++
-Version:        1.7.90
+Version:        1.7.91
 Release:        0
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions
 # FIXME: after 1.7.90, remove workaround in %%setup that is needed to fix the 
build
@@ -54,8 +54,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
-# PATCH-FIX-UPSTREAM libwebkit-fix-gtk2.patch [email protected] -- Fix build 
of the gtk+ 2 version, sent upstream by irc
-Patch3:         libwebkit-fix-gtk2.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -223,7 +221,6 @@
 %setup -q -n webkit-%{version}
 %patch0 -p1
 %patch2
-%patch3 -p1
 # FIXME: workaround needed in > 1.7.90 to fix build
 mkdir DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle
@@ -238,9 +235,17 @@
 %configure \
         --with-gtk=%{_gtkver} \
        --enable-geolocation \
-        --enable-introspection
-make
-#make %{?jobs:-j %jobs}
+        --enable-introspection \
+       --enable-javascript-debugger \
+%ifarch %arm
+       --disable-webgl \
+       --disable-sql-database \
+       --disable-svg \
+%endif
+       --disable-static \
+       --enable-shared
+#make VERBOSE=1 %{?jobs:-j %jobs}
+make VERBOSE=1
 
 %install
 %makeinstall

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

Reply via email to