File: changelog

package info (click to toggle)
qt3d-opensource-src 5.7.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 34,416 kB
  • ctags: 27,051
  • sloc: cpp: 178,121; ansic: 5,373; xml: 30; makefile: 27
file content (133 lines) | stat: -rw-r--r-- 5,578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
qt3d-opensource-src (5.7.1+dfsg-2) unstable; urgency=medium

  * Make qt3d5-dev Recommend qt3d5-doc[-html] (Closes: #849980).
    Thanks Ben Finney for the bug report.
  * Make libqt3d5-dev depend upon all the libraries shipped by the source
    package (Closes: #852524). Thanks Johannes Schauer for the bug report.
  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 25 Jan 2017 11:26:31 -0300

qt3d-opensource-src (5.7.1+dfsg-1) unstable; urgency=medium

  * Upstream final release.
    - Bump Qt build dependencies.
  * Add libgl1-mesa-dri as a test build dependency to avoid the message
    "libEGL warning: DRI2: failed to open swrast".
  * Add <!nocheck> to build dependencies used at test time.
    - Bump debhelper dependency to >= 9.20141010~ to allow build profiles to
      work.
  * Make tests non-fatal. We currently only have one failing on some archs,
    but it's a test issue as it doesn't fails if run alone (Closes: #847821).

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 20 Dec 2016 16:05:01 -0300

qt3d-opensource-src (5.7.1~20161122+dfsg-2) unstable; urgency=medium

  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 11 Dec 2016 17:23:00 -0300

qt3d-opensource-src (5.7.1~20161122+dfsg-1) unstable; urgency=medium

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * New upstream snapshot.
    - Bump Qt build dependencies.
  * Bump Standards-Version, no changes required.
  * Update packaging:
    - Libs with "Renderer" changed it's name to "Render". This changes
      SONAME but there are still no rdeps in the archive.
    - Documentation is now shipped under qt3d/.
    - libqt3d5collision5 is not shipped anymore.
    - Ship libqt3dquickinput5.
    - gltfsceneparser now has an auxiliary binary.
    - Regenerate symbols files for all libs. This makes handling both the
      SONAME change and the symbols's nodes changes easier. We still have no
      reverse dependencies to care for.
  * Use secure URLs for the repos.
  * Fix duplicated short description.
  * Update debian/copyright.
    - Do not ship examples/qt3d/planets-qml/images/*, they are clearly
      non-free.
  * Add extensions to xvfb-run needed by tests.
  * Run only one test at a time, this seems to make qaspectengine's
    setRootEntity work.
  * Rename qt3d-gltfsceneparser-plugin to qt3d-gltfsceneio-plugin and
    qt3d-assimpsceneparser-plugin to qt3d-assimpsceneio-plugin following
    upstream's changes.
  * Re do symbols files, this is the first API/ABI stable version that gets
    into Debian.
  * Do not build planets-qml example due to the lack of the required images,
    as we need to remove them from the tarball for being undistributable.

  [ Dmitry Shachnev ]
  * Exclude audio-visualizer-qml example from the tarball because it contains
    a non-free MP3 file (CC BY-ND 2.0).
    - Add qtmultimedia5-dev to Build-Conflicts to make sure that example is
      not built.
    - Tell uscan to repack the tarball.
  * Add some new symbols that appeared in 5.6.1.
  * Bump Standards-Version to 3.9.8, no changes needed.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 09 Dec 2016 23:40:38 -0300

qt3d-opensource-src (5.5.1-5) unstable; urgency=medium

  * Remove libqt5xcb5 from build dependencies. It is now part of libqt5gui5
    which is dragged in by qtbase5-dev (Closes: #817793).
  * Add qml-module-qtquick-scene3d as a qt3d5-examples' dependency, needed
    by qt3d's controls.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 10 Mar 2016 16:03:18 -0300

qt3d-opensource-src (5.5.1-4) unstable; urgency=medium

  * Add pkgconf as a build dependency. It is required to detect assimp files.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 03 Nov 2015 12:24:38 -0300

qt3d-opensource-src (5.5.1-3) unstable; urgency=medium

  * Add libassimp-dev as a build dependency in order to enable assimp support
    (Closes: #803748). Thanks Александр Волков for the bug report.
    - Create the new package qt3d-assimpsceneparser-plugin for it.
  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 02 Nov 2015 15:06:38 -0300

qt3d-opensource-src (5.5.1-2) unstable; urgency=medium

  [ Pino Toscano ]
  * Make sure to remove private headers from all the libraries: extend the
    rm pattern using globs.
  * Remove cmake config files of plugins (like done in other qt5 modules).

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Upload to unstable.
  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 26 Oct 2015 10:13:52 -0300

qt3d-opensource-src (5.5.1-1) experimental; urgency=medium

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * New upstream release.
    - Bump Qt dependencies.
  * Update symbols files with buildds' and current logs.
  * New components: q3dlogic and q3dcollision.
    - Install documentation.
    - Install libraries.
  * Create qt3d-gltfsceneparser-plugin for the GL Transmission Format
    scene parser plugin.

  [ Dmitry Shachnev ]
  * Add symbols files for the new library packages.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 21 Oct 2015 14:10:29 -0300

qt3d-opensource-src (5.5.0-1) experimental; urgency=medium

  [ Timo Jyrinki ]
  * Initial release. (Closes: #697509)

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 04 Sep 2015 13:32:31 +0300