qtdeclarative-opensource-src.git
5 years agoMerge qtdeclarative-opensource-src (5.14.2+dfsg-2) import into refs/heads/workingbranch
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

5 years agomake qtdeclarative build with Python 3
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

5 years agolink with -latomic on riscv64
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

5 years agoreplace YouTube iframe with YouTube link
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

5 years agouse qWaitForWindowExposed instead of qWaitForWindowActive
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

5 years agoMake sure that tests run with just compiled versions of tools
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

5 years agoDisable all tests that fails with xvfb
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

5 years agoqtdeclarative-opensource-src (5.14.2+dfsg-2) unstable; urgency=medium
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]

5 years agoImport qtdeclarative-opensource-src_5.14.2+dfsg-2.debian.tar.xz
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]

5 years agoImport qtdeclarative-opensource-src_5.14.2+dfsg.orig.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]

5 years agoMerge qtdeclarative-opensource-src (5.12.5-5) import into refs/heads/workingbranch
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

5 years agopython3
Debian Qt/KDE Maintainers [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
python3

Gbp-Pq: Name python3.patch

5 years agoriscv64-latomic
Debian Qt/KDE Maintainers [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
riscv64-latomic

Gbp-Pq: Name riscv64-latomic.patch

5 years agoremove_youtube_iframe
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

5 years agowait_for_window_exposed
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

5 years agofix_test_remove_qlibraryinfo
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

5 years agodisableopengltests
Debian Qt/KDE Maintainers [Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

5 years agoqtdeclarative-opensource-src (5.12.5-5) unstable; urgency=medium
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]

5 years agoImport qtdeclarative-opensource-src_5.12.5-5.debian.tar.xz
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]

6 years agoMerge qtdeclarative-opensource-src (5.12.5-3) import into refs/heads/workingbranch
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

6 years agowait_for_window_exposed
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

6 years agofix_test_remove_qlibraryinfo
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

6 years agodisableopengltests
Debian Qt/KDE Maintainers [Mon, 21 Oct 2019 17:12:14 +0000 (18:12 +0100)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

6 years agoqtdeclarative-opensource-src (5.12.5-3) unstable; urgency=medium
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]

6 years agoImport qtdeclarative-opensource-src_5.12.5-3.debian.tar.xz
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]

6 years agoImport qtdeclarative-opensource-src_5.12.5.orig.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]

6 years agoMerge qtdeclarative-opensource-src (5.11.3-4) import into refs/heads/workingbranch
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

6 years agofix_crash_on_big_endian
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

6 years agox32_no_jit
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

6 years agotestcase_array_iteration
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

6 years agofix_test_remove_qlibraryinfo
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

6 years agodisableopengltests
Debian Qt/KDE Maintainers [Fri, 1 Mar 2019 18:03:33 +0000 (18:03 +0000)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

6 years agoqtdeclarative-opensource-src (5.11.3-4) unstable; urgency=medium
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]

6 years agoImport qtdeclarative-opensource-src_5.11.3-4.debian.tar.xz
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]

6 years agoMerge qtdeclarative-opensource-src (5.11.3-3) import into refs/heads/workingbranch
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

6 years agox32_no_jit
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

6 years agotestcase_array_iteration
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

6 years agofix_test_remove_qlibraryinfo
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

6 years agodisableopengltests
Debian Qt/KDE Maintainers [Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

6 years agoqtdeclarative-opensource-src (5.11.3-3) unstable; urgency=medium
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]

6 years agoImport qtdeclarative-opensource-src_5.11.3-3.debian.tar.xz
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]

6 years agoMerge qtdeclarative-opensource-src (5.11.3-2) import into refs/heads/workingbranch
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

6 years agotestcase_array_iteration
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

6 years agofix_test_remove_qlibraryinfo
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

6 years agodisableopengltests
Debian Qt/KDE Maintainers [Wed, 26 Dec 2018 19:16:50 +0000 (19:16 +0000)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

6 years agoqtdeclarative-opensource-src (5.11.3-2) unstable; urgency=medium
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]

