Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2013-09-08 13:03:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libQtWebKit4 (Old)
 and      /work/SRC/openSUSE:Factory/.libQtWebKit4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libQtWebKit4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes        
2013-08-20 11:36:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2013-09-08 13:03:18.000000000 +0200
@@ -1,0 +2,21 @@
+Tue Sep  3 23:04:29 UTC 2013 - [email protected]
+
+- Update to 2.3.3
+  * Bugfix release
+  * QtWebKit displays the border radii (radius) of a button very ugly
+    (webkit#28113)
+  * Resource leak related to gstreamer and videos (webkit#109350)
+  * Fix minor memory leak in slot execution
+  * Potential use-after-free with an event fired at a
+    HTMLMediaElement which is currently being deleted (webkit#117466)
+
+-------------------------------------------------------------------
+Thu Aug 22 21:59:02 UTC 2013 - [email protected]
+
+- Dropped no-jit.patch, jit and assembler are now disabled on all
+  arches except x86_64, and that's defined through DEFINE passed
+  to build script as both require SSE2 instructions (bnc#837063)
+- Export LDFLAGS -Wl,--as-needed for reduced linkage
+- Added %{optflags} to qwebview building
+
+-------------------------------------------------------------------

Old:
----
  no-jit.patch
  qtwebkit-2.3.2.tar.gz

New:
----
  qtwebkit-2.3.3.tar.gz

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

Other differences:
------------------
++++++ libQtWebKit4.spec ++++++
--- /var/tmp/diff_new_pack.OJRNE9/_old  2013-09-08 13:03:21.000000000 +0200
+++ /var/tmp/diff_new_pack.OJRNE9/_new  2013-09-08 13:03:21.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           libQtWebKit4
-%define tar_version 2.3.2
+%define tar_version 2.3.3
 %define qt_version 4.8.5
 Version:        %{qt_version}+%{tar_version}
 Release:        0
@@ -50,8 +50,6 @@
 Patch11:        buffer-ranges.patch
 # PATCH-FIX-UPSTREAM aarch64-support.diff [email protected] -- add support for 
aarch64
 Patch12:        aarch64-support.patch
-# PATCH-FIX-UPSTREAM no-jit.patch [email protected] -- No JIT on aarch64 and 
powerpc
-Patch13:        no-jit.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -127,9 +125,15 @@
 %patch11 -p1
 %endif
 %patch12 -p1
-%patch13 -p1
 
 %build
+
+%ifnarch x86_64
+jitopts="DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 
DEFINES+=ENABLE_ASSEMBLER=0"
+%else
+jitopts=""
+%endif
+
 export QTDIR=%{_prefix}
 
 Tools/Scripts/build-webkit \
@@ -138,13 +142,17 @@
   --prefix=%{_prefix} \
   --no-webkit2 \
   --release \
-%ifarch %ix86
+%ifnarch x86_64
   --no-force-sse2 \
 %endif
-  --qmakearg="CONFIG+=production_build CONFIG+=use_system_icu 
QMAKE_CFLAGS+=\"${RPM_OPT_FLAGS} $(getconf LFS_CFLAGS)\" 
QMAKE_CXXFLAGS+=\"${RPM_OPT_FLAGS} $(getconf LFS_CFLAGS)\" 
DEFINES+=USE_GSTREAMER=1 DEFINES+=HAVE_LIBWEBP=1"
+  --qmakearg="CONFIG+=production_build CONFIG+=use_system_icu 
QMAKE_CFLAGS+=\"${RPM_OPT_FLAGS} $(getconf LFS_CFLAGS)\" 
QMAKE_CXXFLAGS+=\"${RPM_OPT_FLAGS} $(getconf LFS_CFLAGS)\" 
QMAKE_LFLAGS+="-Wl,--as-needed" DEFINES+=USE_GSTREAMER=1 
DEFINES+=HAVE_LIBWEBP=1 $jitopts"
 
 pushd tools/designer/src/plugins/qwebview/
 qmake
+qmake \
+      QMAKE_CXXFLAGS+="%{optflags}" \
+      QMAKE_CFLAGS+="%{optflags}" \
+      QMAKE_LFLAGS+="-Wl,--as-needed"
 make
 popd
 

++++++ qtwebkit-2.3.2.tar.gz -> qtwebkit-2.3.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/libQtWebKit4/qtwebkit-2.3.2.tar.gz 
/work/SRC/openSUSE:Factory/.libQtWebKit4.new/qtwebkit-2.3.3.tar.gz differ: char 
5, line 1

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

Reply via email to