[SCM] qtdeclarative packaging branch, ubuntu+1, updated. debian/5.6.1-11-146-g649122b

Timo Jyrinki timo at moszumanska.debian.org
Thu Nov 10 14:24:20 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=649122b

The following commit has been merged in the ubuntu+1 branch:
commit 649122bfae62739bb19fa6e7c29b6af45f5128eb
Merge: 74ffe532425ef0a6f4bc37bdab451fa2c7bc0a5e 41e3525137ab337f7bf718a81377019b7dd7fa02
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Thu Nov 10 14:23:46 2016 +0000

    Merge branch 'ubuntu' into ubuntu+1

 debian/changelog                                   |  62 ++
 ...ity-to-version-type-information-for-debug.patch |  44 ++
 ...ine-crash-on-big-endian-64-bit-architectu.patch |  42 --
 debian/patches/Fix-V4-on-big-endian.patch          |  52 --
 ...ix-minXExtent-minYExtent-when-content-is-.patch | 120 ----
 ...w-Fill-out-timestamps-in-QHoverEvents-sen.patch | 261 -------
 ...et-the-tag-when-boxing-a-pointer-in-QV4-V.patch | 374 ----------
 .../V4-Fix-usage-of-QV4-Value-tags-types.patch     | 210 ++++++
 .../V4-Free-up-2-address-bits-in-64bit-mode.patch  | 783 +++++++++++++++++++++
 debian/patches/disable_failing_tests.patch         | 123 ----
 debian/patches/disableopengltests.patch            |  65 ++
 debian/patches/fix_binary_location_for_tests.patch |  78 --
 debian/patches/fix_test_remove_qlibraryinfo.patch  | 160 +++++
 debian/patches/no_lifetime_dse.diff                |  15 -
 debian/patches/series                              |   8 +-
 debian/patches/skip_failing_i386_test.patch        | 117 +++
 debian/rules                                       |  37 +-
 17 files changed, 1463 insertions(+), 1088 deletions(-)

diff --cc debian/changelog
index 5f41018,3dd1cb1..6138158
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,74 -1,65 +1,136 @@@
 +qtdeclarative-opensource-src (5.7.0-2ubuntu1) UNRELEASED; urgency=medium
 +
 +  [ Dmitry Shachnev ]
 +  * Merge 5.6.1-7 from unstable.
 +
 +  [ Timo Jyrinki ]
 +  * New upstream release.
 +  * Drop patches now in upstream.
 +  * Rebase patches to apply to 5.7:
 +    - debian/patches/Fix-visibility-of-properties-in-value-types.patch
 +    - debian/patches/disable_failing_tests.patch
 +    - debian/patches/fix_binary_location_for_tests.patch
 +  * Rebase QML cache patch for 5.7 and add arm64 support.
 +  * Update symbols and mark private ones.
 +
 + -- Timo Jyrinki <timo-jyrinki at ubuntu.com>  Wed, 07 Sep 2016 13:12:08 +0000
 +
 +qtdeclarative-opensource-src (5.7.0-2) experimental; urgency=medium
 +
 +  * Merge 5.6.1-5 from unstable; replace fix_engine_64bits_big_endian.diff
 +    with a patch that got applied upstream.
 +  * Update symbols files from buildds’ logs.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 21 Jul 2016 20:47:19 +0300
 +
 +qtdeclarative-opensource-src (5.7.0-1) experimental; urgency=medium
 +
 +  [ Harald Sitter ]
 +  * New upstream release.
 +  * Drop qml_only_release_types_if_they_arent_referenced_anymore.patch
 +    (upstream)
 +  * New package qml-module-qtquick-layouts (moved from qtquickcontrols)
 +  * Update install files.
 +  * qtdeclarative5-examples breaks/replaces qtquickcontrols5-examples because
 +    of moved example files.
 +  * qtdeclarative5-examples depends on the new layouts module
 +
 +  [ Dmitry Shachnev ]
 +  * Drop check_system_double-conversion.patch and libdouble-conversion-dev
 +    build-dependency, upstream no longer uses double-conversion.
 +  * Bump Qt build-dependencies to 5.7.0.
 +  * Update symbols files from amd64 and i386 build logs.
 +  * Bump qtdeclarative-abi version to 5-7-0.
 +  * Update debian/copyright.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 05 Jul 2016 15:53:55 +0300
 +
 +qtdeclarative-opensource-src (5.6.1-7) unstable; urgency=medium
 +
 +  * Update libqt5qml5.symbols from buildds’ logs.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 30 Aug 2016 14:00:17 +0300
 +
 +qtdeclarative-opensource-src (5.6.1-6) unstable; urgency=medium
 +
 +  * Backport upstream change to fix crashes when compiled with GCC 6
 +    (no_lifetime_dse.diff; see QTBUG-55482).
 +  * Update symbols files from buildds’ logs.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 29 Aug 2016 21:30:47 +0300
 +
 +qtdeclarative-opensource-src (5.6.1-5) unstable; urgency=medium
 +
 +  [ Lisandro Damián Nicanor Pérez Meyer ]
 +  * Update symbols files with buildds' logs (Closes: #830817).
 +
 +  [ Maximiliano Curia ]
 +  * Add new patch: fix_engine_64bits_big_endian.diff
 +
 + -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Tue, 19 Jul 2016 12:09:46 -0300
 +