6 years agoImport qtdeclarative-opensource-src_5.11.3-2.debian.tar.xz
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]

7 years agoImport qtdeclarative-opensource-src_5.11.3.orig.tar.xz
Lisandro Damián Nicanor Pérez Meyer [Fri, 7 Dec 2018 12:46:37 +0000 (12:46 +0000)]
Import qtdeclarative-opensource-src_5.11.3.orig.tar.xz

[dgit import orig qtdeclarative-opensource-src_5.11.3.orig.tar.xz]

7 years agoMerge qtdeclarative-opensource-src (5.11.2-3) import into refs/heads/workingbranch
Dmitry Shachnev [Thu, 15 Nov 2018 09:53:51 +0000 (09:53 +0000)]
Merge qtdeclarative-opensource-src (5.11.2-3) import into refs/heads/workingbranch

7 years agotestcase_array_iteration
Debian Qt/KDE Maintainers [Thu, 15 Nov 2018 09:53:51 +0000 (09:53 +0000)]
testcase_array_iteration

Gbp-Pq: Name testcase_array_iteration.patch

7 years agofix_test_remove_qlibraryinfo
Debian Qt/KDE Maintainers [Thu, 15 Nov 2018 09:53:51 +0000 (09:53 +0000)]
fix_test_remove_qlibraryinfo

Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch

