Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-4) import into refs/heads/workingbranch
Max Lin [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
make qtdeclarative build with Python 3
Origin: OpenSUSE, https://build.opensuse.org/package/view_file/KDE:Qt:5.12/libqt5-qtdeclarative/qtdeclarative-switch-to-python3.patch
Forwarded: not-yet
Last-Update: 2020-01-01
Gbp-Pq: Name python3.patch
Aurelien Jarno [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
link with -latomic on riscv64
Forwarded: no
Last-Update: 2020-01-01
Gbp-Pq: Name riscv64-latomic.patch
Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
replace YouTube iframe with YouTube link
Forwarded: not-needed
Last-Update: 2019-12-19
Gbp-Pq: Name remove_youtube_iframe.patch
Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
use qWaitForWindowExposed instead of qWaitForWindowActive
Forwarded: no
Last-Update: 2019-04-21
The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.
Gbp-Pq: Name wait_for_window_exposed.patch
Sandro Knauß [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
Make sure that tests run with just compiled versions of tools
Origin: Debian
Last-Update: 2020-09-08
Last-Update: 2020-09-08
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Sandro Knauß [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
Disable all tests that fails with xvfb
Origin: Debian
Forwarded: not-needed - it is a limitation so far inside Debian
Last-Update: 2019-03-14
So far some tests need real OpenGL support
Gbp-Pq: Name disableopengltests.patch
Debian Qt/KDE Maintainers [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
build fixes for GCC 11
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
eb6525f126f680f9
Last-Update: 2021-01-26
Gbp-Pq: Name gcc_11.patch
Debian Qt/KDE Maintainers [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
fix QML property cache leaks of delegate items
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
b2862e2bd84d651c
Last-Update: 2021-01-26
The delegate items are destroyed through an event loop by a call to a
deleteLater(). This, however, doesn't work when the application is
in the process of exiting and the event loop is already closed (i.e.
we're in a stack unwinding part that starts after app.exec()).
Combat this situation by setting a parent of the to-be-deleted object
to some QObject that will be destroyed e.g. QCoreApplication::instance()
before the program finishes. As QObjects clean their children on
destruction, this will make sure that we cleanup the previously leaking
thing regardless of the event loop.
Gbp-Pq: Name fix_qml_property_cache_leaks.patch
Debian Qt/KDE Maintainers [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
The qmltime should be a tool, not a normal executable or an app.
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?h=5.15&id=
30c7a6c6a8742648
Last-Update: 2021-01-18
Gbp-Pq: Name qmltime-tool.patch
Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
qtdeclarative-opensource-src (5.15.2+dfsg-4) unstable; urgency=medium
* Add Conflicts: against the -gles packages, to make that relation mutual.
(Thanks to David Kalnischkies for the suggestion; see also #976389.)
[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-4]
Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-4.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-4 qtdeclarative-opensource-src_5.15.2+dfsg-4.debian.tar.xz]
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-3) import into refs/heads/workingbranch
Max Lin [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
make qtdeclarative build with Python 3
Origin: OpenSUSE, https://build.opensuse.org/package/view_file/KDE:Qt:5.12/libqt5-qtdeclarative/qtdeclarative-switch-to-python3.patch
Forwarded: not-yet
Last-Update: 2020-01-01
Gbp-Pq: Name python3.patch
Aurelien Jarno [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
link with -latomic on riscv64
Forwarded: no
Last-Update: 2020-01-01
Gbp-Pq: Name riscv64-latomic.patch
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
replace YouTube iframe with YouTube link
Forwarded: not-needed
Last-Update: 2019-12-19
Gbp-Pq: Name remove_youtube_iframe.patch
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
use qWaitForWindowExposed instead of qWaitForWindowActive
Forwarded: no
Last-Update: 2019-04-21
The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.
Gbp-Pq: Name wait_for_window_exposed.patch
Sandro Knauß [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
Make sure that tests run with just compiled versions of tools
Origin: Debian
Last-Update: 2020-09-08
Last-Update: 2020-09-08
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Sandro Knauß [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
Disable all tests that fails with xvfb
Origin: Debian
Forwarded: not-needed - it is a limitation so far inside Debian
Last-Update: 2019-03-14
So far some tests need real OpenGL support
Gbp-Pq: Name disableopengltests.patch
Debian Qt/KDE Maintainers [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
build fixes for GCC 11
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
eb6525f126f680f9
Last-Update: 2021-01-26
Gbp-Pq: Name gcc_11.patch
Debian Qt/KDE Maintainers [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
fix QML property cache leaks of delegate items
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
b2862e2bd84d651c
Last-Update: 2021-01-26
The delegate items are destroyed through an event loop by a call to a
deleteLater(). This, however, doesn't work when the application is
in the process of exiting and the event loop is already closed (i.e.
we're in a stack unwinding part that starts after app.exec()).
Combat this situation by setting a parent of the to-be-deleted object
to some QObject that will be destroyed e.g. QCoreApplication::instance()
before the program finishes. As QObjects clean their children on
destruction, this will make sure that we cleanup the previously leaking
thing regardless of the event loop.
Gbp-Pq: Name fix_qml_property_cache_leaks.patch
Debian Qt/KDE Maintainers [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
The qmltime should be a tool, not a normal executable or an app.
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?h=5.15&id=
30c7a6c6a8742648
Last-Update: 2021-01-18
Gbp-Pq: Name qmltime-tool.patch
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
qtdeclarative-opensource-src (5.15.2+dfsg-3) unstable; urgency=medium
[ Alexander Volkov ]
* Backport upstream patch to build qmltime as a tool.
[ Dmitry Shachnev ]
* Backport upstream patch to fix QML property cache leaks of delegate
items.
* Backport upstream patch to fix build with GCC 11.
* Update debian/watch: use format 4, and track only 5.15.x releases.
[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-3]
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-3.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-3 qtdeclarative-opensource-src_5.15.2+dfsg-3.debian.tar.xz]
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-2) import into refs/heads/workingbranch
Max Lin [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
make qtdeclarative build with Python 3
Origin: OpenSUSE, https://build.opensuse.org/package/view_file/KDE:Qt:5.12/libqt5-qtdeclarative/qtdeclarative-switch-to-python3.patch
Forwarded: not-yet
Last-Update: 2020-01-01
Gbp-Pq: Name python3.patch
Aurelien Jarno [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
link with -latomic on riscv64
Forwarded: no
Last-Update: 2020-01-01
Gbp-Pq: Name riscv64-latomic.patch
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
replace YouTube iframe with YouTube link
Forwarded: not-needed
Last-Update: 2019-12-19
Gbp-Pq: Name remove_youtube_iframe.patch
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
use qWaitForWindowExposed instead of qWaitForWindowActive
Forwarded: no
Last-Update: 2019-04-21
The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.
Gbp-Pq: Name wait_for_window_exposed.patch
Sandro Knauß [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
Make sure that tests run with just compiled versions of tools
Origin: Debian
Last-Update: 2020-09-08
Last-Update: 2020-09-08
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Sandro Knauß [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
Disable all tests that fails with xvfb
Origin: Debian
Forwarded: not-needed - it is a limitation so far inside Debian
Last-Update: 2019-03-14
So far some tests need real OpenGL support
Gbp-Pq: Name disableopengltests.patch
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
qtdeclarative-opensource-src (5.15.2+dfsg-2) unstable; urgency=medium
* Bump Standards-Version to 4.5.1, no changes needed.
* Upload to unstable.
[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-2]
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-2.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-2 qtdeclarative-opensource-src_5.15.2+dfsg-2.debian.tar.xz]
Dmitry Shachnev [Sat, 21 Nov 2020 13:46:44 +0000 (13:46 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.15.2+dfsg.orig.tar.xz]
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
Merge qtdeclarative-opensource-src (5.15.1+dfsg-3) import into refs/heads/workingbranch
Max Lin [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
make qtdeclarative build with Python 3
Origin: OpenSUSE, https://build.opensuse.org/package/view_file/KDE:Qt:5.12/libqt5-qtdeclarative/qtdeclarative-switch-to-python3.patch
Forwarded: not-yet
Last-Update: 2020-01-01
Gbp-Pq: Name python3.patch
Aurelien Jarno [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
link with -latomic on riscv64
Forwarded: no
Last-Update: 2020-01-01
Gbp-Pq: Name riscv64-latomic.patch
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
replace YouTube iframe with YouTube link
Forwarded: not-needed
Last-Update: 2019-12-19
Gbp-Pq: Name remove_youtube_iframe.patch
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
use qWaitForWindowExposed instead of qWaitForWindowActive
Forwarded: no
Last-Update: 2019-04-21
The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.
Gbp-Pq: Name wait_for_window_exposed.patch
Sandro Knauß [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
Make sure that tests run with just compiled versions of tools
Origin: Debian
Last-Update: 2020-09-08
Last-Update: 2020-09-08
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Sandro Knauß [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
Disable all tests that fails with xvfb
Origin: Debian
Forwarded: not-needed - it is a limitation so far inside Debian
Last-Update: 2019-03-14
So far some tests need real OpenGL support
Gbp-Pq: Name disableopengltests.patch
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
qtdeclarative-opensource-src (5.15.1+dfsg-3) unstable; urgency=medium
* Fix full (indep+arch) builds by deleting all Makefiles before building
the arch-dependent packages. Makefiles generated during indep build are
broken because they are generated before qmltypes.prf becomes available.
* Add alternative -gles dependencies to qtdeclarative5-dev package.
* Upload to unstable.
[dgit import unpatched qtdeclarative-opensource-src 5.15.1+dfsg-3]
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
Import qtdeclarative-opensource-src_5.15.1+dfsg-3.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.15.1+dfsg-3 qtdeclarative-opensource-src_5.15.1+dfsg-3.debian.tar.xz]
Dmitry Shachnev [Thu, 10 Sep 2020 18:28:43 +0000 (19:28 +0100)]
Import qtdeclarative-opensource-src_5.15.1+dfsg.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.15.1+dfsg.orig.tar.xz]
Dmitry Shachnev [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
Merge qtdeclarative-opensource-src (5.14.2+dfsg-3) import into refs/heads/workingbranch
Max Lin [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
make qtdeclarative build with Python 3
Origin: OpenSUSE, https://build.opensuse.org/package/view_file/KDE:Qt:5.12/libqt5-qtdeclarative/qtdeclarative-switch-to-python3.patch
Forwarded: not-yet
Last-Update: 2020-01-01
Gbp-Pq: Name python3.patch
Aurelien Jarno [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
link with -latomic on riscv64
Forwarded: no
Last-Update: 2020-01-01
Gbp-Pq: Name riscv64-latomic.patch
Dmitry Shachnev [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
replace YouTube iframe with YouTube link
Forwarded: not-needed
Last-Update: 2019-12-19
Gbp-Pq: Name remove_youtube_iframe.patch
Dmitry Shachnev [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
use qWaitForWindowExposed instead of qWaitForWindowActive
Forwarded: no
Last-Update: 2019-04-21
The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.
Gbp-Pq: Name wait_for_window_exposed.patch
Sandro Knauß [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
Make sure that tests run with just compiled versions of tools
Origin: Debian
Last-Update: 2019-04-19
Last-Update: 2019-04-19
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Sandro Knauß [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
Disable all tests that fails with xvfb
Origin: Debian
Forwarded: not-needed - it is a limitation so far inside Debian
Last-Update: 2019-03-14
So far some tests need real OpenGL support
Gbp-Pq: Name disableopengltests.patch
Dmitry Shachnev [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
qtdeclarative-opensource-src (5.14.2+dfsg-3) unstable; urgency=medium
* Update symbols files for GCC 10 (closes: #957729).
[dgit import unpatched qtdeclarative-opensource-src 5.14.2+dfsg-3]
Dmitry Shachnev [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
Import qtdeclarative-opensource-src_5.14.2+dfsg-3.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.14.2+dfsg-3 qtdeclarative-opensource-src_5.14.2+dfsg-3.debian.tar.xz]
Dmitry Shachnev [Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)]
Merge qtdeclarative-opensource-src (5.14.2+dfsg-2) import into refs/heads/workingbranch
Max Lin [Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)]
make qtdeclarative build with Python 3
Origin: OpenSUSE, https://build.opensuse.org/package/view_file/KDE:Qt:5.12/libqt5-qtdeclarative/qtdeclarative-switch-to-python3.patch
Forwarded: not-yet
Last-Update: 2020-01-01
Gbp-Pq: Name python3.patch
Aurelien Jarno [Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)]
link with -latomic on riscv64
Forwarded: no
Last-Update: 2020-01-01
Gbp-Pq: Name riscv64-latomic.patch
Dmitry Shachnev [Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)]
replace YouTube iframe with YouTube link
Forwarded: not-needed
Last-Update: 2019-12-19
Gbp-Pq: Name remove_youtube_iframe.patch
Dmitry Shachnev [Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)]
use qWaitForWindowExposed instead of qWaitForWindowActive
Forwarded: no
Last-Update: 2019-04-21
The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.
Gbp-Pq: Name wait_for_window_exposed.patch
Sandro Knauß [Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)]
Make sure that tests run with just compiled versions of tools
Origin: Debian
Last-Update: 2019-04-19
Last-Update: 2019-04-19
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Sandro Knauß [Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)]
Disable all tests that fails with xvfb
Origin: Debian
Forwarded: not-needed - it is a limitation so far inside Debian
Last-Update: 2019-03-14
So far some tests need real OpenGL support
Gbp-Pq: Name disableopengltests.patch
Dmitry Shachnev [Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)]
qtdeclarative-opensource-src (5.14.2+dfsg-2) unstable; urgency=medium
* Upload to unstable.
[dgit import unpatched qtdeclarative-opensource-src 5.14.2+dfsg-2]
Dmitry Shachnev [Wed, 24 Jun 2020 08:23:21 +0000 (09:23 +0100)]
Import qtdeclarative-opensource-src_5.14.2+dfsg-2.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.14.2+dfsg-2 qtdeclarative-opensource-src_5.14.2+dfsg-2.debian.tar.xz]
Dmitry Shachnev [Mon, 27 Apr 2020 10:33:59 +0000 (11:33 +0100)]
Import qtdeclarative-opensource-src_5.14.2+dfsg.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.14.2+dfsg.orig.tar.xz]
Dmitry Shachnev [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
Merge qtdeclarative-opensource-src (5.12.5-5) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
python3
Gbp-Pq: Name python3.patch
Debian Qt/KDE Maintainers [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
riscv64-latomic
Gbp-Pq: Name riscv64-latomic.patch
Debian Qt/KDE Maintainers [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
remove_youtube_iframe
Gbp-Pq: Name remove_youtube_iframe.patch
Debian Qt/KDE Maintainers [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
wait_for_window_exposed
Gbp-Pq: Name wait_for_window_exposed.patch
Debian Qt/KDE Maintainers [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Dmitry Shachnev [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
qtdeclarative-opensource-src (5.12.5-5) unstable; urgency=medium
* Link with -latomic on riscv64, based on a patch by Aurelien Jarno.
* Add a patch from OpenSUSE to build with Python 3 (closes: #938319).
* Upload to unstable.
[dgit import unpatched qtdeclarative-opensource-src 5.12.5-5]
Dmitry Shachnev [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
Import qtdeclarative-opensource-src_5.12.5-5.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.12.5-5 qtdeclarative-opensource-src_5.12.5-5.debian.tar.xz]
Dmitry Shachnev [Mon, 21 Oct 2019 17:12:14 +0000 (18:12 +0100)]
Merge qtdeclarative-opensource-src (5.12.5-3) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Mon, 21 Oct 2019 17:12:14 +0000 (18:12 +0100)]
wait_for_window_exposed
Gbp-Pq: Name wait_for_window_exposed.patch
Debian Qt/KDE Maintainers [Mon, 21 Oct 2019 17:12:14 +0000 (18:12 +0100)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Mon, 21 Oct 2019 17:12:14 +0000 (18:12 +0100)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Dmitry Shachnev [Mon, 21 Oct 2019 17:12:14 +0000 (18:12 +0100)]
qtdeclarative-opensource-src (5.12.5-3) unstable; urgency=medium
* Update symbols files from buildds’ logs.
[dgit import unpatched qtdeclarative-opensource-src 5.12.5-3]
Dmitry Shachnev [Mon, 21 Oct 2019 17:12:14 +0000 (18:12 +0100)]
Import qtdeclarative-opensource-src_5.12.5-3.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.12.5-3 qtdeclarative-opensource-src_5.12.5-3.debian.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Sat, 14 Sep 2019 14:27:49 +0000 (15:27 +0100)]
Import qtdeclarative-opensource-src_5.12.5.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.12.5.orig.tar.xz]
Dmitry Shachnev [Fri, 1 Mar 2019 18:03:33 +0000 (18:03 +0000)]
Merge qtdeclarative-opensource-src (5.11.3-4) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Fri, 1 Mar 2019 18:03:33 +0000 (18:03 +0000)]
fix_crash_on_big_endian
Gbp-Pq: Name fix_crash_on_big_endian.patch
Debian Qt/KDE Maintainers [Fri, 1 Mar 2019 18:03:33 +0000 (18:03 +0000)]
x32_no_jit
Gbp-Pq: Name x32_no_jit.patch
Debian Qt/KDE Maintainers [Fri, 1 Mar 2019 18:03:33 +0000 (18:03 +0000)]
testcase_array_iteration
Gbp-Pq: Name testcase_array_iteration.patch
Debian Qt/KDE Maintainers [Fri, 1 Mar 2019 18:03:33 +0000 (18:03 +0000)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Fri, 1 Mar 2019 18:03:33 +0000 (18:03 +0000)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Dmitry Shachnev [Fri, 1 Mar 2019 18:03:33 +0000 (18:03 +0000)]
qtdeclarative-opensource-src (5.11.3-4) unstable; urgency=medium
* Add fix_crash_on_big_endian.patch to fix crash when loading AOT caches
on big endian platforms. Thanks Alexander Volkov!
* Update debian/libqt5qml5.symbols from x32 build log.
[dgit import unpatched qtdeclarative-opensource-src 5.11.3-4]
Dmitry Shachnev [Fri, 1 Mar 2019 18:03:33 +0000 (18:03 +0000)]
Import qtdeclarative-opensource-src_5.11.3-4.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.11.3-4 qtdeclarative-opensource-src_5.11.3-4.debian.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)]
Merge qtdeclarative-opensource-src (5.11.3-3) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)]
x32_no_jit
Gbp-Pq: Name x32_no_jit.patch
Debian Qt/KDE Maintainers [Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)]
testcase_array_iteration
Gbp-Pq: Name testcase_array_iteration.patch
Debian Qt/KDE Maintainers [Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Lisandro Damián Nicanor Pérez Meyer [Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)]
qtdeclarative-opensource-src (5.11.3-3) unstable; urgency=medium
[ Dmitry Shachnev ]
* Fix build failure on x32 by disabling JIT there (closes: #918545).
[ Lisandro Damián Nicanor Pérez Meyer ]
* libqt5qml5: libgl1-mesa-glx became a dummy transitional package, replace
it by the packages it depends upon, namely libgl1 and libglx-mesa0
(Closes: #921472). Thanks Gabriele Stilli for the bug report.
[dgit import unpatched qtdeclarative-opensource-src 5.11.3-3]
Lisandro Damián Nicanor Pérez Meyer [Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)]
Import qtdeclarative-opensource-src_5.11.3-3.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.11.3-3 qtdeclarative-opensource-src_5.11.3-3.debian.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Wed, 26 Dec 2018 19:16:50 +0000 (19:16 +0000)]
Merge qtdeclarative-opensource-src (5.11.3-2) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Wed, 26 Dec 2018 19:16:50 +0000 (19:16 +0000)]
testcase_array_iteration
Gbp-Pq: Name testcase_array_iteration.patch
Debian Qt/KDE Maintainers [Wed, 26 Dec 2018 19:16:50 +0000 (19:16 +0000)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Wed, 26 Dec 2018 19:16:50 +0000 (19:16 +0000)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Lisandro Damián Nicanor Pérez Meyer [Wed, 26 Dec 2018 19:16:50 +0000 (19:16 +0000)]
qtdeclarative-opensource-src (5.11.3-2) unstable; urgency=medium
[ Simon Quigley ]
* Change my email to tsimonq2@debian.org now that I am a Debian Developer.
* Bump Standards-version to 4.3.0, no changes needed.
[ Lisandro Damián Nicanor Pérez Meyer ]
* Upload to unstable.
[dgit import unpatched qtdeclarative-opensource-src 5.11.3-2]
Lisandro Damián Nicanor Pérez Meyer [Wed, 26 Dec 2018 19:16:50 +0000 (19:16 +0000)]
Import qtdeclarative-opensource-src_5.11.3-2.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.11.3-2 qtdeclarative-opensource-src_5.11.3-2.debian.tar.xz]