+ qtdeclarative-opensource-src (5.6.2-0ubuntu1) UNRELEASED; urgency=medium
+ 
+   * Update symbols.
+   * Merge with Debian 5.6.1-11 changes.
+   * Use fix-V4-on-big-endian.patch version from upstream 5.6 branch.
+   * Skip certain failing tests on i386 and ppc64el tests on xenial.
+   * New usptream version 5.6.2.
+   * Drop patches merged upstream:
+     - qml_only_release_types_if_they_arent_referenced_anymore.patch
+     - no_lifetime_dse.diff
+     - V4-Always-set-the-tag-when-boxing-a-pointer-in-QV4-V.patch
+     - Fix-QQmlEngine-crash-on-big-endian-64-bit-architectu.patch
+     - Flickable-fix-minXExtent-minYExtent-when-content-is-.patch
+     - QQuickWindow-Fill-out-timestamps-in-QHoverEvents-sen.patch
+     - Revert-Remove-this-piece-of-code.patch
+ 
+  -- Timo Jyrinki <timo-jyrinki at ubuntu.com>  Thu, 06 Oct 2016 14:39:07 +0000
+ 
+ qtdeclarative-opensource-src (5.6.1-11) unstable; urgency=medium
+ 
+   * Run make check with -k flag to get as much output as possible.
+   * Update fix-V4-on-big-endian.patch with a fix for 32-bit big endian
+     architectures.
+   * Drop fix_engine_64bits_big_endian.diff, now redundant.
+ 
+  -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 07 Oct 2016 10:03:28 +0300
+ 
+ qtdeclarative-opensource-src (5.6.1-10) unstable; urgency=medium
+ 
+   * Do not use dbus-launch during tests running, not needed (and wrong).
+   * Drop useless build-dependency on libgl1-mesa-glx.
+   * Set LD_LIBRARY_PATH when running tests, to fix failures on buildds.
+ 
+  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 29 Sep 2016 11:57:15 +0300
+ 
+ qtdeclarative-opensource-src (5.6.1-9) unstable; urgency=medium
+ 
+   [ Sandro Knauß ]
+   * Backport upstream change to fix V4 on big-endian (Closes: #836412)
+     (fix-V4-on-big-endian.patch; see QTBUG-55730)
+     (refresh fix_engine_64bits_big_endian.diff)
+   * Enable auto tests.
+   * Create patch to disable tests, that fails with xvfb
+     disableopengltests.patch
+   * Create patch to run the tests against own build binaries
+     fix_test_remove_qlibraryinfo.patch
+ 
+  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Tue, 27 Sep 2016 21:02:13 -0300
+ 
+ qtdeclarative-opensource-src (5.6.1-8) unstable; urgency=medium
+ 
+   * Update symbols files with buildds' logs (Closes: #836379).
+ 
+  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Sun, 11 Sep 2016 09:30:31 -0300
+ 
+ qtdeclarative-opensource-src (5.6.1-7ubuntu2~1) yakkety; urgency=medium
+ 
+   * debian/patches/Revert-Remove-this-piece-of-code.patch:
+     - Cherry-pick from Qt 5.6.2 (LP: #1613670)
+ 
+  -- Timo Jyrinki <timo-jyrinki at ubuntu.com>  Mon, 26 Sep 2016 13:13:20 +0000
+ 
  qtdeclarative-opensource-src (5.6.1-7ubuntu1~2) yakkety; urgency=medium
  
    * debian/patches/Fix-visibility-of-properties-in-value-types.patch:
diff --cc debian/patches/series
index 6a18713,a8df99a..170859c
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,12 -1,16 +1,10 @@@
  # Backported patches
- Fix-QQmlEngine-crash-on-big-endian-64-bit-architectu.patch
- no_lifetime_dse.diff
 -QQuickItemView-forceLayout-Also-call-layout-when-d-f.patch
 -#Add-a-facility-to-version-type-information-for-debug.patch
 -#V4-Free-up-2-address-bits-in-64bit-mode.patch
 -fix-V4-on-big-endian.patch
  Fix-visibility-of-properties-in-value-types.patch
- Fix-V4-on-big-endian.patch
 -#V4-Fix-usage-of-QV4-Value-tags-types.patch
  
  # Debian patches
 -check_system_double-conversion.patch
+ disableopengltests.patch
+ fix_test_remove_qlibraryinfo.patch
  
  # Ubuntu patches
- fix_binary_location_for_tests.patch
- disable_failing_tests.patch
  QML-Compilation-unit-caching-and-JIT-changes.patch
+ skip_failing_i386_test.patch

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list