From df095fa69f7840aa3b4dd84432d74a88f70af51b Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sun, 27 Apr 2014 16:41:20 -0300 Subject: Increase dfsg revision to 1 due to the new source tarball. --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4c184e6..bb34c97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -qtwebkit-opensource-src (5.2.1+dfsg-6) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.2.1+dfsg1-1) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * Rename libqt5webkit5-qmlwebkitplugin to qml-module-qtwebkit, adding proper @@ -10,6 +10,7 @@ qtwebkit-opensource-src (5.2.1+dfsg-6) UNRELEASED; urgency=medium debian/copyright. * Remove dygraph-combined.js from the original tarball: minified javascript without source. + * Increase dfsg revision to 1 due to the new source tarball. -- Debian Qt/KDE Maintainers Sun, 06 Apr 2014 10:04:08 -0300 -- cgit v1.2.3 From dbec55aff671dab28c3c7161e0723f06b5c46f1b Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Mon, 28 Apr 2014 11:51:21 -0300 Subject: Release to unstable. --- debian/changelog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb34c97..9bff1a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ -qtwebkit-opensource-src (5.2.1+dfsg1-1) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.2.1+dfsg1-1) unstable; urgency=medium - [ Lisandro Damián Nicanor Pérez Meyer ] * Rename libqt5webkit5-qmlwebkitplugin to qml-module-qtwebkit, adding proper Break and Replaces. * Add qtdeclarative5-dev as a dependency of libqt5webkit5-dev as it seems @@ -12,7 +11,7 @@ qtwebkit-opensource-src (5.2.1+dfsg1-1) UNRELEASED; urgency=medium without source. * Increase dfsg revision to 1 due to the new source tarball. - -- Debian Qt/KDE Maintainers Sun, 06 Apr 2014 10:04:08 -0300 + -- Lisandro Damián Nicanor Pérez Meyer Sun, 27 Apr 2014 22:23:04 -0300 qtwebkit-opensource-src (5.2.1+dfsg-5) unstable; urgency=medium -- cgit v1.2.3 From 2df792b9d516e9cb75ffbb028684e06f39335bfa Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sat, 17 May 2014 23:25:58 -0300 Subject: New upstream release. I'm cheating here, this has not happened yet but it will very soon. I'm doing this in order to get the fix for #742396 done. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9bff1a6..4fdcc9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 + qtwebkit-opensource-src (5.2.1+dfsg1-1) unstable; urgency=medium * Rename libqt5webkit5-qmlwebkitplugin to qml-module-qtwebkit, adding proper -- cgit v1.2.3 From 2c3a6ccf11f79a33a8ded3c64662e9fb949c2432 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sat, 17 May 2014 23:30:26 -0300 Subject: Do not build qtwebkit5-doc from this source anymore. --- debian/changelog | 4 ++++ debian/control | 12 ------------ debian/rules | 4 ++-- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4fdcc9a..78486d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium + [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. + * Do not build qtwebkit5-doc from this source anymore. It will now be built + from qttools. In this way we allow qttools to build depend upon + libqt5webkit5-dev without creating a circular dependency. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/control b/debian/control index 9f5335c..b42118a 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,6 @@ Build-Depends: bison, qtdeclarative5-private-dev (>= 5.2.1~), qtscript5-private-dev (>= 5.2.1~), ruby -Build-Depends-Indep: libqt5sql5-sqlite, qttools5-dev-tools (>= 5.2.1~) Standards-Version: 3.9.5 Section: libs Homepage: http://trac.webkit.org/wiki/QtWebKit @@ -104,17 +103,6 @@ Description: Web content engine library for Qt - debugging symbols . This package contains the debugging symbols for the Qt WebKit library. -Package: qtwebkit5-doc -Priority: extra -Architecture: all -Section: doc -Depends: ${misc:Depends} -Description: Qt 5 webkit documentation - Qt is a cross-platform C++ application framework. Qt's primary feature - is its rich set of widgets that provide standard GUI functionality. - . - This package contains the documentation for the Qt 5 webkit libraries. - Package: qtwebkit5-doc-html Priority: extra Architecture: all diff --git a/debian/rules b/debian/rules index d9578a0..f90dec5 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,7 @@ override_dh_auto_build-arch: dh_auto_build override_dh_auto_build-indep: - dh_auto_build -Smakefile -- docs + dh_auto_build -Smakefile -- html_docs override_dh_auto_install-arch: make install INSTALL_ROOT=$(CURDIR)/debian/tmp @@ -75,7 +75,7 @@ override_dh_auto_install-arch: rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la override_dh_auto_install-indep: - make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs + make INSTALL_ROOT=$(CURDIR)/debian/tmp install_html_docs override_dh_install: dh_install --fail-missing -- cgit v1.2.3 From bfe3aa9c1655f47f3c4da410026c813abef0c509 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sat, 17 May 2014 23:31:57 -0300 Subject: Do not force dh_builddeb to use xz compression: it's now the default. --- debian/changelog | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 78486d5..502f8ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium * Do not build qtwebkit5-doc from this source anymore. It will now be built from qttools. In this way we allow qttools to build depend upon libqt5webkit5-dev without creating a circular dependency. + * Do not force dh_builddeb to use xz compression: it's now the default. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/rules b/debian/rules index f90dec5..0813ae3 100755 --- a/debian/rules +++ b/debian/rules @@ -79,6 +79,3 @@ override_dh_auto_install-indep: override_dh_install: dh_install --fail-missing - -override_dh_builddeb: - dh_builddeb -- -Zxz -- cgit v1.2.3 From efc13dc33c6c0a55f9bacb8c57dd1fca4cf4d7a0 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 21 May 2014 15:46:26 -0300 Subject: Bump Qt build dependencies. --- debian/changelog | 1 + debian/control | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 502f8ef..ed2b28f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium from qttools. In this way we allow qttools to build depend upon libqt5webkit5-dev without creating a circular dependency. * Do not force dh_builddeb to use xz compression: it's now the default. + * Bump Qt build dependencies. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/control b/debian/control index b42118a..463ef09 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: bison, libicu-dev, libjpeg-dev, libpng-dev, - libqt5opengl5-dev (>= 5.2.1+dfsg~), - libqt5xmlpatterns5-private-dev (>= 5.2.1~), + libqt5opengl5-dev (>= 5.3.0+dfsg~), + libqt5xmlpatterns5-private-dev (>= 5.3.0~), libsqlite3-dev, libwebp-dev, libxcomposite-dev, @@ -32,9 +32,9 @@ Build-Depends: bison, pkg-kde-tools (>= 0.6.4), python-minimal, python2.7, - qtbase5-private-dev (>= 5.2.1+dfsg~), - qtdeclarative5-private-dev (>= 5.2.1~), - qtscript5-private-dev (>= 5.2.1~), + qtbase5-private-dev (>= 5.3.0+dfsg~), + qtdeclarative5-private-dev (>= 5.3.0~), + qtscript5-private-dev (>= 5.3.0~), ruby Standards-Version: 3.9.5 Section: libs -- cgit v1.2.3 From ae8f2fff3d56b269ff859995e93cd5e920047ed0 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Thu, 22 May 2014 19:38:28 -0300 Subject: Remove fix_ftbfs_in_archs_without_jit_support.patch Applied upstream. --- debian/changelog | 1 + .../fix_ftbfs_in_archs_without_jit_support.patch | 44 ---------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 debian/patches/fix_ftbfs_in_archs_without_jit_support.patch diff --git a/debian/changelog b/debian/changelog index ed2b28f..f331cf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium libqt5webkit5-dev without creating a circular dependency. * Do not force dh_builddeb to use xz compression: it's now the default. * Bump Qt build dependencies. + * Remove fix_ftbfs_in_archs_without_jit_support.patch, applied upstream. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/patches/fix_ftbfs_in_archs_without_jit_support.patch b/debian/patches/fix_ftbfs_in_archs_without_jit_support.patch deleted file mode 100644 index 27965ed..0000000 --- a/debian/patches/fix_ftbfs_in_archs_without_jit_support.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 433796d860326e4ffa344fd2b361f332470ad357 Mon Sep 17 00:00:00 2001 -From: Allan Sandfeld Jensen -Date: Fri, 21 Feb 2014 15:12:45 +0100 -Subject: [PATCH] Fix Qt WebKit build on architectures without JIT support - -The fallback LLINT interpreter was triggering YARR JIT which would -fail to compile and also trigger ENABLE_ASSEMBLER which would trigger -even more not to compile. YARR JIT is only supported on platforms with -valid JIT or native LLINT support. So we must avoid it when the fallback -is used - -Task-number: QTBUG-36969 -Change-Id: Ie94bcb316e192feb33ab528ddc3a328af154cebf ---- - Source/JavaScriptCore/bytecode/CodeBlock.cpp | 4 ++++ - Source/WTF/wtf/Platform.h | 2 +- - 2 files changed, 5 insertions(+), 1 deletion(-) - ---- a/Source/JavaScriptCore/bytecode/CodeBlock.cpp -+++ b/Source/JavaScriptCore/bytecode/CodeBlock.cpp -@@ -2947,8 +2947,12 @@ void CodeBlock::countReoptimization() - - unsigned CodeBlock::numberOfDFGCompiles() - { -+#if ENABLE(JIT) - ASSERT(JITCode::isBaselineCode(getJITType())); - return (JITCode::isOptimizingJIT(replacement()->getJITType()) ? 1 : 0) + m_reoptimizationRetryCounter; -+#else -+ return 0; -+#endif - } - - int32_t CodeBlock::codeTypeThresholdMultiplier() const ---- a/Source/WTF/wtf/Platform.h -+++ b/Source/WTF/wtf/Platform.h -@@ -872,7 +872,7 @@ - #define ENABLE_REGEXP_TRACING 0 - - /* Yet Another Regex Runtime - turned on by default for JIT enabled ports. */ --#if !defined(ENABLE_YARR_JIT) && (ENABLE(JIT) || ENABLE(LLINT_C_LOOP)) && !(OS(QNX) && PLATFORM(QT)) -+#if !defined(ENABLE_YARR_JIT) && !ENABLE(LLINT_C_LOOP) && !(OS(QNX) && PLATFORM(QT)) - #define ENABLE_YARR_JIT 1 - - /* Setting this flag compares JIT results with interpreter results. */ diff --git a/debian/patches/series b/debian/patches/series index 1ee8b12..9065b06 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ # Upstream patches -fix_ftbfs_in_archs_without_jit_support.patch dont_pollute_pri_and_pc_with_private_deps.patch # debian patches -- cgit v1.2.3 From b5330b1adbd53a2c45838c900ffbd0458944284c Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Thu, 22 May 2014 19:39:32 -0300 Subject: Also remove dont_pollute_pri_and_pc_with_private_deps.patch Applied upstream. --- debian/changelog | 3 +- ...dont_pollute_pri_and_pc_with_private_deps.patch | 47 ---------------------- debian/patches/series | 1 - 3 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 debian/patches/dont_pollute_pri_and_pc_with_private_deps.patch diff --git a/debian/changelog b/debian/changelog index f331cf2..2de169b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium libqt5webkit5-dev without creating a circular dependency. * Do not force dh_builddeb to use xz compression: it's now the default. * Bump Qt build dependencies. - * Remove fix_ftbfs_in_archs_without_jit_support.patch, applied upstream. + * Remove fix_ftbfs_in_archs_without_jit_support.patch and + dont_pollute_pri_and_pc_with_private_deps.patch, applied upstream. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/patches/dont_pollute_pri_and_pc_with_private_deps.patch b/debian/patches/dont_pollute_pri_and_pc_with_private_deps.patch deleted file mode 100644 index fb24c70..0000000 --- a/debian/patches/dont_pollute_pri_and_pc_with_private_deps.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 31a1ec780aaba33c1008b8dc7bca7da88bd297ff Mon Sep 17 00:00:00 2001 -From: Jocelyn Turcotte -Date: Tue, 28 Jan 2014 13:07:59 +0100 -Subject: [PATCH] Don't pollute .prl & .pc files with private dependencies - -Also change the creating_module check in needToLink to make sure that -only the main module will try to link directly with the WebCore and -JavaScriptCore static libraries. - -Task-number: QTBUG-35774 -Initial-patch-by: Oswald Buddenhagen -Change-Id: Ib5992e112803679837249400e98cb8c22636096d ---- - Source/widgetsapi.pri | 1 + - Tools/qmake/mkspecs/features/default_post.prf | 4 ++-- - 2 files changed, 3 insertions(+), 2 deletions(-) - -diff --git a/Source/widgetsapi.pri b/Source/widgetsapi.pri -index 7bdc0e1..335e371 100644 ---- a/Source/widgetsapi.pri -+++ b/Source/widgetsapi.pri -@@ -49,6 +49,7 @@ use?(3D_GRAPHICS): WEBKIT += ANGLE - WEBKIT += javascriptcore wtf webcore - - MODULE = webkitwidgets -+CONFIG += creating_module - - # We want the QtWebKit API forwarding includes to live in the root build dir. - MODULE_BASE_DIR = $$_PRO_FILE_PWD_ -diff --git a/Tools/qmake/mkspecs/features/default_post.prf b/Tools/qmake/mkspecs/features/default_post.prf -index 6fae22f..548005d 100644 ---- a/Tools/qmake/mkspecs/features/default_post.prf -+++ b/Tools/qmake/mkspecs/features/default_post.prf -@@ -171,8 +171,8 @@ contains(QT, webkit)|contains(QT, webkitwidgets) { - } - - defineTest(needToLink) { -- # The main dynamic library always needs to link in the intermediate libraries -- creating_module: return(true) -+ # The main module dynamic library always needs to link in the intermediate libraries -+ isEqual(MODULE, webkit): return(true) - - force_static_libs_as_shared { - # So do the individual libraries if they are dynamic --- -1.9.0 - diff --git a/debian/patches/series b/debian/patches/series index 9065b06..e56edc3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ # Upstream patches -dont_pollute_pri_and_pc_with_private_deps.patch # debian patches reduce_memory_usage.patch -- cgit v1.2.3 From 2a10bb6a17d3829603d3f97dce27e3e380ad6d8a Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Thu, 22 May 2014 19:40:27 -0300 Subject: Refresh no_gc_sections.diff. --- debian/changelog | 1 + debian/patches/no_gc_sections.diff | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2de169b..6b11110 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium * Bump Qt build dependencies. * Remove fix_ftbfs_in_archs_without_jit_support.patch and dont_pollute_pri_and_pc_with_private_deps.patch, applied upstream. + * Refresh no_gc_sections.diff. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/patches/no_gc_sections.diff b/debian/patches/no_gc_sections.diff index 4785e58..ffe5ec1 100644 --- a/debian/patches/no_gc_sections.diff +++ b/debian/patches/no_gc_sections.diff @@ -14,7 +14,7 @@ Last-Update: 2013-02-07 (add i686) --- a/Source/WebCore/WebCore.pri +++ b/Source/WebCore/WebCore.pri -@@ -299,7 +299,7 @@ mac { +@@ -301,7 +301,7 @@ mac { unix:!mac:*-g++*:QMAKE_CXXFLAGS += -ffunction-sections } unix:!mac:*-g++*:QMAKE_CXXFLAGS += -fdata-sections -- cgit v1.2.3 From 94385fe7817450c1f4132e93942c505aaf322895 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Thu, 22 May 2014 21:26:00 -0300 Subject: Headers in m-a path, -dev is now m-a: same. --- debian/changelog | 2 + debian/control | 1 + debian/libqt5webkit5-dev.install | 92 ++++++++++++++++++++-------------------- 3 files changed, 49 insertions(+), 46 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6b11110..ccc2dd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium * Remove fix_ftbfs_in_archs_without_jit_support.patch and dont_pollute_pri_and_pc_with_private_deps.patch, applied upstream. * Refresh no_gc_sections.diff. + * Install headers in their new multi-arch qualified path. Marhe the + development package as Multi-Arch: same. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/control b/debian/control index 463ef09..ee3e83b 100644 --- a/debian/control +++ b/debian/control @@ -45,6 +45,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qt5webkit.git;a=summ Package: libqt5webkit5-dev Section: libdevel Architecture: any +Multi-Arch: same Pre-Depends: dpkg (>= 1.15.6~) Depends: libqt5webkit5 (= ${binary:Version}), qtbase5-dev, diff --git a/debian/libqt5webkit5-dev.install b/debian/libqt5webkit5-dev.install index ce23ae7..38caf83 100644 --- a/debian/libqt5webkit5-dev.install +++ b/debian/libqt5webkit5-dev.install @@ -1,49 +1,49 @@ -usr/include/qt5/QtWebKit/QWebDatabase -usr/include/qt5/QtWebKit/QWebElement -usr/include/qt5/QtWebKit/QWebElementCollection -usr/include/qt5/QtWebKit/QWebFullScreenVideoHandler -usr/include/qt5/QtWebKit/QWebHapticFeedbackPlayer -usr/include/qt5/QtWebKit/QWebHistory -usr/include/qt5/QtWebKit/QWebHistoryInterface -usr/include/qt5/QtWebKit/QWebHistoryItem -usr/include/qt5/QtWebKit/QWebKitPlatformPlugin -usr/include/qt5/QtWebKit/QWebNotificationData -usr/include/qt5/QtWebKit/QWebNotificationPresenter -usr/include/qt5/QtWebKit/QWebPluginFactory -usr/include/qt5/QtWebKit/QWebSecurityOrigin -usr/include/qt5/QtWebKit/QWebSelectData -usr/include/qt5/QtWebKit/QWebSelectMethod -usr/include/qt5/QtWebKit/QWebSettings -usr/include/qt5/QtWebKit/QWebSpellChecker -usr/include/qt5/QtWebKit/QWebTouchModifier -usr/include/qt5/QtWebKit/QtWebKit -usr/include/qt5/QtWebKit/QtWebKitDepends -usr/include/qt5/QtWebKit/QtWebKitVersion -usr/include/qt5/QtWebKit/qtwebkitversion.h -usr/include/qt5/QtWebKit/qwebdatabase.h -usr/include/qt5/QtWebKit/qwebelement.h -usr/include/qt5/QtWebKit/qwebhistory.h -usr/include/qt5/QtWebKit/qwebhistoryinterface.h -usr/include/qt5/QtWebKit/qwebkitglobal.h -usr/include/qt5/QtWebKit/qwebkitplatformplugin.h -usr/include/qt5/QtWebKit/qwebpluginfactory.h -usr/include/qt5/QtWebKit/qwebsecurityorigin.h -usr/include/qt5/QtWebKit/qwebsettings.h -usr/include/qt5/QtWebKitWidgets/QGraphicsWebView -usr/include/qt5/QtWebKitWidgets/QWebFrame -usr/include/qt5/QtWebKitWidgets/QWebHitTestResult -usr/include/qt5/QtWebKitWidgets/QWebInspector -usr/include/qt5/QtWebKitWidgets/QWebPage -usr/include/qt5/QtWebKitWidgets/QWebView -usr/include/qt5/QtWebKitWidgets/QtWebKitWidgets -usr/include/qt5/QtWebKitWidgets/QtWebKitWidgetsDepends -usr/include/qt5/QtWebKitWidgets/QtWebKitWidgetsVersion -usr/include/qt5/QtWebKitWidgets/qgraphicswebview.h -usr/include/qt5/QtWebKitWidgets/qtwebkitwidgetsversion.h -usr/include/qt5/QtWebKitWidgets/qwebframe.h -usr/include/qt5/QtWebKitWidgets/qwebinspector.h -usr/include/qt5/QtWebKitWidgets/qwebpage.h -usr/include/qt5/QtWebKitWidgets/qwebview.h +usr/include/*/qt5/QtWebKit/QWebDatabase +usr/include/*/qt5/QtWebKit/QWebElement +usr/include/*/qt5/QtWebKit/QWebElementCollection +usr/include/*/qt5/QtWebKit/QWebFullScreenVideoHandler +usr/include/*/qt5/QtWebKit/QWebHapticFeedbackPlayer +usr/include/*/qt5/QtWebKit/QWebHistory +usr/include/*/qt5/QtWebKit/QWebHistoryInterface +usr/include/*/qt5/QtWebKit/QWebHistoryItem +usr/include/*/qt5/QtWebKit/QWebKitPlatformPlugin +usr/include/*/qt5/QtWebKit/QWebNotificationData +usr/include/*/qt5/QtWebKit/QWebNotificationPresenter +usr/include/*/qt5/QtWebKit/QWebPluginFactory +usr/include/*/qt5/QtWebKit/QWebSecurityOrigin +usr/include/*/qt5/QtWebKit/QWebSelectData +usr/include/*/qt5/QtWebKit/QWebSelectMethod +usr/include/*/qt5/QtWebKit/QWebSettings +usr/include/*/qt5/QtWebKit/QWebSpellChecker +usr/include/*/qt5/QtWebKit/QWebTouchModifier +usr/include/*/qt5/QtWebKit/QtWebKit +usr/include/*/qt5/QtWebKit/QtWebKitDepends +usr/include/*/qt5/QtWebKit/QtWebKitVersion +usr/include/*/qt5/QtWebKit/qtwebkitversion.h +usr/include/*/qt5/QtWebKit/qwebdatabase.h +usr/include/*/qt5/QtWebKit/qwebelement.h +usr/include/*/qt5/QtWebKit/qwebhistory.h +usr/include/*/qt5/QtWebKit/qwebhistoryinterface.h +usr/include/*/qt5/QtWebKit/qwebkitglobal.h +usr/include/*/qt5/QtWebKit/qwebkitplatformplugin.h +usr/include/*/qt5/QtWebKit/qwebpluginfactory.h +usr/include/*/qt5/QtWebKit/qwebsecurityorigin.h +usr/include/*/qt5/QtWebKit/qwebsettings.h +usr/include/*/qt5/QtWebKitWidgets/QGraphicsWebView +usr/include/*/qt5/QtWebKitWidgets/QWebFrame +usr/include/*/qt5/QtWebKitWidgets/QWebHitTestResult +usr/include/*/qt5/QtWebKitWidgets/QWebInspector +usr/include/*/qt5/QtWebKitWidgets/QWebPage +usr/include/*/qt5/QtWebKitWidgets/QWebView +usr/include/*/qt5/QtWebKitWidgets/QtWebKitWidgets +usr/include/*/qt5/QtWebKitWidgets/QtWebKitWidgetsDepends +usr/include/*/qt5/QtWebKitWidgets/QtWebKitWidgetsVersion +usr/include/*/qt5/QtWebKitWidgets/qgraphicswebview.h +usr/include/*/qt5/QtWebKitWidgets/qtwebkitwidgetsversion.h +usr/include/*/qt5/QtWebKitWidgets/qwebframe.h +usr/include/*/qt5/QtWebKitWidgets/qwebinspector.h +usr/include/*/qt5/QtWebKitWidgets/qwebpage.h +usr/include/*/qt5/QtWebKitWidgets/qwebview.h usr/lib/*/cmake/Qt5WebKit/Qt5WebKitConfig.cmake usr/lib/*/cmake/Qt5WebKit/Qt5WebKitConfigVersion.cmake usr/lib/*/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake -- cgit v1.2.3 From 0b34fd46a27459a9ad33212054da86d788bd78ec Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 23 May 2014 16:11:08 -0300 Subject: Remove private headers with m-a path. --- debian/changelog | 2 ++ debian/rules | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ccc2dd6..1d05103 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium * Refresh no_gc_sections.diff. * Install headers in their new multi-arch qualified path. Marhe the development package as Multi-Arch: same. + * Take into account the new multi-arch path for removing the private + headers. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/rules b/debian/rules index 0813ae3..81ed086 100755 --- a/debian/rules +++ b/debian/rules @@ -65,11 +65,11 @@ override_dh_auto_install-arch: -exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \; # Remove private headers - rm -rf debian/tmp/usr/include/qt5/QtWebKit/*/QtWebKit - rm -rf debian/tmp/usr/include/qt5/QtWebKitWidgets/*/QtWebKitWidgets + rm -rf debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebKit/*/QtWebKit + rm -rf debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebKitWidgets/*/QtWebKitWidgets # And associated files - rm -fv debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_webkit_private.pri - rm -fv debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_webkitwidgets_private.pri + rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_webkit_private.pri + rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_webkitwidgets_private.pri # Remove libtool-like files rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la -- cgit v1.2.3 From b254585cdea4ada1ac8affbbbadb1c8550907c1a Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 23 May 2014 16:11:40 -0300 Subject: Typo. --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1d05103..d7d3c0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium * Remove fix_ftbfs_in_archs_without_jit_support.patch and dont_pollute_pri_and_pc_with_private_deps.patch, applied upstream. * Refresh no_gc_sections.diff. - * Install headers in their new multi-arch qualified path. Marhe the + * Install headers in their new multi-arch qualified path. Mark the development package as Multi-Arch: same. * Take into account the new multi-arch path for removing the private headers. -- cgit v1.2.3 From 2721b14d43071465cfc79d9d33909c24ca4616d1 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 23 May 2014 20:17:32 -0300 Subject: Update symbols files with current build log. --- debian/changelog | 2 ++ debian/libqt5webkit5.symbols | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d7d3c0a..67adc93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium development package as Multi-Arch: same. * Take into account the new multi-arch path for removing the private headers. + * Update symbols files with current log. The missing symbols are private + stuff not present in any static method. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/libqt5webkit5.symbols b/debian/libqt5webkit5.symbols index 140d960..c09b83a 100644 --- a/debian/libqt5webkit5.symbols +++ b/debian/libqt5webkit5.symbols @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 5.2.1 amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 s390x sparc +# SymbolsHelper-Confirmed: 5.3.0 amd64 libQt5WebKit.so.5 libqt5webkit5 #MINVER# JSCheckScriptSyntax@Base 5.0.2 JSClassCreate@Base 5.0.2 @@ -1294,9 +1294,9 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZN12QWebSettings31offlineWebApplicationCacheQuotaEv@Base 5.0.2 _ZN12QWebSettings33setOfflineWebApplicationCachePathERK7QString@Base 5.0.2 _ZN12QWebSettings34setOfflineWebApplicationCacheQuotaEx@Base 5.0.2 - _ZN12QWebSettingsC1EPN7WebCore8SettingsE@Base 5.0.2 + _ZN12QWebSettingsC1EPN7WebCore8SettingsEPNS0_13GroupSettingsE@Base 5.3.0 _ZN12QWebSettingsC1Ev@Base 5.0.2 - _ZN12QWebSettingsC2EPN7WebCore8SettingsE@Base 5.0.2 + _ZN12QWebSettingsC2EPN7WebCore8SettingsEPNS0_13GroupSettingsE@Base 5.3.0 _ZN12QWebSettingsC2Ev@Base 5.0.2 _ZN12QWebSettingsD1Ev@Base 5.0.2 _ZN12QWebSettingsD2Ev@Base 5.0.2 @@ -1428,6 +1428,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZN15QWebPageAdapter18setContentEditableEb@Base 5.0.2 _ZN15QWebPageAdapter18setVisibilityStateENS_15VisibilityStateE@Base 5.2.0 _ZN15QWebPageAdapter18treatSchemeAsLocalERK7QString@Base 5.0.2 + _ZN15QWebPageAdapter19setDevicePixelRatioEf@Base 5.3.0 _ZN15QWebPageAdapter20networkAccessManagerEv@Base 5.0.2 _ZN15QWebPageAdapter20updateActionInternalENS_10MenuActionEPKcPbS3_@Base 5.0.2 _ZN15QWebPageAdapter21initializeWebCorePageEv@Base 5.0.2 @@ -3078,11 +3079,19 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZNSt6vectorIP6TField14pool_allocatorIS1_EE13_M_insert_auxIIRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S4_EEDpOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt6vectorIPN15DetectCallDepth12FunctionNodeE14pool_allocatorIS2_EE13_M_insert_auxIIRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S5_EEDpOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt6vectorIPN2pp13MacroExpander12MacroContextESaIS3_EE13_M_insert_auxIIRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 5.2.1 + (optional=templinst)_ZNSt6vectorIPcSaIS0_EE19_M_emplace_back_auxIIRKS0_EEEvDpOT_@Base 5.3.0 + (optional=templinst)_ZNSt6vectorIPcSaIS0_EE19_M_emplace_back_auxIIS0_EEEvDpOT_@Base 5.3.0 + (optional=templinst)_ZNSt6vectorIPcSaIS0_EE19_M_emplace_back_auxIJRKS0_EEEvDpOT_@Base 5.3.0 + (optional=templinst)_ZNSt6vectorIPcSaIS0_EE19_M_emplace_back_auxIJS0_EEEvDpOT_@Base 5.3.0 (optional=templinst|arch=sparc)_ZNSt6vectorIS_IN2pp5TokenESaIS1_EESaIS3_EE13_M_insert_auxIIS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt6vectorIS_IN2pp5TokenESaIS1_EESaIS3_EE7reserveEj@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt6vectorISsSaISsEE13_M_insert_auxIIRKSsEEEvN9__gnu_cxx17__normal_iteratorIPSsS1_EEDpOT_@Base 5.2.1 (optional=templinst|arch=!sparc)_ZNSt6vectorISsSaISsEE19_M_emplace_back_auxIIRKSsEEEvDpOT_@Base 5.2.0 + (optional=templinst)_ZNSt6vectorISsSaISsEE19_M_emplace_back_auxIISsEEEvDpOT_@Base 5.3.0 (optional=templinst|arch=!sparc)_ZNSt6vectorISsSaISsEE19_M_emplace_back_auxIJRKSsEEEvDpOT_@Base 5.2.0 + (optional=templinst)_ZNSt6vectorISsSaISsEE19_M_emplace_back_auxIJSsEEEvDpOT_@Base 5.3.0 + (optional=templinst)_ZNSt6vectorISsSaISsEED1Ev@Base 5.3.0 + (optional=templinst)_ZNSt6vectorISsSaISsEED2Ev@Base 5.3.0 (optional=templinst)_ZNSt6vectorISsSaISsEEaSERKS1_@Base 5.0.2 (optional=templinst|arch=sparc)_ZNSt6vectorISt3mapI10TBasicType10TPrecisionSt4lessIS1_ESaISt4pairIKS1_S2_EEESaIS9_EE13_M_insert_auxIIS9_EEEvN9__gnu_cxx17__normal_iteratorIPS9_SB_EEDpOT_@Base 5.2.1 (optional=templinst|arch=!sparc)_ZNSt6vectorISt3mapI10TBasicType10TPrecisionSt4lessIS1_ESaISt4pairIKS1_S2_EEESaIS9_EE19_M_emplace_back_auxIIS9_EEEvDpOT_@Base 5.2.0 @@ -3090,9 +3099,15 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZNSt6vectorIiSaIiEE13_M_insert_auxIIiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_@Base 5.2.1 (optional=templinst|arch=!sparc)_ZNSt6vectorIiSaIiEE19_M_emplace_back_auxIIiEEEvDpOT_@Base 5.2.0 (optional=templinst|arch=!sparc)_ZNSt6vectorIiSaIiEE19_M_emplace_back_auxIJiEEEvDpOT_@Base 5.2.0 + (optional=templinst)_ZNSt6vectorIjSaIjEE12emplace_backIIjEEEvDpOT_@Base 5.3.0 + (optional=templinst)_ZNSt6vectorIjSaIjEE12emplace_backIJjEEEvDpOT_@Base 5.3.0 (optional=templinst|arch=sparc)_ZNSt6vectorIjSaIjEE13_M_insert_auxIIRKjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt6vectorIjSaIjEE13_M_insert_auxIIjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_@Base 5.2.1 (optional=templinst|subst)_ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EE{size_t}RKj@Base 5.2.0 + (optional=templinst)_ZNSt6vectorIjSaIjEE19_M_emplace_back_auxIIjEEEvDpOT_@Base 5.3.0 + (optional=templinst)_ZNSt6vectorIjSaIjEE19_M_emplace_back_auxIJjEEEvDpOT_@Base 5.3.0 + (optional=templinst)_ZNSt6vectorImSaImEE12emplace_backIImEEEvDpOT_@Base 5.3.0 + (optional=templinst)_ZNSt6vectorImSaImEE12emplace_backIJmEEEvDpOT_@Base 5.3.0 (optional=templinst|subst|arch=!sparc)_ZNSt6vectorI{size_t}SaI{size_t}EE19_M_emplace_back_auxIIRK{size_t}EEEvDpOT_@Base 5.2.0 (optional=templinst|subst|arch=!sparc)_ZNSt6vectorI{size_t}SaI{size_t}EE19_M_emplace_back_auxII{size_t}EEEvDpOT_@Base 5.2.0 (optional=templinst|subst|arch=!sparc)_ZNSt6vectorI{size_t}SaI{size_t}EE19_M_emplace_back_auxIJRK{size_t}EEEvDpOT_@Base 5.2.0 @@ -3151,9 +3166,16 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE24_M_get_insert_unique_posERS1_@Base 5.2.0 (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 5.2.0 (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 5.0.2 + (optional=templinst)_ZNSt8_Rb_treeISt4pairIimES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIS1_EES0_ISt17_Rb_tree_iteratorIS1_EbEOT_@Base 5.3.0 + (optional=templinst)_ZNSt8_Rb_treeISt4pairIimES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E@Base 5.3.0 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIiSt4pairIKiP12TGraphSymbolESt10_Select1stIS4_ESt4lessIiE14pool_allocatorIS4_EE10_M_insert_IRS0_IiS3_EEESt17_Rb_tree_iteratorIS4_EPKSt18_Rb_tree_node_baseSJ_OT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIiSt4pairIKiP12TGraphSymbolESt10_Select1stIS4_ESt4lessIiE14pool_allocatorIS4_EE16_M_insert_uniqueIRS0_IiS3_EEES0_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIiSt4pairIKiP12TGraphSymbolESt10_Select1stIS4_ESt4lessIiE14pool_allocatorIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E@Base 5.2.1 + (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE16_M_insert_uniqueIRKmEESt4pairISt17_Rb_tree_iteratorImEbEOT_@Base 5.3.0 + (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE4findERKm@Base 5.3.0 + (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE5eraseERKm@Base 5.3.0 + (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE7_M_copyEPKSt13_Rb_tree_nodeImEPS7_@Base 5.3.0 + (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE8_M_eraseEPSt13_Rb_tree_nodeImE@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt10__pop_heapIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEPFbRKS4_S7_EEvT_SA_SA_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt10__pop_heapIPN3WTF6StringEPFbRKS1_S4_EEvT_S7_S7_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt11__push_heapIN7WebCore17TimerHeapIteratorEiPNS0_9TimerBaseENS0_25TimerHeapLessThanFunctionEEvT_T0_S6_T1_T2_@Base 5.2.1 @@ -3168,6 +3190,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt12partial_sortIPjEvT_S1_S1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIN7WebCore17TimerHeapIteratorEiPNS0_9TimerBaseENS0_25TimerHeapLessThanFunctionEEvT_T0_S6_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIP13TVariableInfoSt6vectorIS2_SaIS2_EEEEiS2_21TVariableInfoComparerEvT_T0_SA_T1_T2_@Base 5.2.1 + (optional=templinst)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEElmEvT_T0_S8_T1_@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPN3WTF6RefPtrIN7WebCore16MutationObserverEEEiS4_NS3_16ObserverLessThanEEvT_T0_S8_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEiS4_PFbRKS4_S7_EEvT_T0_SB_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPN3WTF6StringEiS1_PFbRKS1_S4_EEvT_T0_S8_T1_T2_@Base 5.2.1 @@ -3201,6 +3224,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt13move_backwardIPN7WebCore20CSSGradientColorStopES2_ET0_T_S4_S3_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13move_backwardIPSt4pairIN7WebCore4KURLES2_ES4_ET0_T_S6_S5_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIP13TVariableInfoSt6vectorIS2_SaIS2_EEEE21TVariableInfoComparerEvT_S9_T0_@Base 5.2.1 + (optional=templinst)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEvT_S7_@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPN3WTF6RefPtrIN7WebCore16MutationObserverEEENS3_16ObserverLessThanEEvT_S7_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEPFbRKS4_S7_EEvT_SA_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPN3WTF6StringEPFbRKS1_S4_EEvT_S7_T0_@Base 5.2.1 @@ -3226,6 +3250,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst)_ZSt16__insertion_sortIPiEvT_S1_@Base 5.0.2 (optional=templinst)_ZSt16__insertion_sortIPjEvT_S1_@Base 5.0.2 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIP13TVariableInfoSt6vectorIS2_SaIS2_EEEEi21TVariableInfoComparerEvT_S9_T0_T1_@Base 5.2.1 + (optional=templinst)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEElEvT_S7_T0_@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPN3WTF6RefPtrIN7WebCore16MutationObserverEEEiNS3_16ObserverLessThanEEvT_S7_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEiPFbRKS4_S7_EEvT_SA_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPN3WTF6StringEiPFbRKS1_S4_EEvT_S7_T0_T1_@Base 5.2.1 @@ -3385,6 +3410,8 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZTIN3JSC8DebuggerE@Base 5.0.2 (arch=sparc)_ZTISt15basic_stringbufIcSt11char_traitsIcE14pool_allocatorIcEE@Base 5.2.1 (arch=sparc)_ZTISt19basic_ostringstreamIcSt11char_traitsIcE14pool_allocatorIcEE@Base 5.2.1 + _ZTIZ26leveldb_writebatch_iterateE1H@Base 5.3.0 + _ZTIZ33leveldb_filterpolicy_create_bloomE7Wrapper@Base 5.3.0 _ZTS11QWebKitTest@Base 5.0.2 _ZTS13QQuickWebPage@Base 5.0.2 _ZTS13QQuickWebView@Base 5.0.2 -- cgit v1.2.3 From 70ac0a1eaf626be3df4040bb4e10275ecc4f56cd Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 23 May 2014 21:34:33 -0300 Subject: Remove the transitional package libqt5webkit5-qmlwebkitplugin. --- debian/changelog | 1 + debian/control | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 67adc93..13fdc67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium headers. * Update symbols files with current log. The missing symbols are private stuff not present in any static method. + * Remove the transitional package libqt5webkit5-qmlwebkitplugin. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/control b/debian/control index ee3e83b..9ab9dfd 100644 --- a/debian/control +++ b/debian/control @@ -69,16 +69,6 @@ Description: Web content engine library for Qt . This package contains the QtWebKit libraries. -Package: libqt5webkit5-qmlwebkitplugin -Architecture: all -Section: oldlibs -Depends: qml-module-qtwebkit, ${misc:Depends} -Description: transitional dummy package for Qt WebKit QML module - QtWebKit provides a Web browser engine that makes it easy to embed content - from the World Wide Web into your Qt application. - . - This is a transitional dummy package which can be safely removed. - Package: qml-module-qtwebkit Architecture: any Multi-Arch: same -- cgit v1.2.3 From 6b6d337366641e11b77aae9d2e88d438c178ef86 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 23 May 2014 21:52:48 -0300 Subject: Switch debugging symbols for amd64 to gstabs. Until I'm able to build them again or find another solution. --- debian/changelog | 2 ++ debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 13fdc67..53706b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium * Update symbols files with current log. The missing symbols are private stuff not present in any static method. * Remove the transitional package libqt5webkit5-qmlwebkitplugin. + * Switch debugging symbols for amd64 to gstabs until we are able to build + normal symbols again. -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/rules b/debian/rules index 81ed086..0911513 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,8 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -gstab_architectures := i386 powerpc s390x -fulldebug_architectures := amd64 +gstab_architectures := amd64 i386 powerpc s390x +fulldebug_architectures := none disabled_jit_architectures := armel mips mipsel %: -- cgit v1.2.3 From 8ea53e91d729c2c7cff71cc530906f9ae7c3b2cb Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 23 May 2014 23:53:56 -0300 Subject: Release to experimental. --- debian/changelog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 53706b2..038d398 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ -qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium - [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. * Do not build qtwebkit5-doc from this source anymore. It will now be built from qttools. In this way we allow qttools to build depend upon @@ -20,7 +19,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium * Switch debugging symbols for amd64 to gstabs until we are able to build normal symbols again. - -- Debian Qt/KDE Maintainers Sat, 17 May 2014 23:25:31 -0300 + -- Lisandro Damián Nicanor Pérez Meyer Fri, 23 May 2014 21:53:24 -0300 qtwebkit-opensource-src (5.2.1+dfsg1-1) unstable; urgency=medium -- cgit v1.2.3 From dc1f31ecb5d8df40d76a48b086fe8c7b9e87b8b8 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sat, 24 May 2014 14:04:53 -0300 Subject: New changelog entry. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 038d398..efec3bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +qtwebkit-opensource-src (5.3.0+dfsg-2) UNRELEASED; urgency=medium + + -- Debian Qt/KDE Maintainers Sat, 24 May 2014 14:04:43 -0300 + qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium * New upstream release. -- cgit v1.2.3 From 5146118e27fd0b5b0e8716a21d5e49a71d7c02be Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sat, 24 May 2014 14:07:13 -0300 Subject: Make libqt5webkit5-dev depend upon libqt5opengl5-dev. --- debian/changelog | 4 ++++ debian/control | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index efec3bf..7cdeb32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ qtwebkit-opensource-src (5.3.0+dfsg-2) UNRELEASED; urgency=medium + [ Lisandro Damián Nicanor Pérez Meyer ] + * Make libqt5webkit5-dev depend upon libqt5opengl5-dev as the packages that + build against libqt5widget5 will need to link against libqt5opengl5. + -- Debian Qt/KDE Maintainers Sat, 24 May 2014 14:04:43 -0300 qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 9ab9dfd..0ef956a 100644 --- a/debian/control +++ b/debian/control @@ -48,6 +48,7 @@ Architecture: any Multi-Arch: same Pre-Depends: dpkg (>= 1.15.6~) Depends: libqt5webkit5 (= ${binary:Version}), + libqt5webkit5-dev, qtbase5-dev, qtdeclarative5-dev, ${misc:Depends} -- cgit v1.2.3 From b1cf0f9b5a4cce1f896e5c80a7737010e4941841 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sat, 24 May 2014 14:15:17 -0300 Subject: Revert "Make libqt5webkit5-dev depend upon libqt5opengl5-dev." This reverts commit 5146118e27fd0b5b0e8716a21d5e49a71d7c02be. This is not right, this is a bug in webkit. --- debian/changelog | 4 ---- debian/control | 1 - 2 files changed, 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7cdeb32..efec3bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,5 @@ qtwebkit-opensource-src (5.3.0+dfsg-2) UNRELEASED; urgency=medium - [ Lisandro Damián Nicanor Pérez Meyer ] - * Make libqt5webkit5-dev depend upon libqt5opengl5-dev as the packages that - build against libqt5widget5 will need to link against libqt5opengl5. - -- Debian Qt/KDE Maintainers Sat, 24 May 2014 14:04:43 -0300 qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 0ef956a..9ab9dfd 100644 --- a/debian/control +++ b/debian/control @@ -48,7 +48,6 @@ Architecture: any Multi-Arch: same Pre-Depends: dpkg (>= 1.15.6~) Depends: libqt5webkit5 (= ${binary:Version}), - libqt5webkit5-dev, qtbase5-dev, qtdeclarative5-dev, ${misc:Depends} -- cgit v1.2.3 From 0c99b071e110ed34cffaab424fd9c467e0733bf3 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 6 Jun 2014 00:13:10 -0300 Subject: Update symbols files with buildds' logs. --- debian/changelog | 3 +++ debian/libqt5webkit5.symbols | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index efec3bf..7911745 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ qtwebkit-opensource-src (5.3.0+dfsg-2) UNRELEASED; urgency=medium + [ Lisandro Damián Nicanor Pérez Meyer ] + * Update symbols files with buildds' logs. + -- Debian Qt/KDE Maintainers Sat, 24 May 2014 14:04:43 -0300 qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium diff --git a/debian/libqt5webkit5.symbols b/debian/libqt5webkit5.symbols index c09b83a..a9a7f8d 100644 --- a/debian/libqt5webkit5.symbols +++ b/debian/libqt5webkit5.symbols @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 5.3.0 amd64 +# SymbolsHelper-Confirmed: 5.3.0 amd64 s390x libQt5WebKit.so.5 libqt5webkit5 #MINVER# JSCheckScriptSyntax@Base 5.0.2 JSClassCreate@Base 5.0.2 @@ -3172,7 +3172,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIiSt4pairIKiP12TGraphSymbolESt10_Select1stIS4_ESt4lessIiE14pool_allocatorIS4_EE16_M_insert_uniqueIRS0_IiS3_EEES0_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIiSt4pairIKiP12TGraphSymbolESt10_Select1stIS4_ESt4lessIiE14pool_allocatorIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E@Base 5.2.1 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE16_M_insert_uniqueIRKmEESt4pairISt17_Rb_tree_iteratorImEbEOT_@Base 5.3.0 - (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE4findERKm@Base 5.3.0 + (optional=templinst|arch=amd64)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE4findERKm@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE5eraseERKm@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE7_M_copyEPKSt13_Rb_tree_nodeImEPS7_@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE8_M_eraseEPSt13_Rb_tree_nodeImE@Base 5.3.0 -- cgit v1.2.3 From e29c32659be009d3b7d528ac8bb44477be70c9c7 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 6 Jun 2014 00:18:39 -0300 Subject: Switch back to build full debugging symbols on amd64. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7911745..41ccb69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-2) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * Update symbols files with buildds' logs. + * Switch back to build full debugging symbols on amd64. -- Debian Qt/KDE Maintainers Sat, 24 May 2014 14:04:43 -0300 diff --git a/debian/rules b/debian/rules index 0911513..81ed086 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,8 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -gstab_architectures := amd64 i386 powerpc s390x -fulldebug_architectures := none +gstab_architectures := i386 powerpc s390x +fulldebug_architectures := amd64 disabled_jit_architectures := armel mips mipsel %: -- cgit v1.2.3 From 00402e4334ec847022298a333888b19263b5b42f Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 6 Jun 2014 09:42:45 -0300 Subject: Release to unstable. --- debian/changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 41ccb69..28dc720 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -qtwebkit-opensource-src (5.3.0+dfsg-2) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.0+dfsg-2) unstable; urgency=medium - [ Lisandro Damián Nicanor Pérez Meyer ] + * Upload to unstable. * Update symbols files with buildds' logs. * Switch back to build full debugging symbols on amd64. - -- Debian Qt/KDE Maintainers Sat, 24 May 2014 14:04:43 -0300 + -- Lisandro Damián Nicanor Pérez Meyer Fri, 06 Jun 2014 00:31:56 -0300 qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium -- cgit v1.2.3 From 17bbf972461c02ca167621a8c5fd70ce1b1165b1 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Thu, 26 Jun 2014 23:27:41 -0300 Subject: New changelog entry. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 28dc720..0c73a0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +qtwebkit-opensource-src (5.3.0+dfsg-3) UNRELEASED; urgency=medium + + -- Debian Qt/KDE Maintainers Thu, 26 Jun 2014 23:27:29 -0300 + qtwebkit-opensource-src (5.3.0+dfsg-2) unstable; urgency=medium * Upload to unstable. -- cgit v1.2.3 From 29db1ff902ee50d3841548d865c30cd26faf316e Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Thu, 26 Jun 2014 23:28:11 -0300 Subject: New upstream release. --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0c73a0c..b4fe40c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,7 @@ -qtwebkit-opensource-src (5.3.0+dfsg-3) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium + + [ Lisandro Damián Nicanor Pérez Meyer ] + * New upstream release. -- Debian Qt/KDE Maintainers Thu, 26 Jun 2014 23:27:29 -0300 -- cgit v1.2.3 From db19c58692f5601168ed49b321a68eabeeb0c08b Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Thu, 26 Jun 2014 23:29:51 -0300 Subject: Bump Qt build dependencies. --- debian/changelog | 1 + debian/control | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index b4fe40c..0deb7c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. + * Bump Qt build dependencies. -- Debian Qt/KDE Maintainers Thu, 26 Jun 2014 23:27:29 -0300 diff --git a/debian/control b/debian/control index 9ab9dfd..97cb1e8 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: bison, libicu-dev, libjpeg-dev, libpng-dev, - libqt5opengl5-dev (>= 5.3.0+dfsg~), - libqt5xmlpatterns5-private-dev (>= 5.3.0~), + libqt5opengl5-dev (>= 5.3.1+dfsg~), + libqt5xmlpatterns5-private-dev (>= 5.3.1~), libsqlite3-dev, libwebp-dev, libxcomposite-dev, @@ -32,9 +32,9 @@ Build-Depends: bison, pkg-kde-tools (>= 0.6.4), python-minimal, python2.7, - qtbase5-private-dev (>= 5.3.0+dfsg~), - qtdeclarative5-private-dev (>= 5.3.0~), - qtscript5-private-dev (>= 5.3.0~), + qtbase5-private-dev (>= 5.3.1+dfsg~), + qtdeclarative5-private-dev (>= 5.3.1~), + qtscript5-private-dev (>= 5.3.1~), ruby Standards-Version: 3.9.5 Section: libs -- cgit v1.2.3 From 9287caaf8a90637ba76c923881c8f518d0eeab43 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 27 Jun 2014 00:00:25 -0300 Subject: Update symbols files with buildds' logs. --- debian/changelog | 1 + debian/libqt5webkit5.symbols | 59 +++++++++++++++++++++----------------------- 2 files changed, 29 insertions(+), 31 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0deb7c7..875e257 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. * Bump Qt build dependencies. + * Update symbols files with buildds' logs. -- Debian Qt/KDE Maintainers Thu, 26 Jun 2014 23:27:29 -0300 diff --git a/debian/libqt5webkit5.symbols b/debian/libqt5webkit5.symbols index a9a7f8d..733f36d 100644 --- a/debian/libqt5webkit5.symbols +++ b/debian/libqt5webkit5.symbols @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 5.3.0 amd64 s390x +# SymbolsHelper-Confirmed: 5.3.1 arm64 kfreebsd-amd64 mips64el ppc64 sparc64 libQt5WebKit.so.5 libqt5webkit5 #MINVER# JSCheckScriptSyntax@Base 5.0.2 JSClassCreate@Base 5.0.2 @@ -1370,9 +1370,9 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZN13QQuickWebViewD0Ev@Base 5.0.2 _ZN13QQuickWebViewD1Ev@Base 5.0.2 _ZN13QQuickWebViewD2Ev@Base 5.0.2 - _ZN13QSGRenderNodeD0Ev@Base 5.0.2 - _ZN13QSGRenderNodeD1Ev@Base 5.0.2 - _ZN13QSGRenderNodeD2Ev@Base 5.0.2 + (optional=gccinternal|arch=kfreebsd-amd64)_ZN13QSGRenderNodeD0Ev@Base 5.3.1 + (optional=gccinternal|arch=kfreebsd-amd64)_ZN13QSGRenderNodeD1Ev@Base 5.3.1 + (optional=gccinternal|arch=kfreebsd-amd64)_ZN13QSGRenderNodeD2Ev@Base 5.3.1 _ZN14OpaqueJSString6createERKN3WTF6StringE@Base 5.0.2 _ZN14QWebPluginInfo10setEnabledEb@Base 5.0.2 _ZN14QWebPluginInfoC1EPN7WebCore13PluginPackageE@Base 5.0.2 @@ -1718,9 +1718,9 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZN21QtPluginWidgetAdapter16staticMetaObjectE@Base 5.0.2 _ZN21QtPluginWidgetAdapterC1Ev@Base 5.0.2 _ZN21QtPluginWidgetAdapterC2Ev@Base 5.0.2 - _ZN21QtPluginWidgetAdapterD0Ev@Base 5.0.2 - _ZN21QtPluginWidgetAdapterD1Ev@Base 5.0.2 - _ZN21QtPluginWidgetAdapterD2Ev@Base 5.0.2 + (optional=gccinternal|arch=kfreebsd-amd64)_ZN21QtPluginWidgetAdapterD0Ev@Base 5.3.1 + (optional=gccinternal|arch=kfreebsd-amd64)_ZN21QtPluginWidgetAdapterD1Ev@Base 5.3.1 + (optional=gccinternal|arch=kfreebsd-amd64)_ZN21QtPluginWidgetAdapterD2Ev@Base 5.3.1 _ZN22QWebHistoryItemPrivate4coreEPK15QWebHistoryItem@Base 5.0.2 _ZN23DumpRenderTreeSupportQt10initializeEv@Base 5.0.2 _ZN23DumpRenderTreeSupportQt11clearOpenerEP16QWebFrameAdapter@Base 5.0.2 @@ -2599,8 +2599,8 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZN3WTF9MediaTimeaSERKS0_@Base 5.0.2 (arch=amd64 kfreebsd-amd64 powerpc s390x)_ZN3WTF9dataLogFVEPKcP13__va_list_tag@Base 5.2.1 (arch=hurd-i386 i386 kfreebsd-i386 ppc64)_ZN3WTF9dataLogFVEPKcPc@Base 5.2.1 - (arch=mips mipsel sparc)_ZN3WTF9dataLogFVEPKcPv@Base 5.2.1 - (arch=armel armhf)_ZN3WTF9dataLogFVEPKcSt9__va_list@Base 5.2.1 + (arch=mips mips64el mipsel sparc sparc64)_ZN3WTF9dataLogFVEPKcPv@Base 5.3.1 + (arch=arm64 armel armhf)_ZN3WTF9dataLogFVEPKcSt9__va_list@Base 5.3.1 _ZN3WTF9dayInYearEdi@Base 5.0.2 _ZN3WTF9dayInYearEiii@Base 5.2.0 _ZN3WTF9emptyAtomE@Base 5.0.2 @@ -2894,8 +2894,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZNK25QQuickWebViewExperimental9userAgentEv@Base 5.0.2 _ZNK3JSC10JSFunction10sourceCodeEv@Base 5.0.2 _ZNK3JSC10JSFunction23isHostFunctionNonInlineEv@Base 5.0.2 - (arch=amd64 kfreebsd-amd64 ppc64 s390x)_ZNK3JSC11Interpreter18retrieveLastCallerEPNS_9ExecStateERiRlRN3WTF6StringERNS_7JSValueE@Base 5.2.1 - (arch=!amd64 !kfreebsd-amd64 !ppc64 !s390x)_ZNK3JSC11Interpreter18retrieveLastCallerEPNS_9ExecStateERiS3_RN3WTF6StringERNS_7JSValueE@Base 5.0.2 + _ZNK3JSC11Interpreter18retrieveLastCallerEPNS_9ExecStateERiRlRN3WTF6StringERNS_7JSValueE@Base 5.3.1 _ZNK3JSC12JSRopeString11resolveRopeEPNS_9ExecStateE@Base 5.0.2 _ZNK3JSC12PropertySlot14functionGetterEPNS_9ExecStateE@Base 5.0.2 _ZNK3JSC17DebuggerCallFrame10thisObjectEv@Base 5.0.2 @@ -3112,18 +3111,16 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|subst|arch=!sparc)_ZNSt6vectorI{size_t}SaI{size_t}EE19_M_emplace_back_auxII{size_t}EEEvDpOT_@Base 5.2.0 (optional=templinst|subst|arch=!sparc)_ZNSt6vectorI{size_t}SaI{size_t}EE19_M_emplace_back_auxIJRK{size_t}EEEvDpOT_@Base 5.2.0 (optional=templinst|subst|arch=!sparc)_ZNSt6vectorI{size_t}SaI{size_t}EE19_M_emplace_back_auxIJ{size_t}EEEvDpOT_@Base 5.2.0 - (optional=templinst|subst)_ZNSt6vectorI{size_t}SaI{size_t}EE7reserveE{size_t}@Base 5.2.0 + (optional=templinst|subst|arch=kfreebsd-amd64)_ZNSt6vectorI{size_t}SaI{size_t}EE7reserveE{size_t}@Base 5.2.0 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE10_M_insert_IS4_EESt17_Rb_tree_iteratorIS4_EPKSt18_Rb_tree_node_baseSG_OT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE16_M_insert_uniqueIS4_EES1_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE17_M_insert_unique_IS4_EESt17_Rb_tree_iteratorIS4_ESt23_Rb_tree_const_iteratorIS4_EOT_@Base 5.2.1 (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIRS2_EESF_IIEEEEESt17_Rb_tree_iteratorIS4_ESt23_Rb_tree_const_iteratorIS4_EDpOT_@Base 5.2.0 (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS2_EESF_IJEEEEESt17_Rb_tree_iteratorIS4_ESt23_Rb_tree_const_iteratorIS4_EDpOT_@Base 5.2.0 (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_@Base 5.0.2 - (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 5.2.0 + (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 5.2.0 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4swapERSA_@Base 5.2.1 (optional=templinst)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E@Base 5.0.2 - (optional=templinst|arch=!amd64 !armel !armhf !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EEC1EOSA_@Base 5.2.1 - (optional=templinst|arch=!amd64 !armel !armhf !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EEC2EOSA_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIP10TGraphNodeS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE10_M_insert_IRKS1_EESt17_Rb_tree_iteratorIS1_EPKSt18_Rb_tree_node_baseSF_OT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIP10TGraphNodeS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIP10TGraphNodeS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E@Base 5.2.1 @@ -3149,8 +3146,8 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIOSsEESE_IIEEEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EDpOT_@Base 5.2.0 (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOSsEESE_IJEEEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EDpOT_@Base 5.2.0 (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE24_M_get_insert_unique_posERS1_@Base 5.0.2 - (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_@Base 5.2.0 - (optional=templinst|arch=amd64 armel armhf kfreebsd-amd64)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE4findERS1_@Base 5.2.0 + (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_@Base 5.2.0 + (optional=templinst|arch=amd64 arm64 armel armhf kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE4findERS1_@Base 5.2.0 (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E@Base 5.0.2 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeISsSt4pairIKSsN2pp5MacroEESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_IS0_ISsS3_EEESt17_Rb_tree_iteratorIS4_EPKSt18_Rb_tree_node_baseSH_OT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeISsSt4pairIKSsN2pp5MacroEESt10_Select1stIS4_ESt4lessISsESaIS4_EE16_M_insert_uniqueIS0_ISsS3_EEES0_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 5.2.1 @@ -3164,7 +3161,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIOSsEESD_IIEEEEESt17_Rb_tree_iteratorIS2_ESt23_Rb_tree_const_iteratorIS2_EDpOT_@Base 5.2.0 (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOSsEESD_IJEEEEESt17_Rb_tree_iteratorIS2_ESt23_Rb_tree_const_iteratorIS2_EDpOT_@Base 5.2.0 (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE24_M_get_insert_unique_posERS1_@Base 5.2.0 - (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 5.2.0 + (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 5.2.0 (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 5.0.2 (optional=templinst)_ZNSt8_Rb_treeISt4pairIimES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIS1_EES0_ISt17_Rb_tree_iteratorIS1_EbEOT_@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeISt4pairIimES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E@Base 5.3.0 @@ -3172,7 +3169,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIiSt4pairIKiP12TGraphSymbolESt10_Select1stIS4_ESt4lessIiE14pool_allocatorIS4_EE16_M_insert_uniqueIRS0_IiS3_EEES0_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIiSt4pairIKiP12TGraphSymbolESt10_Select1stIS4_ESt4lessIiE14pool_allocatorIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E@Base 5.2.1 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE16_M_insert_uniqueIRKmEESt4pairISt17_Rb_tree_iteratorImEbEOT_@Base 5.3.0 - (optional=templinst|arch=amd64)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE4findERKm@Base 5.3.0 + (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE4findERKm@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE5eraseERKm@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE7_M_copyEPKSt13_Rb_tree_nodeImEPS7_@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE8_M_eraseEPSt13_Rb_tree_nodeImE@Base 5.3.0 @@ -3190,7 +3187,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt12partial_sortIPjEvT_S1_S1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIN7WebCore17TimerHeapIteratorEiPNS0_9TimerBaseENS0_25TimerHeapLessThanFunctionEEvT_T0_S6_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIP13TVariableInfoSt6vectorIS2_SaIS2_EEEEiS2_21TVariableInfoComparerEvT_T0_SA_T1_T2_@Base 5.2.1 - (optional=templinst)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEElmEvT_T0_S8_T1_@Base 5.3.0 + (optional=templinst|arch=kfreebsd-amd64)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEElmEvT_T0_S8_T1_@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPN3WTF6RefPtrIN7WebCore16MutationObserverEEEiS4_NS3_16ObserverLessThanEEvT_T0_S8_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEiS4_PFbRKS4_S7_EEvT_T0_SB_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPN3WTF6StringEiS1_PFbRKS1_S4_EEvT_T0_S8_T1_T2_@Base 5.2.1 @@ -3207,8 +3204,8 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPPN7WebCore15RenderTableCellEiS2_PFbS2_S2_EEvT_T0_S7_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPPN7WebCore9GridTrackEiS2_PFbPKS1_S5_EEvT_T0_S9_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPSt4pairIPN3WTF16AtomicStringImplENS1_12AtomicStringEEiS5_PFbRKS5_S8_EEvT_T0_SC_T1_T2_@Base 5.2.1 - (optional=templinst|subst)_ZSt13__adjust_heapIPi{ssize_t}iEvT_T0_S2_T1_@Base 5.2.0 - (optional=templinst|subst)_ZSt13__adjust_heapIPj{ssize_t}jEvT_T0_S2_T1_@Base 5.2.0 + (optional=templinst|subst|arch=kfreebsd-amd64)_ZSt13__adjust_heapIPi{ssize_t}iEvT_T0_S2_T1_@Base 5.2.0 + (optional=templinst|subst|arch=kfreebsd-amd64)_ZSt13__adjust_heapIPj{ssize_t}jEvT_T0_S2_T1_@Base 5.2.0 (optional=templinst|arch=sparc)_ZSt13__heap_selectIPN3WTF8SpectrumIPvE11KeyAndCountEEvT_S6_S6_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__heap_selectIPN7WebCore13ShapeIntervalENS0_20IntervalX1ComparatorEEvT_S4_S4_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__heap_selectIPN7WebCore15ICOImageDecoder18IconDirectoryEntryEPFbRKS2_S5_EEvT_S8_S8_T0_@Base 5.2.1 @@ -3224,7 +3221,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt13move_backwardIPN7WebCore20CSSGradientColorStopES2_ET0_T_S4_S3_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13move_backwardIPSt4pairIN7WebCore4KURLES2_ES4_ET0_T_S6_S5_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIP13TVariableInfoSt6vectorIS2_SaIS2_EEEE21TVariableInfoComparerEvT_S9_T0_@Base 5.2.1 - (optional=templinst)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEvT_S7_@Base 5.3.0 + (optional=templinst|arch=kfreebsd-amd64)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEvT_S7_@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPN3WTF6RefPtrIN7WebCore16MutationObserverEEENS3_16ObserverLessThanEEvT_S7_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEPFbRKS4_S7_EEvT_SA_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPN3WTF6StringEPFbRKS1_S4_EEvT_S7_T0_@Base 5.2.1 @@ -3247,10 +3244,10 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPPN7WebCore9GridTrackEPFbPKS1_S5_EEvT_S8_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPSt4pairIN7WebCore4KURLES2_EPFbRKS3_S6_EEvT_S9_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPSt4pairIPN3WTF16AtomicStringImplENS1_12AtomicStringEEPFbRKS5_S8_EEvT_SB_T0_@Base 5.2.1 - (optional=templinst)_ZSt16__insertion_sortIPiEvT_S1_@Base 5.0.2 - (optional=templinst)_ZSt16__insertion_sortIPjEvT_S1_@Base 5.0.2 + (optional=templinst|arch=kfreebsd-amd64)_ZSt16__insertion_sortIPiEvT_S1_@Base 5.0.2 + (optional=templinst|arch=kfreebsd-amd64)_ZSt16__insertion_sortIPjEvT_S1_@Base 5.0.2 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIP13TVariableInfoSt6vectorIS2_SaIS2_EEEEi21TVariableInfoComparerEvT_S9_T0_T1_@Base 5.2.1 - (optional=templinst)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEElEvT_S7_T0_@Base 5.3.0 + (optional=templinst|arch=kfreebsd-amd64)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEElEvT_S7_T0_@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPN3WTF6RefPtrIN7WebCore16MutationObserverEEEiNS3_16ObserverLessThanEEvT_S7_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEiPFbRKS4_S7_EEvT_SA_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPN3WTF6StringEiPFbRKS1_S4_EEvT_S7_T0_T1_@Base 5.2.1 @@ -3267,8 +3264,8 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPPN7WebCore15RenderTableCellEiPFbS2_S2_EEvT_S6_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPPN7WebCore9GridTrackEiPFbPKS1_S5_EEvT_S8_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPSt4pairIPN3WTF16AtomicStringImplENS1_12AtomicStringEEiPFbRKS5_S8_EEvT_SB_T0_T1_@Base 5.2.1 - (optional=templinst|subst)_ZSt16__introsort_loopIPi{ssize_t}EvT_S1_T0_@Base 5.2.0 - (optional=templinst|subst)_ZSt16__introsort_loopIPj{ssize_t}EvT_S1_T0_@Base 5.2.0 + (optional=templinst|subst|arch=kfreebsd-amd64)_ZSt16__introsort_loopIPi{ssize_t}EvT_S1_T0_@Base 5.2.0 + (optional=templinst|subst|arch=kfreebsd-amd64)_ZSt16__introsort_loopIPj{ssize_t}EvT_S1_T0_@Base 5.2.0 (optional=templinst|arch=sparc)_ZSt16__merge_adaptiveIPN7WebCore20CSSGradientColorStopEiS2_PFbRKS1_S4_EEvT_S7_S7_T0_S8_T1_S8_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__merge_adaptiveIPN7WebCore8Gradient9ColorStopEiS3_PFbRKS2_S5_EEvT_S8_S8_T0_S9_T1_S9_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__merge_adaptiveIPPN7WebCore11CSSFontFaceEiS3_PFbS2_S2_EEvT_S6_S6_T0_S7_T1_S7_T2_@Base 5.2.1 @@ -3354,15 +3351,15 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt30__move_merge_adaptive_backwardIPPN7WebCore13StyleRulePageES3_S3_PFbPKS1_S5_EEvT_S8_T0_S9_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt30__move_merge_adaptive_backwardIPPN7WebCore15RenderTableCellES3_S3_PFbS2_S2_EEvT_S6_T0_S7_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt30__move_merge_adaptive_backwardIPSt4pairIN7WebCore4KURLES2_ES4_S4_PFbRKS3_S6_EEvT_S9_T0_SA_T1_T2_@Base 5.2.1 - (optional=templinst)_ZSt3maxIfERKT_S2_S2_@Base 5.0.2 - (optional=templinst)_ZSt3minIfERKT_S2_S2_@Base 5.0.2 + (optional=templinst|arch=kfreebsd-amd64)_ZSt3maxIfERKT_S2_S2_@Base 5.0.2 + (optional=templinst|arch=kfreebsd-amd64)_ZSt3minIfERKT_S2_S2_@Base 5.0.2 (optional=templinst|arch=sparc)_ZSt4moveIPSt4pairIN7WebCore4KURLES2_ES4_ET0_T_S6_S5_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt4sortIPPKN7WebCore8RuleDataEPFbS3_S3_EEvT_S7_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt4sortIPPN7WebCore15RenderTableCellEPFbS2_S2_EEvT_S6_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt4sortIPjEvT_S1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt4swapIN3WTF12AtomicStringEEvRT_S3_@Base 5.2.1 (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc)_ZSt4swapIN8QVariant7PrivateEEvRT_S3_@Base 5.2.0 - (optional=templinst)_ZSt6__findIN9__gnu_cxx17__normal_iteratorIPKSsSt6vectorISsSaISsEEEESsET_S8_S8_RKT0_St26random_access_iterator_tag@Base 5.0.2 + (optional=templinst|arch=kfreebsd-amd64)_ZSt6__findIN9__gnu_cxx17__normal_iteratorIPKSsSt6vectorISsSaISsEEEESsET_S8_S8_RKT0_St26random_access_iterator_tag@Base 5.0.2 (optional=templinst|arch=sparc)_ZSt6__findIPKN3WTF6StringES1_ET_S4_S4_RKT0_St26random_access_iterator_tag@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt8__rotateIPN7WebCore20CSSGradientColorStopEEvT_S3_S3_St26random_access_iterator_tag@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt8__rotateIPN7WebCore8Gradient9ColorStopEEvT_S4_S4_St26random_access_iterator_tag@Base 5.2.1 -- cgit v1.2.3 From 29c015836b18961e925bdcf2e85f0635631993b6 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sat, 28 Jun 2014 23:24:56 -0300 Subject: Switch amd64's debugging symbols to stabs. --- debian/changelog | 2 ++ debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 875e257..eef6e91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium * New upstream release. * Bump Qt build dependencies. * Update symbols files with buildds' logs. + * Switch amd64's debugging symbols to stabs again. I can't build dwarf + symbols anymore due to lack of RAM, and I doubt our buildds could too. -- Debian Qt/KDE Maintainers Thu, 26 Jun 2014 23:27:29 -0300 diff --git a/debian/rules b/debian/rules index 81ed086..0911513 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,8 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -gstab_architectures := i386 powerpc s390x -fulldebug_architectures := amd64 +gstab_architectures := amd64 i386 powerpc s390x +fulldebug_architectures := none disabled_jit_architectures := armel mips mipsel %: -- cgit v1.2.3 From 54de54e8536b5f6f79d4453e851942301f79c385 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sat, 28 Jun 2014 23:30:40 -0300 Subject: B-D on qtbase >= 5.3.1+dfsg-2. Get qtbase-abi-5-3-1. --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index eef6e91..14540dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. - * Bump Qt build dependencies. + * Bump Qt build dependencies, using qtbase-private-dev >= 5.3.1 to get + qtbase-abi-5-3-1. * Update symbols files with buildds' logs. * Switch amd64's debugging symbols to stabs again. I can't build dwarf symbols anymore due to lack of RAM, and I doubt our buildds could too. diff --git a/debian/control b/debian/control index 97cb1e8..b2f423a 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Build-Depends: bison, pkg-kde-tools (>= 0.6.4), python-minimal, python2.7, - qtbase5-private-dev (>= 5.3.1+dfsg~), + qtbase5-private-dev (>= 5.3.1+dfsg-2~), qtdeclarative5-private-dev (>= 5.3.1~), qtscript5-private-dev (>= 5.3.1~), ruby -- cgit v1.2.3 From e9c86499ee6e26f744564ae9d02072da2de55595 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sun, 29 Jun 2014 12:46:36 -0300 Subject: Fix QML module's install file. Thanks Alf Gaida! --- debian/changelog | 3 +++ debian/qml-module-qtwebkit.install | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 14540dc..3a14007 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium * Switch amd64's debugging symbols to stabs again. I can't build dwarf symbols anymore due to lack of RAM, and I doubt our buildds could too. + [ Alf Gaida ] + * Fix QML module's install file. + -- Debian Qt/KDE Maintainers Thu, 26 Jun 2014 23:27:29 -0300 qtwebkit-opensource-src (5.3.0+dfsg-2) unstable; urgency=medium diff --git a/debian/qml-module-qtwebkit.install b/debian/qml-module-qtwebkit.install index ab85d9d..3c44cac 100644 --- a/debian/qml-module-qtwebkit.install +++ b/debian/qml-module-qtwebkit.install @@ -2,3 +2,4 @@ usr/lib/*/qt5/qml/QtWebKit/experimental/libqmlwebkitexperimentalplugin.so usr/lib/*/qt5/qml/QtWebKit/experimental/qmldir usr/lib/*/qt5/qml/QtWebKit/libqmlwebkitplugin.so usr/lib/*/qt5/qml/QtWebKit/qmldir +usr/lib/*/qt5/qml/QtWebkit/plugins.qmltypes -- cgit v1.2.3 From 2c184901f5ec818499a67bb1d2c405a939231fc8 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sun, 29 Jun 2014 14:34:36 -0300 Subject: Typo. --- debian/qml-module-qtwebkit.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/qml-module-qtwebkit.install b/debian/qml-module-qtwebkit.install index 3c44cac..de613e0 100644 --- a/debian/qml-module-qtwebkit.install +++ b/debian/qml-module-qtwebkit.install @@ -2,4 +2,4 @@ usr/lib/*/qt5/qml/QtWebKit/experimental/libqmlwebkitexperimentalplugin.so usr/lib/*/qt5/qml/QtWebKit/experimental/qmldir usr/lib/*/qt5/qml/QtWebKit/libqmlwebkitplugin.so usr/lib/*/qt5/qml/QtWebKit/qmldir -usr/lib/*/qt5/qml/QtWebkit/plugins.qmltypes +usr/lib/*/qt5/qml/QtWebKit/plugins.qmltypes -- cgit v1.2.3 From fbf22344752aa36ce2178ee9088afbb9dd57c6cd Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sun, 29 Jun 2014 17:12:50 -0300 Subject: Release to unstable. --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3a14007..1cce1f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. @@ -11,7 +11,7 @@ qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium [ Alf Gaida ] * Fix QML module's install file. - -- Debian Qt/KDE Maintainers Thu, 26 Jun 2014 23:27:29 -0300 + -- Lisandro Damián Nicanor Pérez Meyer Sun, 29 Jun 2014 15:59:39 -0300 qtwebkit-opensource-src (5.3.0+dfsg-2) unstable; urgency=medium -- cgit v1.2.3 From fea4c822377468da9e57a4ef855969299d4fc3cf Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 2 Jul 2014 10:17:34 -0300 Subject: New changelog entry. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1cce1f1..aa4086c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +qtwebkit-opensource-src (5.3.1+dfsg-2) UNRELEASED; urgency=medium + + -- Debian Qt/KDE Maintainers Wed, 02 Jul 2014 10:17:21 -0300 + qtwebkit-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] -- cgit v1.2.3 From b33c89057406348bc0eedfeb6ef634dba1637f85 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 2 Jul 2014 10:51:34 -0300 Subject: Add hppa_wtf-dtoa-utils.diff to solve a FTBFS in HPPA. --- debian/changelog | 3 +++ debian/patches/hppa_wtf-dtoa-utils.diff | 45 +++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 49 insertions(+) create mode 100644 debian/patches/hppa_wtf-dtoa-utils.diff diff --git a/debian/changelog b/debian/changelog index aa4086c..3900ec3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ qtwebkit-opensource-src (5.3.1+dfsg-2) UNRELEASED; urgency=medium + [ Lisandro Damián Nicanor Pérez Meyer ] + * Add hppa_wtf-dtoa-utils.diff to solve a FTBFS in HPPA (Closes: #753409). + -- Debian Qt/KDE Maintainers Wed, 02 Jul 2014 10:17:21 -0300 qtwebkit-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium diff --git a/debian/patches/hppa_wtf-dtoa-utils.diff b/debian/patches/hppa_wtf-dtoa-utils.diff new file mode 100644 index 0000000..e063ea9 --- /dev/null +++ b/debian/patches/hppa_wtf-dtoa-utils.diff @@ -0,0 +1,45 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + qtwebkit-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium + . + [ Lisandro Damián Nicanor Pérez Meyer ] + * New upstream release. + * Bump Qt build dependencies, using qtbase-private-dev >= 5.3.1 to get + qtbase-abi-5-3-1. + * Update symbols files with buildds' logs. + * Switch amd64's debugging symbols to stabs again. I can't build dwarf + symbols anymore due to lack of RAM, and I doubt our buildds could too. + . + [ Alf Gaida ] + * Fix QML module's install file. +Author: Lisandro Damián Nicanor Pérez Meyer + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- qtwebkit-opensource-src-5.3.1+dfsg.orig/Source/WTF/wtf/dtoa/utils.h ++++ qtwebkit-opensource-src-5.3.1+dfsg/Source/WTF/wtf/dtoa/utils.h +@@ -49,7 +49,7 @@ + defined(__ARMEL__) || \ + defined(_MIPS_ARCH_MIPS32R2) + #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 +-#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(MIPS64) || CPU(AARCH64) ++#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(MIPS64) || CPU(AARCH64) || CPU(HPPA) + #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 + #elif defined(_M_IX86) || defined(__i386__) + #if defined(_WIN32) \ No newline at end of file diff --git a/debian/patches/series b/debian/patches/series index e56edc3..56ad92f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ reduce_memory_usage.patch no_gc_sections.diff hurd.diff webkit_qt_hide_symbols.diff +hppa_wtf-dtoa-utils.diff -- cgit v1.2.3 From a7d4e5c5ac2eb00593ffcb5ffdd82e3482db71e0 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 2 Jul 2014 10:53:50 -0300 Subject: Add descriptions to the patch. --- debian/patches/hppa_wtf-dtoa-utils.diff | 38 ++++++--------------------------- 1 file changed, 6 insertions(+), 32 deletions(-) diff --git a/debian/patches/hppa_wtf-dtoa-utils.diff b/debian/patches/hppa_wtf-dtoa-utils.diff index e063ea9..e8ae202 100644 --- a/debian/patches/hppa_wtf-dtoa-utils.diff +++ b/debian/patches/hppa_wtf-dtoa-utils.diff @@ -1,36 +1,10 @@ -Description: - TODO: Put a short summary on the line above and replace this paragraph - with a longer explanation of this change. Complete the meta-information - with other relevant fields (see below for details). To make it easier, the - information below has been extracted from the changelog. Adjust it or drop - it. - . - qtwebkit-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium - . - [ Lisandro Damián Nicanor Pérez Meyer ] - * New upstream release. - * Bump Qt build dependencies, using qtbase-private-dev >= 5.3.1 to get - qtbase-abi-5-3-1. - * Update symbols files with buildds' logs. - * Switch amd64's debugging symbols to stabs again. I can't build dwarf - symbols anymore due to lack of RAM, and I doubt our buildds could too. - . - [ Alf Gaida ] - * Fix QML module's install file. -Author: Lisandro Damián Nicanor Pérez Meyer +Description: Add HPPA to the list of archs that define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS +Author: John David Anglin +Forwarded: https://codereview.qt-project.org/88932 +Bug-Debian: http://bugs.debian.org/753409 +Reviewed-By: Lisandro Damián Nicanor Pérez Meyer --- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: , -Bug: -Bug-Debian: http://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: --- qtwebkit-opensource-src-5.3.1+dfsg.orig/Source/WTF/wtf/dtoa/utils.h +++ qtwebkit-opensource-src-5.3.1+dfsg/Source/WTF/wtf/dtoa/utils.h @@ -42,4 +16,4 @@ Last-Update: +#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(MIPS64) || CPU(AARCH64) || CPU(HPPA) #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 #elif defined(_M_IX86) || defined(__i386__) - #if defined(_WIN32) \ No newline at end of file + #if defined(_WIN32) -- cgit v1.2.3 From 10e42b2ee54a4c1ac1ee96bfbcc23b9c7423f28f Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 2 Jul 2014 11:06:55 -0300 Subject: Update symbols files with buildds' logs. --- debian/changelog | 1 + debian/libqt5webkit5.symbols | 21 +-------------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3900ec3..ecadf4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qtwebkit-opensource-src (5.3.1+dfsg-2) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * Add hppa_wtf-dtoa-utils.diff to solve a FTBFS in HPPA (Closes: #753409). + * Update symbols files with buildds' logs. -- Debian Qt/KDE Maintainers Wed, 02 Jul 2014 10:17:21 -0300 diff --git a/debian/libqt5webkit5.symbols b/debian/libqt5webkit5.symbols index 733f36d..e6b0398 100644 --- a/debian/libqt5webkit5.symbols +++ b/debian/libqt5webkit5.symbols @@ -1370,9 +1370,6 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZN13QQuickWebViewD0Ev@Base 5.0.2 _ZN13QQuickWebViewD1Ev@Base 5.0.2 _ZN13QQuickWebViewD2Ev@Base 5.0.2 - (optional=gccinternal|arch=kfreebsd-amd64)_ZN13QSGRenderNodeD0Ev@Base 5.3.1 - (optional=gccinternal|arch=kfreebsd-amd64)_ZN13QSGRenderNodeD1Ev@Base 5.3.1 - (optional=gccinternal|arch=kfreebsd-amd64)_ZN13QSGRenderNodeD2Ev@Base 5.3.1 _ZN14OpaqueJSString6createERKN3WTF6StringE@Base 5.0.2 _ZN14QWebPluginInfo10setEnabledEb@Base 5.0.2 _ZN14QWebPluginInfoC1EPN7WebCore13PluginPackageE@Base 5.0.2 @@ -1718,9 +1715,6 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZN21QtPluginWidgetAdapter16staticMetaObjectE@Base 5.0.2 _ZN21QtPluginWidgetAdapterC1Ev@Base 5.0.2 _ZN21QtPluginWidgetAdapterC2Ev@Base 5.0.2 - (optional=gccinternal|arch=kfreebsd-amd64)_ZN21QtPluginWidgetAdapterD0Ev@Base 5.3.1 - (optional=gccinternal|arch=kfreebsd-amd64)_ZN21QtPluginWidgetAdapterD1Ev@Base 5.3.1 - (optional=gccinternal|arch=kfreebsd-amd64)_ZN21QtPluginWidgetAdapterD2Ev@Base 5.3.1 _ZN22QWebHistoryItemPrivate4coreEPK15QWebHistoryItem@Base 5.0.2 _ZN23DumpRenderTreeSupportQt10initializeEv@Base 5.0.2 _ZN23DumpRenderTreeSupportQt11clearOpenerEP16QWebFrameAdapter@Base 5.0.2 @@ -2894,7 +2888,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZNK25QQuickWebViewExperimental9userAgentEv@Base 5.0.2 _ZNK3JSC10JSFunction10sourceCodeEv@Base 5.0.2 _ZNK3JSC10JSFunction23isHostFunctionNonInlineEv@Base 5.0.2 - _ZNK3JSC11Interpreter18retrieveLastCallerEPNS_9ExecStateERiRlRN3WTF6StringERNS_7JSValueE@Base 5.3.1 + (optional=gccinternal)_ZNK3JSC11Interpreter18retrieveLastCallerEPNS_9ExecStateERiRlRN3WTF6StringERNS_7JSValueE@Base 5.3.1 _ZNK3JSC12JSRopeString11resolveRopeEPNS_9ExecStateE@Base 5.0.2 _ZNK3JSC12PropertySlot14functionGetterEPNS_9ExecStateE@Base 5.0.2 _ZNK3JSC17DebuggerCallFrame10thisObjectEv@Base 5.0.2 @@ -3111,7 +3105,6 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|subst|arch=!sparc)_ZNSt6vectorI{size_t}SaI{size_t}EE19_M_emplace_back_auxII{size_t}EEEvDpOT_@Base 5.2.0 (optional=templinst|subst|arch=!sparc)_ZNSt6vectorI{size_t}SaI{size_t}EE19_M_emplace_back_auxIJRK{size_t}EEEvDpOT_@Base 5.2.0 (optional=templinst|subst|arch=!sparc)_ZNSt6vectorI{size_t}SaI{size_t}EE19_M_emplace_back_auxIJ{size_t}EEEvDpOT_@Base 5.2.0 - (optional=templinst|subst|arch=kfreebsd-amd64)_ZNSt6vectorI{size_t}SaI{size_t}EE7reserveE{size_t}@Base 5.2.0 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE10_M_insert_IS4_EESt17_Rb_tree_iteratorIS4_EPKSt18_Rb_tree_node_baseSG_OT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE16_M_insert_uniqueIS4_EES1_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE17_M_insert_unique_IS4_EESt17_Rb_tree_iteratorIS4_ESt23_Rb_tree_const_iteratorIS4_EOT_@Base 5.2.1 @@ -3187,7 +3180,6 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt12partial_sortIPjEvT_S1_S1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIN7WebCore17TimerHeapIteratorEiPNS0_9TimerBaseENS0_25TimerHeapLessThanFunctionEEvT_T0_S6_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIP13TVariableInfoSt6vectorIS2_SaIS2_EEEEiS2_21TVariableInfoComparerEvT_T0_SA_T1_T2_@Base 5.2.1 - (optional=templinst|arch=kfreebsd-amd64)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEElmEvT_T0_S8_T1_@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPN3WTF6RefPtrIN7WebCore16MutationObserverEEEiS4_NS3_16ObserverLessThanEEvT_T0_S8_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEiS4_PFbRKS4_S7_EEvT_T0_SB_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPN3WTF6StringEiS1_PFbRKS1_S4_EEvT_T0_S8_T1_T2_@Base 5.2.1 @@ -3204,8 +3196,6 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPPN7WebCore15RenderTableCellEiS2_PFbS2_S2_EEvT_T0_S7_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPPN7WebCore9GridTrackEiS2_PFbPKS1_S5_EEvT_T0_S9_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__adjust_heapIPSt4pairIPN3WTF16AtomicStringImplENS1_12AtomicStringEEiS5_PFbRKS5_S8_EEvT_T0_SC_T1_T2_@Base 5.2.1 - (optional=templinst|subst|arch=kfreebsd-amd64)_ZSt13__adjust_heapIPi{ssize_t}iEvT_T0_S2_T1_@Base 5.2.0 - (optional=templinst|subst|arch=kfreebsd-amd64)_ZSt13__adjust_heapIPj{ssize_t}jEvT_T0_S2_T1_@Base 5.2.0 (optional=templinst|arch=sparc)_ZSt13__heap_selectIPN3WTF8SpectrumIPvE11KeyAndCountEEvT_S6_S6_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__heap_selectIPN7WebCore13ShapeIntervalENS0_20IntervalX1ComparatorEEvT_S4_S4_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13__heap_selectIPN7WebCore15ICOImageDecoder18IconDirectoryEntryEPFbRKS2_S5_EEvT_S8_S8_T0_@Base 5.2.1 @@ -3221,7 +3211,6 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt13move_backwardIPN7WebCore20CSSGradientColorStopES2_ET0_T_S4_S3_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt13move_backwardIPSt4pairIN7WebCore4KURLES2_ES4_ET0_T_S6_S5_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIP13TVariableInfoSt6vectorIS2_SaIS2_EEEE21TVariableInfoComparerEvT_S9_T0_@Base 5.2.1 - (optional=templinst|arch=kfreebsd-amd64)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEvT_S7_@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPN3WTF6RefPtrIN7WebCore16MutationObserverEEENS3_16ObserverLessThanEEvT_S7_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEPFbRKS4_S7_EEvT_SA_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPN3WTF6StringEPFbRKS1_S4_EEvT_S7_T0_@Base 5.2.1 @@ -3244,10 +3233,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPPN7WebCore9GridTrackEPFbPKS1_S5_EEvT_S8_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPSt4pairIN7WebCore4KURLES2_EPFbRKS3_S6_EEvT_S9_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__insertion_sortIPSt4pairIPN3WTF16AtomicStringImplENS1_12AtomicStringEEPFbRKS5_S8_EEvT_SB_T0_@Base 5.2.1 - (optional=templinst|arch=kfreebsd-amd64)_ZSt16__insertion_sortIPiEvT_S1_@Base 5.0.2 - (optional=templinst|arch=kfreebsd-amd64)_ZSt16__insertion_sortIPjEvT_S1_@Base 5.0.2 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIP13TVariableInfoSt6vectorIS2_SaIS2_EEEEi21TVariableInfoComparerEvT_S9_T0_T1_@Base 5.2.1 - (optional=templinst|arch=kfreebsd-amd64)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEElEvT_S7_T0_@Base 5.3.0 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPN3WTF6RefPtrIN7WebCore16MutationObserverEEEiNS3_16ObserverLessThanEEvT_S7_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPN3WTF6RefPtrIN7WebCore21CustomFilterParameterEEEiPFbRKS4_S7_EEvT_SA_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPN3WTF6StringEiPFbRKS1_S4_EEvT_S7_T0_T1_@Base 5.2.1 @@ -3264,8 +3250,6 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPPN7WebCore15RenderTableCellEiPFbS2_S2_EEvT_S6_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPPN7WebCore9GridTrackEiPFbPKS1_S5_EEvT_S8_T0_T1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__introsort_loopIPSt4pairIPN3WTF16AtomicStringImplENS1_12AtomicStringEEiPFbRKS5_S8_EEvT_SB_T0_T1_@Base 5.2.1 - (optional=templinst|subst|arch=kfreebsd-amd64)_ZSt16__introsort_loopIPi{ssize_t}EvT_S1_T0_@Base 5.2.0 - (optional=templinst|subst|arch=kfreebsd-amd64)_ZSt16__introsort_loopIPj{ssize_t}EvT_S1_T0_@Base 5.2.0 (optional=templinst|arch=sparc)_ZSt16__merge_adaptiveIPN7WebCore20CSSGradientColorStopEiS2_PFbRKS1_S4_EEvT_S7_S7_T0_S8_T1_S8_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__merge_adaptiveIPN7WebCore8Gradient9ColorStopEiS3_PFbRKS2_S5_EEvT_S8_S8_T0_S9_T1_S9_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt16__merge_adaptiveIPPN7WebCore11CSSFontFaceEiS3_PFbS2_S2_EEvT_S6_S6_T0_S7_T1_S7_T2_@Base 5.2.1 @@ -3351,15 +3335,12 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZSt30__move_merge_adaptive_backwardIPPN7WebCore13StyleRulePageES3_S3_PFbPKS1_S5_EEvT_S8_T0_S9_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt30__move_merge_adaptive_backwardIPPN7WebCore15RenderTableCellES3_S3_PFbS2_S2_EEvT_S6_T0_S7_T1_T2_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt30__move_merge_adaptive_backwardIPSt4pairIN7WebCore4KURLES2_ES4_S4_PFbRKS3_S6_EEvT_S9_T0_SA_T1_T2_@Base 5.2.1 - (optional=templinst|arch=kfreebsd-amd64)_ZSt3maxIfERKT_S2_S2_@Base 5.0.2 - (optional=templinst|arch=kfreebsd-amd64)_ZSt3minIfERKT_S2_S2_@Base 5.0.2 (optional=templinst|arch=sparc)_ZSt4moveIPSt4pairIN7WebCore4KURLES2_ES4_ET0_T_S6_S5_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt4sortIPPKN7WebCore8RuleDataEPFbS3_S3_EEvT_S7_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt4sortIPPN7WebCore15RenderTableCellEPFbS2_S2_EEvT_S6_T0_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt4sortIPjEvT_S1_@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt4swapIN3WTF12AtomicStringEEvRT_S3_@Base 5.2.1 (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc)_ZSt4swapIN8QVariant7PrivateEEvRT_S3_@Base 5.2.0 - (optional=templinst|arch=kfreebsd-amd64)_ZSt6__findIN9__gnu_cxx17__normal_iteratorIPKSsSt6vectorISsSaISsEEEESsET_S8_S8_RKT0_St26random_access_iterator_tag@Base 5.0.2 (optional=templinst|arch=sparc)_ZSt6__findIPKN3WTF6StringES1_ET_S4_S4_RKT0_St26random_access_iterator_tag@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt8__rotateIPN7WebCore20CSSGradientColorStopEEvT_S3_S3_St26random_access_iterator_tag@Base 5.2.1 (optional=templinst|arch=sparc)_ZSt8__rotateIPN7WebCore8Gradient9ColorStopEEvT_S4_S4_St26random_access_iterator_tag@Base 5.2.1 -- cgit v1.2.3 From e7cfd673df6d7dc2993114653bce651b463c94e1 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 2 Jul 2014 19:35:55 -0300 Subject: Release to unstable. --- debian/changelog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ecadf4c..aabfacc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,9 @@ -qtwebkit-opensource-src (5.3.1+dfsg-2) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.1+dfsg-2) unstable; urgency=medium - [ Lisandro Damián Nicanor Pérez Meyer ] * Add hppa_wtf-dtoa-utils.diff to solve a FTBFS in HPPA (Closes: #753409). * Update symbols files with buildds' logs. - -- Debian Qt/KDE Maintainers Wed, 02 Jul 2014 10:17:21 -0300 + -- Lisandro Damián Nicanor Pérez Meyer Wed, 02 Jul 2014 17:36:35 -0300 qtwebkit-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium -- cgit v1.2.3 From d470b038998fa4b28b06705f6509815c7d1dd130 Mon Sep 17 00:00:00 2001 From: Sune Vuorela Date: Thu, 7 Aug 2014 21:26:35 +0200 Subject: Link with -rt on hurd and kfreebsd. #757161 --- debian/changelog | 6 ++++++ debian/patches/fix_nonlinux_glibc_linkage.diff | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 23 insertions(+) create mode 100644 debian/patches/fix_nonlinux_glibc_linkage.diff diff --git a/debian/changelog b/debian/changelog index aabfacc..a3d5e02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qtwebkit-opensource-src (5.3.1+dfsg-2.1) UNRELEASED; urgency=medium + + * Link with -rt on hurd and kfreebsd. #757161 + + -- Sune Vuorela Thu, 07 Aug 2014 21:24:25 +0200 + qtwebkit-opensource-src (5.3.1+dfsg-2) unstable; urgency=medium * Add hppa_wtf-dtoa-utils.diff to solve a FTBFS in HPPA (Closes: #753409). diff --git a/debian/patches/fix_nonlinux_glibc_linkage.diff b/debian/patches/fix_nonlinux_glibc_linkage.diff new file mode 100644 index 0000000..566389a --- /dev/null +++ b/debian/patches/fix_nonlinux_glibc_linkage.diff @@ -0,0 +1,16 @@ +Author: Sune Vuorela +Description: Ensures we link with rt on all the platforms where we +have glibc. Not yet upstreamed. Requires a upstreamming of the gnukfreebsd patch +Index: b/Source/WebKit2/WebKit2.pri +=================================================================== +--- a/Source/WebKit2/WebKit2.pri ++++ b/Source/WebKit2/WebKit2.pri +@@ -75,7 +75,7 @@ + + INCLUDEPATH += $$WEBKIT2_GENERATED_SOURCES_DIR + +-linux-*:!android { ++linux-*:!android|hurd-*|gnukfreebsd-* { + # -lrt is required for shm_open and shm_unlink. + LIBS += -lrt + } diff --git a/debian/patches/series b/debian/patches/series index 56ad92f..ffb1f9e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ no_gc_sections.diff hurd.diff webkit_qt_hide_symbols.diff hppa_wtf-dtoa-utils.diff +fix_nonlinux_glibc_linkage.diff -- cgit v1.2.3 From c52c2aa97c6e1f2e67abae30f9434d455f6bacd6 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Mon, 11 Aug 2014 10:38:56 -0300 Subject: Prettify the changelog. --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a3d5e02..c288c45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ qtwebkit-opensource-src (5.3.1+dfsg-2.1) UNRELEASED; urgency=medium - * Link with -rt on hurd and kfreebsd. #757161 + * Link with -rt on hurd and kfreebsd (Closes: #757161). -- Sune Vuorela Thu, 07 Aug 2014 21:24:25 +0200 -- cgit v1.2.3 From df1a935946948fd9f218b1fe371d107ff3990fbd Mon Sep 17 00:00:00 2001 From: Julián Moreno Patiño Date: Mon, 11 Aug 2014 19:22:31 -0500 Subject: Fix FTBFS on hurd and kfreebsd arches --- debian/changelog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c288c45..7cf0e64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -qtwebkit-opensource-src (5.3.1+dfsg-2.1) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.1+dfsg-3) unstable; urgency=medium + [ Julián Moreno Patiño ] + * Team upload. + + [ Sune Vuorela ] * Link with -rt on hurd and kfreebsd (Closes: #757161). - -- Sune Vuorela Thu, 07 Aug 2014 21:24:25 +0200 + -- Julián Moreno Patiño Mon, 11 Aug 2014 16:01:41 -0500 qtwebkit-opensource-src (5.3.1+dfsg-2) unstable; urgency=medium -- cgit v1.2.3 From 88d05a424ea5af198c43b9389daa1220dbd81fc4 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sun, 7 Sep 2014 16:03:55 +0400 Subject: Start a new changelog entry. --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7cf0e64..4c70802 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +qtwebkit-opensource-src (5.3.1+dfsg-4) UNRELEASED; urgency=medium + + + -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 + qtwebkit-opensource-src (5.3.1+dfsg-3) unstable; urgency=medium [ Julián Moreno Patiño ] -- cgit v1.2.3 From 5660cfa27f6468e8df4f5e7d0b23ad669800a030 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sun, 7 Sep 2014 16:04:43 +0400 Subject: Remove unused code from debian/rules. --- debian/changelog | 2 ++ debian/rules | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4c70802..1d26e79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ qtwebkit-opensource-src (5.3.1+dfsg-4) UNRELEASED; urgency=medium + [ Dmitry Shachnev ] + * Remove unused code from debian/rules. -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 diff --git a/debian/rules b/debian/rules index 0911513..58e1609 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,6 @@ export QT_SELECT := qt5 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) gstab_architectures := amd64 i386 powerpc s390x fulldebug_architectures := none @@ -44,12 +43,6 @@ endif # Run qmake again now with the proper values. qmake -override_dh_auto_build-arch: - # This override may seem futile, but it helps us make sure that the tools - # needed for building the docs are built before calling them. - # If there's a better way, do not heasitate to tell us. - dh_auto_build - override_dh_auto_build-indep: dh_auto_build -Smakefile -- html_docs -- cgit v1.2.3 From 05ec0325e85c084a57d30c9aac1ada5f0167e78e Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sun, 7 Sep 2014 16:05:32 +0400 Subject: Update Vcs-Browser field to point to cgit interface. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1d26e79..6ea39ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qtwebkit-opensource-src (5.3.1+dfsg-4) UNRELEASED; urgency=medium [ Dmitry Shachnev ] * Remove unused code from debian/rules. + * Update Vcs-Browser field to point to cgit interface. -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 diff --git a/debian/control b/debian/control index b2f423a..39e518c 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Standards-Version: 3.9.5 Section: libs Homepage: http://trac.webkit.org/wiki/QtWebKit Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qt5webkit.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qt5webkit.git;a=summary +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/qt/qt5webkit.git Package: libqt5webkit5-dev Section: libdevel -- cgit v1.2.3 From 215d662ef10fab139ec469e16775385e7c92becf Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sun, 14 Sep 2014 19:39:37 -0300 Subject: Switch to GStreamer 1.0. --- debian/changelog | 3 +++ debian/control | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6ea39ae..a047759 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ qtwebkit-opensource-src (5.3.1+dfsg-4) UNRELEASED; urgency=medium * Remove unused code from debian/rules. * Update Vcs-Browser field to point to cgit interface. + [ Lisandro Damián Nicanor Pérez Meyer ] + * Switch to GStreamer 1.0. + -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 qtwebkit-opensource-src (5.3.1+dfsg-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 39e518c..3717a4a 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: bison, libgles2-mesa-dev [armel armhf] | libgles2-dev [armel armhf], libglib2.0-dev, libglu1-mesa-dev [!armel !armhf] | libglu-dev [!armel !armhf], - libgstreamer-plugins-base0.10-dev, - libgstreamer0.10-dev, + libgstreamer-plugins-base1.0-dev, + libgstreamer1.0-dev, libicu-dev, libjpeg-dev, libpng-dev, -- cgit v1.2.3 From 126c01029671dd3cfc711509d3e73dbde38bff14 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 17 Sep 2014 00:01:31 -0300 Subject: Revert "Switch to GStreamer 1.0." This reverts commit 215d662ef10fab139ec469e16775385e7c92becf. QtMultimedia still uses GStreamer 0.1 :-/ --- debian/changelog | 3 --- debian/control | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index a047759..6ea39ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,9 +4,6 @@ qtwebkit-opensource-src (5.3.1+dfsg-4) UNRELEASED; urgency=medium * Remove unused code from debian/rules. * Update Vcs-Browser field to point to cgit interface. - [ Lisandro Damián Nicanor Pérez Meyer ] - * Switch to GStreamer 1.0. - -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 qtwebkit-opensource-src (5.3.1+dfsg-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 3717a4a..39e518c 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: bison, libgles2-mesa-dev [armel armhf] | libgles2-dev [armel armhf], libglib2.0-dev, libglu1-mesa-dev [!armel !armhf] | libglu-dev [!armel !armhf], - libgstreamer-plugins-base1.0-dev, - libgstreamer1.0-dev, + libgstreamer-plugins-base0.10-dev, + libgstreamer0.10-dev, libicu-dev, libjpeg-dev, libpng-dev, -- cgit v1.2.3 From d25a9dd8b4a9fffbd2214040fdbfa637b294059d Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 17 Sep 2014 00:17:43 -0300 Subject: New upstream release. --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6ea39ae..bf346d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -qtwebkit-opensource-src (5.3.1+dfsg-4) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.2+dfsg-1) UNRELEASED; urgency=medium [ Dmitry Shachnev ] * Remove unused code from debian/rules. * Update Vcs-Browser field to point to cgit interface. + [ Lisandro Damián Nicanor Pérez Meyer ] + * New upstream release. + -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 qtwebkit-opensource-src (5.3.1+dfsg-3) unstable; urgency=medium -- cgit v1.2.3 From 22808757b9c674b0f7c0292cb6c2708f3a443fc0 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 17 Sep 2014 00:18:45 -0300 Subject: Bump Qt build dependencies. --- debian/changelog | 1 + debian/control | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf346d7..7e75554 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ qtwebkit-opensource-src (5.3.2+dfsg-1) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. + * Bump Qt build dependencies. -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 diff --git a/debian/control b/debian/control index 39e518c..0c61965 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: bison, libicu-dev, libjpeg-dev, libpng-dev, - libqt5opengl5-dev (>= 5.3.1+dfsg~), - libqt5xmlpatterns5-private-dev (>= 5.3.1~), + libqt5opengl5-dev (>= 5.3.2+dfsg~), + libqt5xmlpatterns5-private-dev (>= 5.3.2~), libsqlite3-dev, libwebp-dev, libxcomposite-dev, @@ -32,9 +32,9 @@ Build-Depends: bison, pkg-kde-tools (>= 0.6.4), python-minimal, python2.7, - qtbase5-private-dev (>= 5.3.1+dfsg-2~), - qtdeclarative5-private-dev (>= 5.3.1~), - qtscript5-private-dev (>= 5.3.1~), + qtbase5-private-dev (>= 5.3.2+dfsg~), + qtdeclarative5-private-dev (>= 5.3.2~), + qtscript5-private-dev (>= 5.3.2~), ruby Standards-Version: 3.9.5 Section: libs -- cgit v1.2.3 From 6792bb2177f09309bb7d1f920d4123609624483f Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 17 Sep 2014 00:21:07 -0300 Subject: Refresh patches. --- debian/changelog | 1 + debian/patches/reduce_memory_usage.patch | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e75554..f9902ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ qtwebkit-opensource-src (5.3.2+dfsg-1) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. * Bump Qt build dependencies. + * Refresh patches. -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 diff --git a/debian/patches/reduce_memory_usage.patch b/debian/patches/reduce_memory_usage.patch index 3c59ad8..fe1ebb6 100644 --- a/debian/patches/reduce_memory_usage.patch +++ b/debian/patches/reduce_memory_usage.patch @@ -8,9 +8,13 @@ Author: Lisandro Damián Nicanor Pérez Meyer Forwarded: not-needed Last-Update: 2014-03-05 +--- + Tools/qmake/mkspecs/features/unix/default_post.prf | 3 +++ + 1 file changed, 3 insertions(+) + --- a/Tools/qmake/mkspecs/features/unix/default_post.prf +++ b/Tools/qmake/mkspecs/features/unix/default_post.prf -@@ -66,3 +66,6 @@ CONFIG(debug, debug|release)|force_debug +@@ -68,3 +68,6 @@ CONFIG(debug, debug|release)|force_debug } load(default_post) -- cgit v1.2.3 From 1e9b5ce971e967278835c7207818cd48f0a3cd2c Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 17 Sep 2014 00:22:14 -0300 Subject: Remove hppa_wtf-dtoa-utils.diff, applied upstream. --- debian/changelog | 1 + debian/patches/hppa_wtf-dtoa-utils.diff | 19 ------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 debian/patches/hppa_wtf-dtoa-utils.diff diff --git a/debian/changelog b/debian/changelog index f9902ca..8d5ec82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ qtwebkit-opensource-src (5.3.2+dfsg-1) UNRELEASED; urgency=medium * New upstream release. * Bump Qt build dependencies. * Refresh patches. + * Remove hppa_wtf-dtoa-utils.diff, applied upstream. -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 diff --git a/debian/patches/hppa_wtf-dtoa-utils.diff b/debian/patches/hppa_wtf-dtoa-utils.diff deleted file mode 100644 index e8ae202..0000000 --- a/debian/patches/hppa_wtf-dtoa-utils.diff +++ /dev/null @@ -1,19 +0,0 @@ -Description: Add HPPA to the list of archs that define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS -Author: John David Anglin -Forwarded: https://codereview.qt-project.org/88932 -Bug-Debian: http://bugs.debian.org/753409 -Reviewed-By: Lisandro Damián Nicanor Pérez Meyer - ---- - ---- qtwebkit-opensource-src-5.3.1+dfsg.orig/Source/WTF/wtf/dtoa/utils.h -+++ qtwebkit-opensource-src-5.3.1+dfsg/Source/WTF/wtf/dtoa/utils.h -@@ -49,7 +49,7 @@ - defined(__ARMEL__) || \ - defined(_MIPS_ARCH_MIPS32R2) - #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 --#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(MIPS64) || CPU(AARCH64) -+#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(MIPS64) || CPU(AARCH64) || CPU(HPPA) - #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 - #elif defined(_M_IX86) || defined(__i386__) - #if defined(_WIN32) diff --git a/debian/patches/series b/debian/patches/series index ffb1f9e..2f363ac 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,5 +6,4 @@ reduce_memory_usage.patch no_gc_sections.diff hurd.diff webkit_qt_hide_symbols.diff -hppa_wtf-dtoa-utils.diff fix_nonlinux_glibc_linkage.diff -- cgit v1.2.3 From 0de4997e389c5f248068806871c8dfb6b74be81d Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 17 Sep 2014 09:37:01 -0300 Subject: Release to experimental. --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8d5ec82..59570fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -qtwebkit-opensource-src (5.3.2+dfsg-1) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.2+dfsg-1) experimental; urgency=medium [ Dmitry Shachnev ] * Remove unused code from debian/rules. @@ -10,7 +10,7 @@ qtwebkit-opensource-src (5.3.2+dfsg-1) UNRELEASED; urgency=medium * Refresh patches. * Remove hppa_wtf-dtoa-utils.diff, applied upstream. - -- Debian Qt/KDE Maintainers Sun, 07 Sep 2014 16:03:34 +0400 + -- Lisandro Damián Nicanor Pérez Meyer Wed, 17 Sep 2014 00:23:05 -0300 qtwebkit-opensource-src (5.3.1+dfsg-3) unstable; urgency=medium -- cgit v1.2.3 From 5e8e4af5d0f9cfa40abf6ccbc1fc7af5b5b7b80a Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sun, 21 Sep 2014 23:45:55 -0300 Subject: New changelog entry. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 59570fd..4a918e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +qtwebkit-opensource-src (5.3.2+dfsg-2) UNRELEASED; urgency=medium + + -- Debian Qt/KDE Maintainers Sun, 21 Sep 2014 23:45:43 -0300 + qtwebkit-opensource-src (5.3.2+dfsg-1) experimental; urgency=medium [ Dmitry Shachnev ] -- cgit v1.2.3 From 9ec3f34b3aa5b42530e4a363c8363d59da5df131 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sun, 21 Sep 2014 23:50:37 -0300 Subject: Update symbols files with buildds' logs. --- debian/changelog | 3 +++ debian/libqt5webkit5.symbols | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a918e5..d3ea8ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ qtwebkit-opensource-src (5.3.2+dfsg-2) UNRELEASED; urgency=medium + [ Lisandro Damián Nicanor Pérez Meyer ] + * Update symbols files with buildds' logs. + -- Debian Qt/KDE Maintainers Sun, 21 Sep 2014 23:45:43 -0300 qtwebkit-opensource-src (5.3.2+dfsg-1) experimental; urgency=medium diff --git a/debian/libqt5webkit5.symbols b/debian/libqt5webkit5.symbols index e6b0398..9f83f03 100644 --- a/debian/libqt5webkit5.symbols +++ b/debian/libqt5webkit5.symbols @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 5.3.1 arm64 kfreebsd-amd64 mips64el ppc64 sparc64 +# SymbolsHelper-Confirmed: 5.3.2 ppc64el libQt5WebKit.so.5 libqt5webkit5 #MINVER# JSCheckScriptSyntax@Base 5.0.2 JSClassCreate@Base 5.0.2 @@ -2592,7 +2592,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# _ZN3WTF9MediaTimeD2Ev@Base 5.0.2 _ZN3WTF9MediaTimeaSERKS0_@Base 5.0.2 (arch=amd64 kfreebsd-amd64 powerpc s390x)_ZN3WTF9dataLogFVEPKcP13__va_list_tag@Base 5.2.1 - (arch=hurd-i386 i386 kfreebsd-i386 ppc64)_ZN3WTF9dataLogFVEPKcPc@Base 5.2.1 + (arch=hurd-i386 i386 kfreebsd-i386 ppc64 ppc64el)_ZN3WTF9dataLogFVEPKcPc@Base 5.3.2 (arch=mips mips64el mipsel sparc sparc64)_ZN3WTF9dataLogFVEPKcPv@Base 5.3.1 (arch=arm64 armel armhf)_ZN3WTF9dataLogFVEPKcSt9__va_list@Base 5.3.1 _ZN3WTF9dayInYearEdi@Base 5.0.2 @@ -3111,7 +3111,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIRS2_EESF_IIEEEEESt17_Rb_tree_iteratorIS4_ESt23_Rb_tree_const_iteratorIS4_EDpOT_@Base 5.2.0 (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS2_EESF_IJEEEEESt17_Rb_tree_iteratorIS4_ESt23_Rb_tree_const_iteratorIS4_EDpOT_@Base 5.2.0 (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_@Base 5.0.2 - (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 5.2.0 + (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el ppc64el sparc64)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 5.2.0 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4swapERSA_@Base 5.2.1 (optional=templinst)_ZNSt8_Rb_treeI10TBasicTypeSt4pairIKS0_10TPrecisionESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E@Base 5.0.2 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIP10TGraphNodeS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE10_M_insert_IRKS1_EESt17_Rb_tree_iteratorIS1_EPKSt18_Rb_tree_node_baseSF_OT_@Base 5.2.1 @@ -3139,8 +3139,8 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIOSsEESE_IIEEEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EDpOT_@Base 5.2.0 (optional=templinst|arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOSsEESE_IJEEEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EDpOT_@Base 5.2.0 (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE24_M_get_insert_unique_posERS1_@Base 5.0.2 - (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_@Base 5.2.0 - (optional=templinst|arch=amd64 arm64 armel armhf kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE4findERS1_@Base 5.2.0 + (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el ppc64el sparc64)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_@Base 5.2.0 + (optional=templinst|arch=amd64 arm64 armel armhf kfreebsd-amd64 mips64el ppc64el sparc64)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE4findERS1_@Base 5.2.0 (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSs9TBehaviorESt10_Select1stIS3_ESt4lessISsESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E@Base 5.0.2 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeISsSt4pairIKSsN2pp5MacroEESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_IS0_ISsS3_EEESt17_Rb_tree_iteratorIS4_EPKSt18_Rb_tree_node_baseSH_OT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeISsSt4pairIKSsN2pp5MacroEESt10_Select1stIS4_ESt4lessISsESaIS4_EE16_M_insert_uniqueIS0_ISsS3_EEES0_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 5.2.1 @@ -3154,7 +3154,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE22_M_emplace_hint_uniqueIIRKSt21piecewise_construct_tSt5tupleIIOSsEESD_IIEEEEESt17_Rb_tree_iteratorIS2_ESt23_Rb_tree_const_iteratorIS2_EDpOT_@Base 5.2.0 (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOSsEESD_IJEEEEESt17_Rb_tree_iteratorIS2_ESt23_Rb_tree_const_iteratorIS2_EDpOT_@Base 5.2.0 (optional=templinst|arch=!sparc)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE24_M_get_insert_unique_posERS1_@Base 5.2.0 - (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 5.2.0 + (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el ppc64el sparc64)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 5.2.0 (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 5.0.2 (optional=templinst)_ZNSt8_Rb_treeISt4pairIimES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIS1_EES0_ISt17_Rb_tree_iteratorIS1_EbEOT_@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeISt4pairIimES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E@Base 5.3.0 @@ -3162,7 +3162,7 @@ libQt5WebKit.so.5 libqt5webkit5 #MINVER# (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIiSt4pairIKiP12TGraphSymbolESt10_Select1stIS4_ESt4lessIiE14pool_allocatorIS4_EE16_M_insert_uniqueIRS0_IiS3_EEES0_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 5.2.1 (optional=templinst|arch=sparc)_ZNSt8_Rb_treeIiSt4pairIKiP12TGraphSymbolESt10_Select1stIS4_ESt4lessIiE14pool_allocatorIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E@Base 5.2.1 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE16_M_insert_uniqueIRKmEESt4pairISt17_Rb_tree_iteratorImEbEOT_@Base 5.3.0 - (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el sparc64)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE4findERKm@Base 5.3.0 + (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el ppc64el sparc64)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE4findERKm@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE5eraseERKm@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE7_M_copyEPKSt13_Rb_tree_nodeImEPS7_@Base 5.3.0 (optional=templinst)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE8_M_eraseEPSt13_Rb_tree_nodeImE@Base 5.3.0 -- cgit v1.2.3 From b95be057816e382fc0a93b01f08f9e92d0b0f5b2 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Mon, 22 Sep 2014 09:33:42 -0300 Subject: Release to unstable. --- debian/changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d3ea8ba..27ff50b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -qtwebkit-opensource-src (5.3.2+dfsg-2) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.2+dfsg-2) unstable; urgency=medium - [ Lisandro Damián Nicanor Pérez Meyer ] + * Upload to unstable. * Update symbols files with buildds' logs. - -- Debian Qt/KDE Maintainers Sun, 21 Sep 2014 23:45:43 -0300 + -- Lisandro Damián Nicanor Pérez Meyer Mon, 22 Sep 2014 00:21:56 -0300 qtwebkit-opensource-src (5.3.2+dfsg-1) experimental; urgency=medium -- cgit v1.2.3 From c24e2b032601b9cfe1277a5ca823808558d8c4fe Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Tue, 14 Oct 2014 15:47:48 -0300 Subject: New changelog entry. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 27ff50b..52c2c0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +qtwebkit-opensource-src (5.3.2+dfsg-3) UNRELEASED; urgency=medium + + -- Debian Qt/KDE Maintainers Tue, 14 Oct 2014 15:47:33 -0300 + qtwebkit-opensource-src (5.3.2+dfsg-2) unstable; urgency=medium * Upload to unstable. -- cgit v1.2.3 From 7a6b5a2d25c25fdddbfd667f5c96460d06c8a1b4 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Tue, 14 Oct 2014 15:51:45 -0300 Subject: Backport three patches to fix crashes --- debian/changelog | 6 + .../do_not_use_jit_on_big_endian_machines.patch | 41 ++++++ .../patches/fix_cloop_on_big_endian_machines.patch | 142 +++++++++++++++++++++ ..._request_is_aborted_while_forwarding_data.patch | 38 ++++++ debian/patches/series | 3 + 5 files changed, 230 insertions(+) create mode 100644 debian/patches/do_not_use_jit_on_big_endian_machines.patch create mode 100644 debian/patches/fix_cloop_on_big_endian_machines.patch create mode 100644 debian/patches/fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch diff --git a/debian/changelog b/debian/changelog index 52c2c0a..d1607dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ qtwebkit-opensource-src (5.3.2+dfsg-3) UNRELEASED; urgency=medium + [ Lisandro Damián Nicanor Pérez Meyer ] + * Backport three patches to fix crashes: + - do_not_use_jit_on_big_endian_machines.patch + - fix_cloop_on_big_endian_machines.patch + - fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch + -- Debian Qt/KDE Maintainers Tue, 14 Oct 2014 15:47:33 -0300 qtwebkit-opensource-src (5.3.2+dfsg-2) unstable; urgency=medium diff --git a/debian/patches/do_not_use_jit_on_big_endian_machines.patch b/debian/patches/do_not_use_jit_on_big_endian_machines.patch new file mode 100644 index 0000000..b50fdd7 --- /dev/null +++ b/debian/patches/do_not_use_jit_on_big_endian_machines.patch @@ -0,0 +1,41 @@ +From 0b6f959022700ecf9374bdbb13772242d3f7e617 Mon Sep 17 00:00:00 2001 +From: Allan Sandfeld Jensen +Date: Fri, 10 Oct 2014 14:50:18 +0200 +Subject: [PATCH] Do not use JIT on big endian architectures + +All the JIT implementations targets the little-endian versions of ARM, +MIPS and SH4 respectively. So in case anyone builds on those platforms +we should not enable JIT. + +Task-number: QTBUG-41896 +Change-Id: I5be167511e2c3eac6c63e603b82da84fb6b29eaa +Reviewed-by: Julien Brianceau +Reviewed-by: Michael Bruning +--- + Source/WTF/wtf/Platform.h | 8 ++++++++ + 1 file changed, 8 insertions(+) + +--- a/Source/WTF/wtf/Platform.h ++++ b/Source/WTF/wtf/Platform.h +@@ -128,6 +128,9 @@ + /* CPU(SH4) - SuperH SH-4 */ + #if defined(__SH4__) + #define WTF_CPU_SH4 1 ++#ifdef __BIG_ENDIAN__ ++#define WTF_CPU_BIG_ENDIAN 1 ++#endif + #endif + + /* CPU(SPARC32) - SPARC 32-bit */ +@@ -759,6 +762,11 @@ + #define ENABLE_JIT 0 + #endif + ++/* All the current JIT implementations target little-endian */ ++#if CPU(BIG_ENDIAN) ++#define ENABLE_JIT 0 ++#endif ++ + /* Disable JIT on x32 */ + #if CPU(X32) + #define ENABLE_JIT 0 diff --git a/debian/patches/fix_cloop_on_big_endian_machines.patch b/debian/patches/fix_cloop_on_big_endian_machines.patch new file mode 100644 index 0000000..45006d7 --- /dev/null +++ b/debian/patches/fix_cloop_on_big_endian_machines.patch @@ -0,0 +1,142 @@ +From 0c58a486f551e7e7b63d438e3d32f21f876327d1 Mon Sep 17 00:00:00 2001 +From: Allan Sandfeld Jensen +Date: Thu, 9 Oct 2014 17:40:37 +0200 +Subject: [PATCH] Fix CLoop on big-endian machines + +Callee and ScopeChain are JSObject pointers and saved in the 64bit +structure for JS registers. On a 32bit big-endian machine the actual +pointer is offset by the PayloadOffset of 4 bytes, but on little-endian +and 64bit architectures there is no offset. + +This patch fixes four places the payloadOffset was not correctly added +on 32bit big-endian, and six places it was added on 64big big-endian +when it shouldn't. + +Task-number: QTBUG-41896 +Change-Id: I46b474bee9822b8040d1b7b2e8f31ce42e0adefe +Reviewed-by: Jocelyn Turcotte +--- + .../JavaScriptCore/llint/LowLevelInterpreter.asm | 25 +++++++++++++--------- + .../llint/LowLevelInterpreter32_64.asm | 2 +- + 2 files changed, 16 insertions(+), 11 deletions(-) + +diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.asm b/Source/JavaScriptCore/llint/LowLevelInterpreter.asm +index 2b5a23c..c4d86ee 100644 +--- a/Source/JavaScriptCore/llint/LowLevelInterpreter.asm ++++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.asm +@@ -87,6 +87,12 @@ else + const PayloadOffset = 0 + end + ++if JSVALUE64 ++ const JSCellPayloadOffset = 0 ++else ++ const JSCellPayloadOffset = PayloadOffset ++end ++ + # Constant for reasoning about butterflies. + const IsArray = 1 + const IndexingShapeMask = 30 +@@ -161,7 +167,6 @@ else + const VectorSizeOffset = 8 + end + +- + # Some common utilities. + macro crash() + if C_LOOP +@@ -267,13 +272,13 @@ macro assertNotConstant(index) + end + + macro functionForCallCodeBlockGetter(targetRegister) +- loadp Callee[cfr], targetRegister ++ loadp Callee + JSCellPayloadOffset[cfr], targetRegister + loadp JSFunction::m_executable[targetRegister], targetRegister + loadp FunctionExecutable::m_codeBlockForCall[targetRegister], targetRegister + end + + macro functionForConstructCodeBlockGetter(targetRegister) +- loadp Callee[cfr], targetRegister ++ loadp Callee + JSCellPayloadOffset[cfr], targetRegister + loadp JSFunction::m_executable[targetRegister], targetRegister + loadp FunctionExecutable::m_codeBlockForConstruct[targetRegister], targetRegister + end +@@ -671,7 +676,7 @@ _llint_op_resolve_global_var: + macro resolveScopedVarBody(resolveOperations) + # First ResolveOperation is to skip scope chain nodes + getScope(macro(dest) +- loadp ScopeChain + PayloadOffset[cfr], dest ++ loadp ScopeChain + JSCellPayloadOffset[cfr], dest + end, + ResolveOperation::m_scopesToSkip[resolveOperations], t1, t2) + loadp JSVariableObject::m_registers[t1], t1 # t1 now contains the activation registers +@@ -696,7 +701,7 @@ _llint_op_resolve_scoped_var_on_top_scope: + loadisFromInstruction(1, t3) + + # We know we want the top scope chain entry +- loadp ScopeChain + PayloadOffset[cfr], t1 ++ loadp ScopeChain + JSCellPayloadOffset[cfr], t1 + loadp JSVariableObject::m_registers[t1], t1 # t1 now contains the activation registers + + # Second ResolveOperation tells us what offset to use +@@ -718,7 +723,7 @@ _llint_op_resolve_scoped_var_with_top_scope_check: + loadp JSScope::m_next[t1], dest + jmp .done + .scopeChainNotCreated: +- loadp ScopeChain + PayloadOffset[cfr], dest ++ loadp ScopeChain + JSCellPayloadOffset[cfr], dest + .done: + end, + # Second ResolveOperation tells us how many more nodes to skip +@@ -773,7 +778,7 @@ _llint_op_resolve_base_to_scope: + getResolveOperation(4, t0) + # First ResolveOperation is to skip scope chain nodes + getScope(macro(dest) +- loadp ScopeChain + PayloadOffset[cfr], dest ++ loadp ScopeChain + JSCellPayloadOffset[cfr], dest + end, + ResolveOperation::m_scopesToSkip[t0], t1, t2) + loadisFromInstruction(1, t3) +@@ -798,7 +803,7 @@ _llint_op_resolve_base_to_scope_with_top_scope_check: + loadp JSScope::m_next[t1], dest + jmp .done + .scopeChainNotCreated: +- loadp ScopeChain + PayloadOffset[cfr], dest ++ loadp ScopeChain + JSCellPayloadOffset[cfr], dest + .done: + end, + # Second ResolveOperation tells us how many more nodes to skip +@@ -823,7 +828,7 @@ macro interpretResolveWithBase(opcodeLength, slowPath) + getResolveOperation(4, t0) + btpz t0, .slowPath + +- loadp ScopeChain[cfr], t3 ++ loadp ScopeChain + JSCellPayloadOffset[cfr], t3 + # Get the base + loadis ResolveOperation::m_operation[t0], t2 + +@@ -845,7 +850,7 @@ macro interpretResolveWithBase(opcodeLength, slowPath) + loadp JSScope::m_next[t1], dest + jmp .done + .scopeChainNotCreated: +- loadp ScopeChain + PayloadOffset[cfr], dest ++ loadp ScopeChain + JSCellPayloadOffset[cfr], dest + .done: + end, + sizeof ResolveOperation + ResolveOperation::m_scopesToSkip[t0], t1, t2) +diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm b/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm +index 89e40c7..87aa09e 100644 +--- a/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm ++++ b/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm +@@ -1692,7 +1692,7 @@ _llint_op_next_pname: + loadi 20[PC], t2 + loadi PayloadOffset[cfr, t2, 8], t2 + loadp JSPropertyNameIterator::m_jsStrings[t2], t3 +- loadi [t3, t0, 8], t3 ++ loadi PayloadOffset[t3, t0, 8], t3 + addi 1, t0 + storei t0, PayloadOffset[cfr, t1, 8] + loadi 4[PC], t1 +-- +2.1.1 + diff --git a/debian/patches/fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch b/debian/patches/fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch new file mode 100644 index 0000000..19ac009 --- /dev/null +++ b/debian/patches/fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch @@ -0,0 +1,38 @@ +From 13ebee35e169a8b1210851ec494951815c70620c Mon Sep 17 00:00:00 2001 +From: Allan Sandfeld Jensen +Date: Mon, 13 Oct 2014 15:32:14 +0200 +Subject: [PATCH] Fix crash when a network-request is aborted while forwarding + data + +Since we forward data block-wise a network request may be aborted while +we are still forwarding received data. In that case we should stop the +forwarding. + +Task-number: QTBUG-41877 +Change-Id: Ia34bbdcacdc4eb70a2e814d3b4bada9844abbb83 +Reviewed-by: Michael Bruning +--- + Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp b/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp +index 5990a40..fc69546 100644 +--- a/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp ++++ b/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp +@@ -687,9 +687,12 @@ void QNetworkReplyHandler::forwardData() + // -1 means we do not provide any data about transfer size to inspector so it would use + // Content-Length headers or content size to show transfer size. + client->didReceiveData(m_resourceHandle, buffer, readSize, -1); ++ // Check if the request has been aborted or this reply-handler was otherwise released. ++ if (wasAborted() || !m_replyWrapper) ++ break; + } + delete[] buffer; +- if (bytesAvailable > 0) ++ if (bytesAvailable > 0 && m_replyWrapper) + m_queue.requeue(&QNetworkReplyHandler::forwardData); + } + +-- +2.1.1 + diff --git a/debian/patches/series b/debian/patches/series index 2f363ac..83c64e8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,7 @@ # Upstream patches +do_not_use_jit_on_big_endian_machines.patch +fix_cloop_on_big_endian_machines.patch +fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch # debian patches reduce_memory_usage.patch -- cgit v1.2.3 From a4fd723bb26dcb7e1a39bc5878c44b6487dbe85e Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Tue, 14 Oct 2014 15:54:54 -0300 Subject: Backport blacklist_libkpartsplugin.patch. --- debian/changelog | 2 ++ debian/patches/blacklist_libkpartsplugin.patch | 30 ++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 33 insertions(+) create mode 100644 debian/patches/blacklist_libkpartsplugin.patch diff --git a/debian/changelog b/debian/changelog index d1607dc..6064fc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ qtwebkit-opensource-src (5.3.2+dfsg-3) UNRELEASED; urgency=medium - do_not_use_jit_on_big_endian_machines.patch - fix_cloop_on_big_endian_machines.patch - fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch + * Backport blacklist_libkpartsplugin.patch to prevent a crash due to a plugin + built against Qt4 (Closes: #744006). -- Debian Qt/KDE Maintainers Tue, 14 Oct 2014 15:47:33 -0300 diff --git a/debian/patches/blacklist_libkpartsplugin.patch b/debian/patches/blacklist_libkpartsplugin.patch new file mode 100644 index 0000000..1508042 --- /dev/null +++ b/debian/patches/blacklist_libkpartsplugin.patch @@ -0,0 +1,30 @@ +From a322d1b1ba39bb83a2ffd41c4dc0c00de5bd77e0 Mon Sep 17 00:00:00 2001 +From: Sune Vuorela +Date: Mon, 13 Oct 2014 20:39:26 +0200 +Subject: [PATCH] Blacklist libkpartsplugin + +KPartsPlugin is built using qt4, and loading that into a Qt5 QtWebkit +makes stuff crash. + +Change-Id: I47d01dfe3b215192b012911013b352ea5b5b1530 +--- + Source/WebCore/plugins/qt/PluginPackageQt.cpp | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/Source/WebCore/plugins/qt/PluginPackageQt.cpp b/Source/WebCore/plugins/qt/PluginPackageQt.cpp +index 679480b..a674ad3 100644 +--- a/Source/WebCore/plugins/qt/PluginPackageQt.cpp ++++ b/Source/WebCore/plugins/qt/PluginPackageQt.cpp +@@ -146,7 +146,8 @@ bool PluginPackage::isPluginBlacklisted() + { + // TODO: enumerate all plugins that are incompatible with Qt5. + const QLatin1String pluginBlacklist[] = { +- QLatin1String("skypebuttons") ++ QLatin1String("skypebuttons"), ++ QLatin1String("libkpartsplugin") + }; + + QString baseName = QFileInfo(static_cast(m_path)).baseName(); +-- +2.1.1 + diff --git a/debian/patches/series b/debian/patches/series index 83c64e8..86c8cd0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,6 +2,7 @@ do_not_use_jit_on_big_endian_machines.patch fix_cloop_on_big_endian_machines.patch fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch +blacklist_libkpartsplugin.patch # debian patches reduce_memory_usage.patch -- cgit v1.2.3 From 76163b9cd5e297a5354ed8b02901f81d1d7c73d6 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 17 Oct 2014 09:02:16 -0300 Subject: Release to unstable. --- debian/changelog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6064fc5..a7fcde7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ -qtwebkit-opensource-src (5.3.2+dfsg-3) UNRELEASED; urgency=medium +qtwebkit-opensource-src (5.3.2+dfsg-3) unstable; urgency=medium - [ Lisandro Damián Nicanor Pérez Meyer ] * Backport three patches to fix crashes: - do_not_use_jit_on_big_endian_machines.patch - fix_cloop_on_big_endian_machines.patch @@ -8,7 +7,7 @@ qtwebkit-opensource-src (5.3.2+dfsg-3) UNRELEASED; urgency=medium * Backport blacklist_libkpartsplugin.patch to prevent a crash due to a plugin built against Qt4 (Closes: #744006). - -- Debian Qt/KDE Maintainers Tue, 14 Oct 2014 15:47:33 -0300 + -- Lisandro Damián Nicanor Pérez Meyer Fri, 17 Oct 2014 02:04:39 -0300 qtwebkit-opensource-src (5.3.2+dfsg-2) unstable; urgency=medium -- cgit v1.2.3