7 years agodisableopengltests
Debian Qt/KDE Maintainers [Thu, 15 Nov 2018 09:53:51 +0000 (09:53 +0000)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

7 years agoqtdeclarative-opensource-src (5.11.2-3) unstable; urgency=medium
Dmitry Shachnev [Thu, 15 Nov 2018 09:53:51 +0000 (09:53 +0000)]
qtdeclarative-opensource-src (5.11.2-3) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Update symbols files from mips64r6el build log (closes: #911601).

  [ Helmut Grohne ]
  * Fix FTCBFS: Annotate Build-Depends: python with :any. (Closes: #913243)

[dgit import unpatched qtdeclarative-opensource-src 5.11.2-3]

7 years agoImport qtdeclarative-opensource-src_5.11.2-3.debian.tar.xz
Dmitry Shachnev [Thu, 15 Nov 2018 09:53:51 +0000 (09:53 +0000)]
Import qtdeclarative-opensource-src_5.11.2-3.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.11.2-3 qtdeclarative-opensource-src_5.11.2-3.debian.tar.xz]

7 years agoMerge qtdeclarative-opensource-src (5.11.2-2) import into refs/heads/workingbranch
Dmitry Shachnev [Mon, 15 Oct 2018 18:16:04 +0000 (19:16 +0100)]
Merge qtdeclarative-opensource-src (5.11.2-2) import into refs/heads/workingbranch

7 years agotestcase_array_iteration
Debian Qt/KDE Maintainers [Mon, 15 Oct 2018 18:16:04 +0000 (19:16 +0100)]
testcase_array_iteration

Gbp-Pq: Name testcase_array_iteration.patch

7 years agofix_test_remove_qlibraryinfo
Debian Qt/KDE Maintainers [Mon, 15 Oct 2018 18:16:04 +0000 (19:16 +0100)]
fix_test_remove_qlibraryinfo

Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch

7 years agodisableopengltests
Debian Qt/KDE Maintainers [Mon, 15 Oct 2018 18:16:04 +0000 (19:16 +0100)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

7 years agoqtdeclarative-opensource-src (5.11.2-2) unstable; urgency=medium
Dmitry Shachnev [Mon, 15 Oct 2018 18:16:04 +0000 (19:16 +0100)]
qtdeclarative-opensource-src (5.11.2-2) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched qtdeclarative-opensource-src 5.11.2-2]

7 years agoImport qtdeclarative-opensource-src_5.11.2-2.debian.tar.xz
Dmitry Shachnev [Mon, 15 Oct 2018 18:16:04 +0000 (19:16 +0100)]
Import qtdeclarative-opensource-src_5.11.2-2.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.11.2-2 qtdeclarative-opensource-src_5.11.2-2.debian.tar.xz]

7 years agoImport qtdeclarative-opensource-src_5.11.2.orig.tar.xz
Dmitry Shachnev [Sun, 23 Sep 2018 08:26:37 +0000 (09:26 +0100)]
Import qtdeclarative-opensource-src_5.11.2.orig.tar.xz

[dgit import orig qtdeclarative-opensource-src_5.11.2.orig.tar.xz]

7 years agoMerge qtdeclarative-opensource-src (5.11.1-5) import into refs/heads/workingbranch
Dmitry Shachnev [Sat, 25 Aug 2018 12:08:52 +0000 (13:08 +0100)]
Merge qtdeclarative-opensource-src (5.11.1-5) import into refs/heads/workingbranch

7 years agotestcase_array_iteration
Debian Qt/KDE Maintainers [Sat, 25 Aug 2018 12:08:52 +0000 (13:08 +0100)]
testcase_array_iteration

Gbp-Pq: Name testcase_array_iteration.patch

7 years agofix_test_remove_qlibraryinfo
Debian Qt/KDE Maintainers [Sat, 25 Aug 2018 12:08:52 +0000 (13:08 +0100)]
fix_test_remove_qlibraryinfo

Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch

7 years agodisableopengltests
Debian Qt/KDE Maintainers [Sat, 25 Aug 2018 12:08:52 +0000 (13:08 +0100)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

7 years agoqtdeclarative-opensource-src (5.11.1-5) unstable; urgency=medium
Dmitry Shachnev [Sat, 25 Aug 2018 12:08:52 +0000 (13:08 +0100)]
qtdeclarative-opensource-src (5.11.1-5) unstable; urgency=medium

  * Update symbols files from buildds’ logs (closes: #906531, #907153).
  * Remove unneeded command from debian/rules.
  * Bump Standards-Version to 4.2.0, no changes needed.

[dgit import unpatched qtdeclarative-opensource-src 5.11.1-5]

7 years agoImport qtdeclarative-opensource-src_5.11.1-5.debian.tar.xz
Dmitry Shachnev [Sat, 25 Aug 2018 12:08:52 +0000 (13:08 +0100)]
Import qtdeclarative-opensource-src_5.11.1-5.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.11.1-5 qtdeclarative-opensource-src_5.11.1-5.debian.tar.xz]

7 years agoMerge qtdeclarative-opensource-src (5.11.1-4) import into refs/heads/workingbranch
Lisandro Damián Nicanor Pérez Meyer [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
Merge qtdeclarative-opensource-src (5.11.1-4) import into refs/heads/workingbranch

7 years agotestcase_array_iteration
Debian Qt/KDE Maintainers [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
testcase_array_iteration

Gbp-Pq: Name testcase_array_iteration.patch

7 years agofix_test_remove_qlibraryinfo
Debian Qt/KDE Maintainers [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
fix_test_remove_qlibraryinfo

Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch

7 years agodisableopengltests
Debian Qt/KDE Maintainers [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

7 years agoqtdeclarative-opensource-src (5.11.1-4) unstable; urgency=medium
Lisandro Damián Nicanor Pérez Meyer [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
qtdeclarative-opensource-src (5.11.1-4) unstable; urgency=medium

  * Update symbols files with buildds' logs.

[dgit import unpatched qtdeclarative-opensource-src 5.11.1-4]

7 years agoImport qtdeclarative-opensource-src_5.11.1-4.debian.tar.xz
Lisandro Damián Nicanor Pérez Meyer [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
Import qtdeclarative-opensource-src_5.11.1-4.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.11.1-4 qtdeclarative-opensource-src_5.11.1-4.debian.tar.xz]

7 years agoImport qtdeclarative-opensource-src_5.11.1.orig.tar.xz
Simon Quigley [Tue, 19 Jun 2018 21:26:32 +0000 (22:26 +0100)]
Import qtdeclarative-opensource-src_5.11.1.orig.tar.xz

[dgit import orig qtdeclarative-opensource-src_5.11.1.orig.tar.xz]

7 years agoMerge qtdeclarative-opensource-src (5.10.1-4) import into refs/heads/workingbranch
Simon Quigley [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
Merge qtdeclarative-opensource-src (5.10.1-4) import into refs/heads/workingbranch

7 years agodisable_jit_on_mips
Debian Qt/KDE Maintainers [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
disable_jit_on_mips

Gbp-Pq: Name disable_jit_on_mips.patch

7 years agoDo not make lack of SSE2 support on x86-32 fatal
Guillem Jover [Sun, 11 Oct 2015 23:45:37 +0000 (01:45 +0200)]
Do not make lack of SSE2 support on x86-32 fatal

When an x86-32 CPU does not have SSE2 support (which is the case for
all AMD CPUs, and older Intel CPUs), fallback to use the interpreter,
otherwise use the JIT engine.

Even then, make the lack of SSE2 support on x86-32 fatal when trying
to instantiate a JIT engine, which does require it.

Refactor the required CPU support check into a new pair of privately
exported functions to avoid duplicating the logic, and do so in
functions instead of class members to avoid changing the class
signatures.

Version: 5.7.x
Bug-Debian: https://bugs.debian.org/792594

Gbp-Pq: Name Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch

7 years agofix_test_remove_qlibraryinfo
Debian Qt/KDE Maintainers [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
fix_test_remove_qlibraryinfo

Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch

7 years agodisableopengltests
Debian Qt/KDE Maintainers [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

7 years agoavoid-marking-hidden-windows-updatePending
Debian Qt/KDE Maintainers [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
avoid-marking-hidden-windows-updatePending

Gbp-Pq: Name avoid-marking-hidden-windows-updatePending.patch

7 years agoqtdeclarative-opensource-src (5.10.1-4) unstable; urgency=high
Simon Quigley [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
qtdeclarative-opensource-src (5.10.1-4) unstable; urgency=high

  * Avoid marking hidden windows as updatePending in Gui render loop
    (LP: #1761016).
    - avoid-marking-hidden-windows-updatePending.patch
  * Bump Standards-version to 4.1.4, no changes needed.
  * Bump debhelper compat to 11, no changes needed.
  * Add hardening rules in debian/rules.

[dgit import unpatched qtdeclarative-opensource-src 5.10.1-4]

7 years agoImport qtdeclarative-opensource-src_5.10.1-4.debian.tar.xz
Simon Quigley [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
Import qtdeclarative-opensource-src_5.10.1-4.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.10.1-4 qtdeclarative-opensource-src_5.10.1-4.debian.tar.xz]

7 years agoImport qtdeclarative-opensource-src_5.10.1.orig.tar.xz
Dmitry Shachnev [Mon, 19 Feb 2018 22:10:02 +0000 (22:10 +0000)]
Import qtdeclarative-opensource-src_5.10.1.orig.tar.xz

[dgit import orig qtdeclarative-opensource-src_5.10.1.orig.tar.xz]

8 years agoMerge qtdeclarative-opensource-src (5.9.2-3) import into refs/heads/workingbranch
Dmitry Shachnev [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
Merge qtdeclarative-opensource-src (5.9.2-3) import into refs/heads/workingbranch

8 years agorevert_singletons_change
Debian Qt/KDE Maintainers [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
revert_singletons_change

Gbp-Pq: Name revert_singletons_change.patch

8 years agodisable_jit_on_mips
Debian Qt/KDE Maintainers [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
disable_jit_on_mips

Gbp-Pq: Name disable_jit_on_mips.patch

8 years agoDo not make lack of SSE2 support on x86-32 fatal
Guillem Jover [Sun, 11 Oct 2015 23:45:37 +0000 (01:45 +0200)]
Do not make lack of SSE2 support on x86-32 fatal

When an x86-32 CPU does not have SSE2 support (which is the case for
all AMD CPUs, and older Intel CPUs), fallback to use the interpreter,
otherwise use the JIT engine.

Even then, make the lack of SSE2 support on x86-32 fatal when trying
to instantiate a JIT engine, which does require it.

Refactor the required CPU support check into a new pair of privately
exported functions to avoid duplicating the logic, and do so in
functions instead of class members to avoid changing the class
signatures.

Version: 5.7.x
Bug-Debian: https://bugs.debian.org/792594

Gbp-Pq: Name Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch

8 years agofix_test_remove_qlibraryinfo
Debian Qt/KDE Maintainers [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
fix_test_remove_qlibraryinfo

Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch

8 years agodisableopengltests
Debian Qt/KDE Maintainers [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

8 years agoqtdeclarative-opensource-src (5.9.2-3) unstable; urgency=medium
Dmitry Shachnev [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
qtdeclarative-opensource-src (5.9.2-3) unstable; urgency=medium

  * Bump qtdeclarative-abi version to 5-9-2.
  * Update debian/libqt5qml5.symbols from buildds’ logs.
  * Temporarily revert upstream commit that caused issues in some KDE apps.
  * Upload to unstable.

[dgit import unpatched qtdeclarative-opensource-src 5.9.2-3]

8 years agoImport qtdeclarative-opensource-src_5.9.2-3.debian.tar.xz
Dmitry Shachnev [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
Import qtdeclarative-opensource-src_5.9.2-3.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.9.2-3 qtdeclarative-opensource-src_5.9.2-3.debian.tar.xz]

8 years agoImport qtdeclarative-opensource-src_5.9.2.orig.tar.xz
Dmitry Shachnev [Sat, 14 Oct 2017 21:17:05 +0000 (22:17 +0100)]
Import qtdeclarative-opensource-src_5.9.2.orig.tar.xz

[dgit import orig qtdeclarative-opensource-src_5.9.2.orig.tar.xz]

8 years agoMerge qtdeclarative-opensource-src (5.9.1-6) import into refs/heads/workingbranch
Lisandro Damián Nicanor Pérez Meyer [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
Merge qtdeclarative-opensource-src (5.9.1-6) import into refs/heads/workingbranch

8 years agorebuild-QmlDatapropertyCache-if-deleted
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
rebuild-QmlDatapropertyCache-if-deleted

Gbp-Pq: Name rebuild-QmlDatapropertyCache-if-deleted.patch

8 years agodisable_jit_on_mips
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
disable_jit_on_mips

Gbp-Pq: Name disable_jit_on_mips.patch

8 years agoDo not make lack of SSE2 support on x86-32 fatal
Guillem Jover [Sun, 11 Oct 2015 23:45:37 +0000 (01:45 +0200)]
Do not make lack of SSE2 support on x86-32 fatal

When an x86-32 CPU does not have SSE2 support (which is the case for
all AMD CPUs, and older Intel CPUs), fallback to use the interpreter,
otherwise use the JIT engine.

Even then, make the lack of SSE2 support on x86-32 fatal when trying
to instantiate a JIT engine, which does require it.

Refactor the required CPU support check into a new pair of privately
exported functions to avoid duplicating the logic, and do so in
functions instead of class members to avoid changing the class
signatures.

Version: 5.7.x
Bug-Debian: https://bugs.debian.org/792594

Gbp-Pq: Name Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch

8 years agofix_test_remove_qlibraryinfo
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
fix_test_remove_qlibraryinfo

Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch

8 years agodisableopengltests
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
disableopengltests

Gbp-Pq: Name disableopengltests.patch

8 years agofix_image_source_memory_leak
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
fix_image_source_memory_leak

Gbp-Pq: Name fix_image_source_memory_leak.patch

8 years agoqtdeclarative-opensource-src (5.9.1-6) unstable; urgency=medium
Lisandro Damián Nicanor Pérez Meyer [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
qtdeclarative-opensource-src (5.9.1-6) unstable; urgency=medium

  * Add fix_image_source_memory_leak.patch to fix QTBUG-61754 (Closes: #874581).
  * Update symbols files with buildds' logs.

[dgit import unpatched qtdeclarative-opensource-src 5.9.1-6]