Hello community,

here is the log from the commit of package libwebkit for openSUSE:Factory 
checked in at 2012-08-23 16:05:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-24 
15:04:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwebkit.new/libwebkit.changes 2012-08-23 
16:05:06.000000000 +0200
@@ -1,0 +2,15 @@
+Thu Aug 16 06:12:38 UTC 2012 - [email protected]
+
+- fix build on ARM
+
+-------------------------------------------------------------------
+Wed Aug  8 12:28:29 UTC 2012 - [email protected]
+
+- Update to version 1.8.2:
+  + Fix continuous insertion of newlines in Etherpad.
+  + NPAPI plugin support for Windows.
+  + The spell checker now recognizes English-language contractions.
+  + Merge many security fixes from trunk.
+- Drop webkit-fix-llvmpipe-crash.patch: fixed upstream.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/libwebkit/libwebkit3.changes     2012-07-24 
15:04:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwebkit.new/libwebkit3.changes        
2012-08-23 16:05:06.000000000 +0200
@@ -2 +2,16 @@
-Sun Jul  1 19:45:16 UTC 2012 - [email protected]
+Thu Aug 16 06:12:38 UTC 2012 - [email protected]
+
+- fix build on ARM
+
+-------------------------------------------------------------------
+Wed Aug  8 12:28:29 UTC 2012 - [email protected]
+
+- Update to version 1.8.2:
+  + Fix continuous insertion of newlines in Etherpad.
+  + NPAPI plugin support for Windows.
+  + The spell checker now recognizes English-language contractions.
+  + Merge many security fixes from trunk.
+- Drop webkit-fix-llvmpipe-crash.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Sun Jul  1 19:45:04 UTC 2012 - [email protected]

Old:
----
  webkit-1.8.1.tar.xz
  webkit-fix-llvmpipe-crash.patch

New:
----
  webkit-1.8.2.tar.xz

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

Other differences:
------------------
++++++ libwebkit.spec ++++++
--- /var/tmp/diff_new_pack.41hebb/_old  2012-08-23 16:05:08.000000000 +0200
+++ /var/tmp/diff_new_pack.41hebb/_new  2012-08-23 16:05:08.000000000 +0200
@@ -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.8.1
+Version:        1.8.2
 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 webkit-fix-llvmpipe-crash.patch bnc#769185, bgo#673681 
[email protected] -- Fix crashes with llvmpipe, patch came from upstream 
trunk and was rebased for present version
-Patch3:         webkit-fix-llvmpipe-crash.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -77,14 +75,14 @@
 BuildRequires:  pkgconfig(freetype2) >= 9.0
 %if %{build_for_gtk3}
 BuildRequires:  pkgconfig(gail-3.0) >= 3.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
 BuildRequires:  pkgconfig(gtk+-unix-print-3.0)
 %else
 BuildRequires:  pkgconfig(gail) >= 1.8
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.10
 %endif
 BuildRequires:  pkgconfig(geoclue)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.31.8
+BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gstreamer-0.10) >= 0.10
 BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10) >= 0.10.30
 BuildRequires:  pkgconfig(libpng)
@@ -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
@@ -231,16 +228,18 @@
 
 %build
 %ifarch ppc64
-RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wl,--no-keep-memory 
-Wl,--reduce-memory-overheads -mminimal-toc"
+RPM_OPT_FLAGS+="-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
+RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-g/}"
 %endif
-%ifarch ppc ppc64
+%ifarch ppc ppc64 %arm
 %define extraconfigure --disable-jit
+RPM_OPT_FLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
 %endif
+
+export CFLAGS=" $RPM_OPT_FLAGS"
+export CXXFLAGS=" $RPM_OPT_FLAGS"
 %configure \
         --with-gtk=%{_gtkver} \
        --enable-geolocation \

libwebkit3.spec: same change
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to