/[pkg-kde]/trunk/packages/kdelibs/debian/changelog
ViewVC logotype

Contents of /trunk/packages/kdelibs/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10610 - (show annotations) (download)
Sat May 17 15:35:33 2008 UTC (5 years ago) by ana
Original Path: branches/kde4/packages/kdelibs/debian/changelog
File size: 18176 byte(s)
experimental
1 kde4libs (4:4.0.74-1) experimental; urgency=low
2
3 * New upstream snapshot.
4 * Raise the added shlibs dependency for kdebase-runtime to 4:4.0.72.
5
6 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 17 May 2008 17:41:23 +0200
7
8 kde4libs (4:4.0.73+svn806390-1) experimental; urgency=low
9
10 * New upstream development snapshot:
11 - The latest upstream commit is r806390 by uwolfer
12 - Date: Sun, 11 May 2008 10:32:27 -0000
13
14 * Corrections to *.install files:
15 - kdelibs5-dev.install: 1 new file(s) added;
16 - kdelibs-bin.install: 1 file(s) removed;
17
18 +++ Changes by Modestas Vainius:
19
20 * Add libacl1-dev to build depends.
21 Refresh 98 patch (kio_file build failure).
22 * Allow to set UPSTREAMVERSION in the environment.
23 * Use external automoc. Build-depend on automoc (>= 1.0~svn805317), make
24 kdelibs5-dev depend on it too.
25
26 +++ Changes by Armin Berres:
27
28 * kdelibs5-dev must replace kdelibs-data << 4:4.0.72-1 after the move of the
29 dbus-1 XML interfaces.
30
31 +++ Changes by Fathi Boudra:
32
33 * Add 20 patch to use DejaVu font as default font.
34 * Add libxml2-utils dependency to kdelibs-bin: meinproc4 needs it.
35
36 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 11 May 2008 13:51:16 +0300
37
38 kde4libs (4:4.0.72-1) experimental; urgency=low
39
40 * New upstream snapshot. (r802761)
41
42 * Fixes heap based buffer overflow via specially encoded image.
43 CVE-2008-1670 (Closes: #478283)
44
45 +++ Changes by Modestas Vainius:
46
47 * 98_link_interfaces_library.diff - major update:
48 - Drop ${QT_QTNETWORK_LIBRARY}, ${QT_QTDBUS_LIBRARY}, ${QT_QTXML_LIBRARY}
49 from kdecore LINK_INTERFACE_LIBRARIES leaving only ${QT_QTCORE_LIBRARY}.
50 Those 3 libraries are no longer implicitly provided by any kdelibs
51 target. This may cause a few link time FTBFSes.
52 - Further update LINK_INTERFACE_LIBRARIES of other public libraries.
53 * Export ${KDE4_THREADWEAVER_LIBRARIES} and an alias for
54 ${KDE4_THREADWEAVER_LIBS} to restore compatibility.
55 * Fix offsets in other patches so they apply cleanly.
56 * Move usr/include/KDE/Phonon from kdelibs5-dev to libphonon-dev. Update
57 *.install files and Replaces for libphonon-dev appropriately.
58 * Enhance 19_findqt4_optional_x11.diff patch. Do not implicitly add
59 -lphread.
60 * Build depend on libenchant-dev.
61 * Add 99_more_implicit_link_libs.diff which adds more implicit link
62 interface libraries to diverge from upstream as least as possible.
63 - In addition, kdecore implies QtDBus, QtXml, QtNetwork.
64 - In addition, kdeui implies QtSvg.
65 - In addition, kde3support and ktuils imply kparts.
66 - In addition, kio implies solid.
67 * Move dbus-1 XML interfaces to kdelibs5-dev.install.
68
69 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 30 Apr 2008 18:03:58 +0200
70
71 kde4libs (4:4.0.70+svn799089-2) experimental; urgency=low
72
73 +++ Changes by Modestas Vainius:
74
75 * Export kparts as khtml interface library.
76
77 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 21 Apr 2008 20:22:47 +0300
78
79 kde4libs (4:4.0.70+svn799089-1) experimental; urgency=low
80
81 * New upstream development snapshot:
82 - The latest upstream commit is r799089.
83
84 +++ Changes by Armin Berres:
85
86 * Update and sort *.install files.
87
88 +++ Changes by Ana Beatriz Guerrero Lopez
89
90 * Add new build depends after Qt4 have updated its build depends:
91 libpng-dev, libssl-dev, libsm-dev.
92 * Add version to the RUNTIME_DEPS in debian/rules.
93
94 +++ Changes by Modestas Vainius:
95
96 * New version of 17_findservicebydesktoppath_try_realfilepath.diff. Still
97 incomplete.
98 * Shrink *-dev dependency list of kdelibs5-dev to libqt4-dev (>= 4.4.0~),
99 libsoprano-dev (>= 2.0.97~). Thanks to Sune Vuorela for determining this
100 set from #include's of the public headers.
101 * Add 18_always_set_cmake_policy.diff patch to set CMake policy settings
102 regardless of KDE_FOUND value.
103 * Introduce 97_use_imported_targets_with_cmake26.diff which changes the way
104 libraries dependences are exported when built with CMake 2.6:
105 - Rationale behind this is to reduce excess linkage.
106 - Build-depend on cmake 2.6 or later. Make kdelibs5-dev depend on
107 cmake 2.6.
108 - Do not use export_library_dependencies() to export library dependences
109 with CMake 2.6. This method was the main source of excess linkage
110 problems. Use a brand new install(EXPORT) instead which supports
111 LINK_INTERFACE_LIBRARIES.
112 - Due to the change above, add "EXPORT kdelibs" property for all public
113 install(TARGETS).
114 - Rewrite the part of FindKDE4Install.cmake which deals with
115 KDE4_*_LIBRARY and KDE4_*_LIBS setup. Since we are using cmake IMPORTED
116 targets now and let cmake do a major part of dependency handling for us,
117 make each KDE4_*_LIBS variable refer to the IMPORTED target of the
118 respective public KDE library. KDE4_*_LIBRARY semantics were not changed
119 and they still point to the result of find_library().
120 * Add 98_link_interface_libraries.diff which:
121 - Tweaks target_link_libraries() calls where dependences where were
122 missing.
123 - Makes use of LINK_INTERFACE_LIBRARIES target property to control which
124 libraries are exported via link interface (property values probably need
125 more tweaking). This is CMake 2.6 or only, ignored for CMake 2.4.
126 * Make kdelibs shlibs "dynamic" and ensure kdebase-runtime from KDE 4.1
127 series is used as runtime dependency.
128 * Build-depend on libglu1-mesa-dev as libqt4-dev 4.4.0~rc1-5 is dropping it
129 from Depends.
130 * Add myself to Uploaders.
131 * Add 19_findqt4_optional_x11.diff - make X11 optional for in FindQt4.cmake.
132
133 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 20 Apr 2008 22:12:38 +0300
134
135 kde4libs (4:4.0.68+svn794641-1) experimental; urgency=low
136
137 * New upstream development snapshot.
138
139 +++ Changes by Modestas Vainius:
140
141 * Sort *.install files
142 * Drop 16_postgresql_include_path_fix.diff - merged upstream.
143 * Add 17_findservicebydesktoppath_try_realfilepath.diff to improve
144 desktop file location by path on the systems where e.g. /usr is a
145 symlink. Please note this patch still does not fix what I developed
146 it for. So it's useless but it does not hurt. Work in progress.
147
148 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 06 Apr 2008 22:12:02 +0300
149
150 kde4libs (4:4.0.68-1) experimental; urgency=low
151
152 * New upstream snapshot.
153
154 +++ Changes by Modestas Vainius:
155
156 * Add Replaces: kdebase-runtime-data << KDE 4.1 for kdelibs5-dev due to
157 common file /usr/share/kde4/apps/cmake/modules/FindXine.cmake
158
159 +++ Changes by Ana Beatriz Guerrero Lopez:
160
161 * Tighten build depend version on libstreamanalyzer-dev 0.5.8-2
162 from experimental.
163
164 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 03 Apr 2008 22:37:56 +0200
165
166 kde4libs (4:4.0.66+svn791114-1) experimental; urgency=low
167
168 * First KDE 4.1 snapshot packaged, this is going to experimental.
169 * Update installed files.
170 * Refresh and update patches.
171 * Bump to new version number where needed.
172 * Add some versioned depends on Qt4 4.4.
173 * Replace libqt4-debug with libqt4-dbg.
174 * Build depend on soprano >= 2.0.97~.
175
176 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Fri, 28 Mar 2008 13:36:21 +0100
177
178 kde4libs (4:4.0.2-1) unstable; urgency=low
179
180 * New upstream release.
181
182 +++ Changes by Armin Berres:
183
184 * Don't bump shlibs version automatically on every upload. Bumping on new
185 upstream versions is enough now that the libs are stable.
186 * Add versioned shlibs to libphonon4.
187 * Remove kde-icons-oxygen and kdebase-runtime-data from the shlibs file of
188 kdelibs5. kdebase-runtime depends on them anyway.
189 * Add strict dependency of kdelibs-bin on kdelibs5 and use a more obvious
190 way to remove the dependency on kdebase-runtime. shlibs.local is no more
191 needed now.
192
193 +++ Changes by Matthew Rosewarne:
194
195 * Build-Depend on libgif-dev instead of libungif4-dev.
196
197 +++ Changes by Modestas Vainius:
198
199 * New patch 16_postgresql_include_path_fix.diff, which adds PostgreSQL
200 include paths used on Debian to FindPostgreSQL cmake module.
201
202 +++ Changes by Ana Beatriz Guerrero Lopez:
203
204 * Drop patches pulled from KDE's SVN, now part of the release
205 - 01_make_stackingOrder_work_r769072.diff
206 - 02_re-register_global_shortcuts_r769363.diff
207 * Update installed files.
208 * Update UPSTREAMVERSION in debian/rules.
209
210 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Tue, 04 Mar 2008 12:52:59 +0100
211
212 kde4libs (4:4.0.1-1) unstable; urgency=low
213
214 * New upstream release.
215
216 +++ Changes by Matthew Rosewarne:
217
218 * Make dependencies binNMU-friendly.
219 * Bump Soprano minimum version to 2.0.0.
220 * Remove redundant Depends: shared-mime-info from kdelibs5-dev.
221 * Add Suggests: kdelibs5-doc to kdelibs5-dev.
222
223 +++ Changes by Armin Berres:
224
225 * Update 10_kdehome_kde4 patch. Set kde home directory to ~/.kde4
226 where ~/.kde was used. Thanks to Jonathan Riddell and Suse people.
227 * Update installed files.
228 * Drop no more needed patch 16_arm_fixes.diff.
229
230 +++ Changes by Fathi Boudra:
231
232 * Make kdelibs5-dev installable on GNU/kFreeBSD. Thanks to Aurelien Jarno.
233 (Closes: #462338)
234 * Add dbus-x11 dependency to kdelibs5. Thanks to Chris Desjardins.
235 * Add Vcs-Browser and Vcs-Svn fields.
236 * Cherry pick from branches/KDE/4.0:
237
238 + 02_re-register_global_shortcuts_r769363:
239 Re-register global shortcuts if kded4 is restarted.
240
241 +++ Changes by Adeodato Simó:
242
243 * Cherry pick from /branches/KDE/4.0:
244
245 + 01_make_stackingOrder_work_r769072: fix KWindowSystem::stackingOrder() to
246 actually return a non-empty list with the list of windows.
247
248 +++ Changes by Ana Beatriz Guerrero Lopez:
249
250 * Update to debhelper 6.
251 * Add versioned b-d on cdbs (>= 0.4.51) to get debhelper 6 support and fixed
252 cmake.mk class.
253
254 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 04 Feb 2008 09:59:44 +0100
255
256 kde4libs (4:4.0.0-2) unstable; urgency=low
257
258 +++ Changes by Fathi Boudra:
259
260 * Update arm patch. Avoid conversion to float. Thanks to Pino Toscano.
261 * Move hal and pmount Recommends to kdebase-runtime-bin-kde4 package.
262 * Rename kdelibs-dbg to kdelibs5-dbg.
263 Conflicts/Replaces against kdelibs-dbg >= 4:3.91.0-1 and << 4:4.0.0-2
264
265 +++ Changes by Armin Berres:
266
267 * Add ${shlibs:Depends} dependency to kdelibs5-dev.
268
269 -- Fathi Boudra <fabo@debian.org> Sun, 13 Jan 2008 00:39:59 +0100
270
271 kde4libs (4:4.0.0-1) experimental; urgency=low
272
273 * New upstream release. KDE 4.0.0 yay!
274
275 +++ Changes by Armin Berres:
276
277 * Add patch to disable debug information by default. They can be enabled
278 with kdebugdialog.
279 * Add patch to build no special debug code, but release code, and remove
280 all hardcoded optimization and debug compiler flags. Use $(CXXFLAGS) and
281 $(CFLAGS) instead.
282
283 +++ Changes by Ana Beatriz Guerrero Lopez:
284
285 * Update patch 15_kfreebsd_support to build in kfreebsd after latest changes
286 in ConfigureChecks.cmake.
287 * Update lintian overrides.
288 * Add patch to fix make it build in arm and hopefully armel. Thanks Aurel.
289 (Closes: #459515)
290
291 +++ Changes by Matthew Rosewarne:
292
293 * Add Homepage: to control.
294 * Tweak package descriptions.
295 * Replace dependency on xbase-clients with xauth.
296 * Replace source:Version with binary:Version.
297
298 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 09 Jan 2008 06:19:10 +0100
299
300 kde4libs (4:3.98.0~svn755919-1) experimental; urgency=low
301
302 * New svn snapshot release to revision 755919.
303
304 +++ Changes by Fathi Boudra:
305
306 * Build-dep on soprano >= 1.99~rc2-1. (Closes: #458334)
307 * Split kdelibs5-dev and kdelibs. Move Phonon in his own packages.
308
309 +++ Changes by Ana Beatriz Guerrero Lopez:
310
311 * Fix offsets in 15_kfreebsd_support patch.
312 * Update years in debian/copyright. Happy new year!
313
314 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 02 Jan 2008 14:08:10 +0100
315
316 kde4libs (4:3.98.0~svn753247-1) experimental; urgency=low
317
318 * Svn snapshot of revision 753247.
319 * Remove extra LDFLAGS. Included via CDBS now.
320 * Update patches.
321 * Update installed files.
322 * Force runtime dependency on kdebase-runtime instead of the removed
323 kdebase-runtime-bin.
324
325 -- Armin Berres <trigger+debian@space-based.de> Thu, 27 Dec 2007 16:11:13 +0100
326
327 kde4libs (4:3.97.0-2) experimental; urgency=low
328
329 * The "Pizza with Champagne" release.
330
331 +++ Changes by Armin Berres:
332
333 * Add patch to hardcode /dev/ptmx as ptm device to work around broken
334 build environments.
335
336 +++ Changes by Ana Beatriz Guerrero Lopez:
337
338 * Add patch for kfreebsd support.
339
340 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 15 Dec 2007 03:31:22 +0100
341
342 kde4libs (4:3.97.0-1) experimental; urgency=low
343
344 * New upstream release.
345 * Update *.install files.
346 * Update Standards-Version to 3.7.3.
347 * Remove README.Debian, packages are stable now.
348 * Update package descriptions, remove references to beta status.
349 * Add export LDFLAGS+="-Wl,--as-needed" in rules to make dpkg-shlibdeps
350 happier.
351 * Do not build depend on libasound2-dev and libkeyutils-dev in the archs
352 they do not exist.
353 * Move Depends on hal | kfreebsd-gnu | hurd, pmount | kfreebsd-gnu | hurd,
354 to Recommends. (Closes: #452255)
355 * Add lintian override for extra-license-file warnings in kdelibs5-data.
356
357 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Sun, 09 Dec 2007 15:47:28 +0100
358
359 kde4libs (4:3.96.0-1) experimental; urgency=low
360
361 * New upstream release.
362 * Update *.install files.
363
364 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Wed, 14 Nov 2007 13:17:32 +0100
365
366 kde4libs (4:3.95.2-1) experimental; urgency=low
367
368 * New upstream release.
369
370 +++ Changes by Fathi Boudra:
371
372 * Bump build dependencies versions.
373 * Update installed files.
374
375 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 08 Nov 2007 20:18:43 +0100
376
377 kde4libs (4:3.95.0-1) experimental; urgency=low
378
379 * New upstream release: KDE4 beta 4.
380
381 +++ Changes by Fathi Boudra:
382
383 * Remove libpulse0 conflict. It was a temporary workaround.
384 * Update 11_applications_menu patch. We must keep the extension unchanged.
385 * Add 12_deprecate_applnk patch. We use /usr/share/applications in any case.
386
387 +++ Changes by Armin Berres:
388
389 * Update *.install files.
390
391 +++ Changes by Sune Vuorela:
392
393 * Leet shlibs hacking.
394
395 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 25 Oct 2007 14:47:24 +0200
396
397 kde4libs (4:3.94.0-2) experimental; urgency=low
398
399 +++ Changes by Fathi Boudra:
400
401 * Pull SVN branch to r726725.
402
403 +++ Changes by Armin Berres:
404
405 * Add debug package.
406 * Make kdelibs5-dev depend on recent soprano.
407 * Add dependency of kdelibs5 on kde-icons-oxygen. It is needed by nearly
408 every KDE4 application.
409
410 +++ Changes by Ana Beatriz Guerrero Lopez:
411
412 * Update *.install files.
413
414 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 18 Oct 2007 20:56:22 +0200
415
416 kde4libs (4:3.94.0-1) experimental; urgency=low
417
418 * KDE4 beta3.
419
420 +++ Changes by Armin Berres:
421
422 * Add kdelibs5 dependency on shared-mime-info.
423 * Update *.install files.
424 * Install man pages.
425 * Rename debian/no-install.txt to debian/not-installed and reformat it for
426 being usable with "debian/rules list-missing".
427 * Update patches.
428 * Depend on up to date libsoprano.
429 * Conflict with libpulse0 for preventing crashes. This is definitely just a
430 temporary workaround and should be removed ASAP.
431 * Depend on hal which is used as Solid backend.
432 * Depend on pmount.
433
434 +++ Changes by Sune Vuorela:
435
436 * kjscmd also exists in kjscmd from kdebindings. Adding conflict.
437
438 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 17 Oct 2007 13:42:50 +0200
439
440 kde4libs (4:3.93.0-1) experimental; urgency=low
441
442 * New upstream version.
443 - Remove patches: 01_libkdeprint_management_soname and
444 02_strigi-0.5.5_support merged upstream. And 12_no_emoticon is not
445 longer needed.
446 * Update *.install files.
447 * Update not-installed.list
448 * Remove prune-nonfree, there is not longer non-free stuff.
449
450 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Sun, 03 Sep 2007 20:13:59 +0200
451
452 kde4libs (4:3.92.0.dfsg.1-2) experimental; urgency=low
453
454 +++ Changes by Fathi Boudra:
455
456 * Add patch to support strigi-0.5.5.
457 * Move binaries to kdelibs5-dev:
458 * checkXML, kconfig_compiler, ksvgtopng, kunittestmodrunner,
459 makekdewidgets, preparetips.
460 * Add kdelibs5-dev conflicts against kdelibs4-dev.
461 * Remove qt4-designer-kde4-plugins package. No need to have an extra package
462 as qt4 designer plugins are higky dependent on kdelibs5 and development.
463 * Add qt4_designer_plugins_path patch to fix plugins installation path.
464
465 +++ Changes by Ana Beatriz Guerrero Lopez:
466
467 * No shipping emoticons images to avoid conflicts with current kdebase-data
468 (KDE3), patch 12. See list in no-install.list.
469 * Add patch 04_libkdeprint_management_soname.diff to avoid same soname name
470 than in current KDE version.
471 * Build-Depend only on libungif4-dev. kdegraphics b-d on imlib11 that b-d on
472 libungif4-dev, if we build against libgif-dev, this kdelibs version and
473 kdegraphics3 can not co-exist.
474
475 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 13 Aug 2007 02:21:33 +0200
476
477 kde4libs (4:3.92.0.dfsg.1-1) experimental; urgency=low
478
479 * KDE4 beta 1, first upload to the Debian archive.
480 * Update *.install files.
481 * Prune non-free files, added script prune-nonfree.
482 * Add patches:
483 * 01_kdehome_kde4: set kdehome directory to .kde4.
484 * 02_applications_menu_kde4: append .kde4 to applications.menu.
485 * Add warning about experimental packages in README.Debian.
486 * Remade the copyright file, thanks to Marc 'HE' Brockschmidt, for
487 sharing the fun.
488
489 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Mon, 06 Aug 2007 16:38:29 +0200
490
491 kde4libs (4:3.91.0-1) alioth; urgency=low
492
493 * New alpha.
494
495 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Sun, 01 Jul 2007 16:12:54 +0200
496
497 kde4libs (4:3.90+svn20070601-r670402-1) alioth; urgency=low
498
499 * Initial release of KDE4.
500
501 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 10 May 2007 16:02:37 +0100
502

  ViewVC Help
Powered by ViewVC 1.1.5