[ubuntu/jaunty] qt4-x11 4.4.3-1ubuntu1 (Accepted)

Jonathan Riddell jriddell at ubuntu.com
Wed Nov 5 17:40:28 GMT 2008


qt4-x11 (4.4.3-1ubuntu1) jaunty; urgency=low

  * Merge with Debian, remaining changes
   - kubuntu_03_use_bash_in_configure.diff
   - kubuntu_08_systray_fix.diff
  * Not using firebird (ibase)
  * Add links from /usr/share/qt4/lib/ to /usr/lib for Qt libraries
    needed for Qt Jambi

qt4-x11 (4.4.3-1) unstable; urgency=low

  * New upstream release:
    It includes updated copyright headers, as well as updated application icons
    and other graphics to reflect the look and feel of the new Qt brand.

  +++ Changes by Fathi Boudra:

  * Update copyright.
  * Remove Debian patches:
    - 60_m68k_inotify_fix.diff (merged upstream)

  +++ Changes by Sune Vuorela:

  * Bump shlibs to 4.4.3. Upstream had apparantly by mistake added at least
    one symbol to 4.4.1 that wasn't in 4.4.0, but no way to fix it.

qt4-x11 (4.4.2-2) unstable; urgency=low

  +++ Changes by Fathi Boudra:

  * Add missing Replaces to qt4-qmake.
  * Add qt-copy patches:
    - 0254-fix-qgraphicsproxywidget-deletion-crash.diff
      Fix deletion of a qgraphicsproxywidget if it is in a layout.
      It Will be included in Qt 4.4.4.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Small updates in debian/control:
    - Use always Qt 4 instead of Qt4.
    - Remove architectures that are not being worked on anymore.
    - Some typo.

qt4-x11 (4.4.2-1) unstable; urgency=low

  * New upstream release.

  +++ Changes by Fathi Boudra:

  * Remove upstream patches:
    - 0002_https_lowercase.diff
  * Add Debian patches:
    - 17_add_postgresql_8.3_support.diff
  * Remove Debian patches:
    - 72_generic_arch_atomic_header_fix.diff
  * Sync qt-copy patches:
    * Add:
      - 0245-fix-randr-changes-detecting.diff
      - 0248-fix-qwidget-scroll-slowness.diff
      - 0249-webkit-stale-frame-pointer.diff (fix CVE-2008-3632)
    * Remove:
      - 0214-fix-qgraphicsproxywidget-tab-crash.diff
      - 0230-qtextcontrol-selectnextword.diff
      - 0232-fix-qdesktopwidget-screen-merge.diff
      - 0233-fix-q3textbrowser-image.diff
      - 0235-qdbus-dispatch-async-timeout.diff
      - 0236-qtoolbararealayout-restore.diff
      - 0241-fix-null-stylesheet-warning.diff
  * Add missing QHelpGlobal include in libqt4-dev package.
  * Remove doxygen build dependency.
    It is useless to generate a tag file as Qt is shipped with qt.tags file.
  * Split qmake in its own qt4-qmake package. (Closes: #437354)

qt4-x11 (4.4.1-1) experimental; urgency=low

  * New upstream release. (Closes: #483790)

  +++ Changes by Fathi Boudra:

  * Bump Standards-Version to 3.8.0 (no changes needed).
  * Add 0241-fix-null-stylesheet-warning.diff from qt-copy.
  * Update libqt4-dev.install: windows related files are not installed anymore.
  * Update Qt 4 designer short descriptions. (Closes: #493379)
  * Replace libcupsys2-dev build dependency by libcups2-dev.

  +++ Changes by Sune Vuorela:

  * Remove watchfile. it doesn't work.
  * mention qmake-qt4 in description of libqt4-dev. (Closes: 415816)
  * Apply patch from friendly hurd porters. (Closes: 485931)
  * Make the rules file parallel build safe.

  +++ Changes by Modestas Vainius:

  * Resync our qt-copy patches with KDE svn:
    * add:
      - 0232-fix-qdesktopwidget-screen-merge.diff
    * removed from qt-copy KDE svn:
      - 0210-fix-crash-q3stylesheet-font-size.diff
      - 0220-no-x-recursion-in-xerrhandler.diff
      - 0223-fix-qpixmap-hasalpha.diff
      - 0227-qdatastream-regression.diff
      - 0228-qsortfilterproxymodel-invalidate-noscroll.diff
    * refresh:
      0167, 0180, 0195, 0203, 0209, 0214, 0216,
      0224, 0226, 0230, 0233, 0235, 0236.
    * other qt-copy patches are in 4.4.1.
  * Resync our patches:
    * remove, merged (stolen from) upstream:
      - 0001_webkit_backround_in_scrollbars_webkit-5b0ea6b840a6e25e97b886e185...
      - 21_qprintdialog_honour_fileprintersadded.diff
      - 73_from4.4.1_no_AAAA_when_ipv6_disabled.diff
      - 90_gcc43.diff
    * partially merged upstream, leave unmerged parts:
      - 71_hppa_unaligned_access_fix_458133.diff
    * refresh:
      - 05_append_qt4_target.diff
      - 14_add_libraries_to_gui_build_where_actually_needed.diff
      - 20_mips_atomic_ops.diff
      - 50_kfreebsd_build_fix.diff
  * Leave shlibs at (>= 4.4.0) since 4.4.1 is supposed to be backwards and
    forward compatible with 4.4.0.

qt4-x11 (4.4.0-4) unstable; urgency=low

  +++ Changes by Sune Vuorela:

  * Get patch from 4.4.2 (yes!) to fix painting of scrollbars in webkit with
    some styles.
  * Get patch from 4.4.2 to allow Https to be treated as https in -network.
  * Fix some unaligned access issues that makes any webkit using application
    crash (SIGBUS) on archs where this isn't allowed. Patch by Mike Hommey.
    See #487745 for details.
  * Don't make the std:: symbols in webkit public. Solution based on the work
    of Mike Hommey in the gtk webkit package.
  * Add 0235-qdbus-dispatch-async-timeout.diff from qt copy. Acked in qt-copy
    by Thiago.
  * Add 0236-qtoolbararealayout-restore.diff to fix a regression in qt4.4.
    Patch from Trolltech.
  * Add 0003_tab_text_cutoff.diff patch to fix rendering of text in tabs.
    Patch available in qt4.5.
  * Add 0234-fix-mysql-threaded.diff from qt-copy to fix usage of qt with
    mysql in multithreaded environments

  +++ Changes by Modestas Vainius:

  * Add 21_qprintdialog_honour_fileprintersadded.diff patch to fix the problem
    with QPrintDialog misdetecting some normal printers as virtual file printers
    on dialog exec and when PrintToFile is disabled (TT #214505).
  * Add 0233-fix-q3textbrowser-image.diff patch from qt copy.

Date: Wed, 05 Nov 2008 14:20:44 +0000
Changed-By: Jonathan Riddell <jriddell at ubuntu.com>
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/qt4-x11/4.4.3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 05 Nov 2008 14:20:44 +0000
Source: qt4-x11
Binary: libqtcore4 libqt4-core libqtgui4 libqt4-gui libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2 libqt4-svg libqt4-webkit libqt4-xml libqt4-xmlpatterns libqt4-dbus libqt4-qt3support libqt4-designer libqt4-help libqt4-assistant libqt4-test libqt4-dev libqt4-opengl-dev libqt4-dbg libqt4-webkit-dbg libqt4-xmlpatterns-dbg qt4-designer qt4-dev-tools qt4-qmake qt4-qtconfig qt4-demos qt4-doc qt4-doc-html
Architecture: source
Version: 4.4.3-1ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
Changed-By: Jonathan Riddell <jriddell at ubuntu.com>
Description: 
 libqt4-assistant - Qt 4 assistant module
 libqt4-core - transitional package for Qt 4 core non-GUI runtime libraries
 libqt4-dbg - Qt 4 library debugging symbols
 libqt4-dbus - Qt 4 D-Bus module
 libqt4-designer - Qt 4 designer module
 libqt4-dev - Qt 4 development files
 libqt4-gui - transitional package for Qt 4 GUI runtime libraries
 libqt4-help - Qt 4 help module
 libqt4-network - Qt 4 network module
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-opengl-dev - Qt 4 OpenGL library development files
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-script - Qt 4 script module
 libqt4-sql - Qt 4 SQL module
 libqt4-sql-mysql - Qt 4 MySQL database driver
 libqt4-sql-odbc - Qt 4 ODBC database driver
 libqt4-sql-psql - Qt 4 PostgreSQL database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
 libqt4-svg - Qt 4 SVG module
 libqt4-test - Qt 4 test module
 libqt4-webkit - Qt 4 WebKit module
 libqt4-webkit-dbg - Qt 4 WebKit library debugging symbols
 libqt4-xml - Qt 4 XML module
 libqt4-xmlpatterns - Qt 4 XML patterns module
 libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
 libqtcore4 - Qt 4 core module
 libqtgui4  - Qt 4 GUI module
 qt4-demos  - Qt 4 examples and demos
 qt4-designer - graphical designer for Qt 4 applications
 qt4-dev-tools - Qt 4 development tools
 qt4-doc    - Qt 4 API documentation
 qt4-doc-html - Qt 4 API documentation (HTML format)
 qt4-qmake  - Qt 4 qmake Makefile generator tool
 qt4-qtconfig - Qt 4 configuration tool
Closes: 415816 437354 483790 485931 493379
Changes: 
 qt4-x11 (4.4.3-1ubuntu1) jaunty; urgency=low
 .
   * Merge with Debian, remaining changes
    - kubuntu_03_use_bash_in_configure.diff
    - kubuntu_08_systray_fix.diff
   * Not using firebird (ibase)
   * Add links from /usr/share/qt4/lib/ to /usr/lib for Qt libraries
     needed for Qt Jambi
 .
 qt4-x11 (4.4.3-1) unstable; urgency=low
 .
   * New upstream release:
     It includes updated copyright headers, as well as updated application icons
     and other graphics to reflect the look and feel of the new Qt brand.
 .
   +++ Changes by Fathi Boudra:
 .
   * Update copyright.
   * Remove Debian patches:
     - 60_m68k_inotify_fix.diff (merged upstream)
 .
   +++ Changes by Sune Vuorela:
 .
   * Bump shlibs to 4.4.3. Upstream had apparantly by mistake added at least
     one symbol to 4.4.1 that wasn't in 4.4.0, but no way to fix it.
 .
 qt4-x11 (4.4.2-2) unstable; urgency=low
 .
   +++ Changes by Fathi Boudra:
 .
   * Add missing Replaces to qt4-qmake.
   * Add qt-copy patches:
     - 0254-fix-qgraphicsproxywidget-deletion-crash.diff
       Fix deletion of a qgraphicsproxywidget if it is in a layout.
       It Will be included in Qt 4.4.4.
 .
   +++ Changes by Ana Beatriz Guerrero Lopez:
 .
   * Small updates in debian/control:
     - Use always Qt 4 instead of Qt4.
     - Remove architectures that are not being worked on anymore.
     - Some typo.
 .
 qt4-x11 (4.4.2-1) unstable; urgency=low
 .
   * New upstream release.
 .
   +++ Changes by Fathi Boudra:
 .
   * Remove upstream patches:
     - 0002_https_lowercase.diff
   * Add Debian patches:
     - 17_add_postgresql_8.3_support.diff
   * Remove Debian patches:
     - 72_generic_arch_atomic_header_fix.diff
   * Sync qt-copy patches:
     * Add:
       - 0245-fix-randr-changes-detecting.diff
       - 0248-fix-qwidget-scroll-slowness.diff
       - 0249-webkit-stale-frame-pointer.diff (fix CVE-2008-3632)
     * Remove:
       - 0214-fix-qgraphicsproxywidget-tab-crash.diff
       - 0230-qtextcontrol-selectnextword.diff
       - 0232-fix-qdesktopwidget-screen-merge.diff
       - 0233-fix-q3textbrowser-image.diff
       - 0235-qdbus-dispatch-async-timeout.diff
       - 0236-qtoolbararealayout-restore.diff
       - 0241-fix-null-stylesheet-warning.diff
   * Add missing QHelpGlobal include in libqt4-dev package.
   * Remove doxygen build dependency.
     It is useless to generate a tag file as Qt is shipped with qt.tags file.
   * Split qmake in its own qt4-qmake package. (Closes: #437354)
 .
 qt4-x11 (4.4.1-1) experimental; urgency=low
 .
   * New upstream release. (Closes: #483790)
 .
   +++ Changes by Fathi Boudra:
 .
   * Bump Standards-Version to 3.8.0 (no changes needed).
   * Add 0241-fix-null-stylesheet-warning.diff from qt-copy.
   * Update libqt4-dev.install: windows related files are not installed anymore.
   * Update Qt 4 designer short descriptions. (Closes: #493379)
   * Replace libcupsys2-dev build dependency by libcups2-dev.
 .
   +++ Changes by Sune Vuorela:
 .
   * Remove watchfile. it doesn't work.
   * mention qmake-qt4 in description of libqt4-dev. (Closes: 415816)
   * Apply patch from friendly hurd porters. (Closes: 485931)
   * Make the rules file parallel build safe.
 .
   +++ Changes by Modestas Vainius:
 .
   * Resync our qt-copy patches with KDE svn:
     * add:
       - 0232-fix-qdesktopwidget-screen-merge.diff
     * removed from qt-copy KDE svn:
       - 0210-fix-crash-q3stylesheet-font-size.diff
       - 0220-no-x-recursion-in-xerrhandler.diff
       - 0223-fix-qpixmap-hasalpha.diff
       - 0227-qdatastream-regression.diff
       - 0228-qsortfilterproxymodel-invalidate-noscroll.diff
     * refresh:
       0167, 0180, 0195, 0203, 0209, 0214, 0216,
       0224, 0226, 0230, 0233, 0235, 0236.
     * other qt-copy patches are in 4.4.1.
   * Resync our patches:
     * remove, merged (stolen from) upstream:
       - 0001_webkit_backround_in_scrollbars_webkit-5b0ea6b840a6e25e97b886e185...
       - 21_qprintdialog_honour_fileprintersadded.diff
       - 73_from4.4.1_no_AAAA_when_ipv6_disabled.diff
       - 90_gcc43.diff
     * partially merged upstream, leave unmerged parts:
       - 71_hppa_unaligned_access_fix_458133.diff
     * refresh:
       - 05_append_qt4_target.diff
       - 14_add_libraries_to_gui_build_where_actually_needed.diff
       - 20_mips_atomic_ops.diff
       - 50_kfreebsd_build_fix.diff
   * Leave shlibs at (>= 4.4.0) since 4.4.1 is supposed to be backwards and
     forward compatible with 4.4.0.
 .
 qt4-x11 (4.4.0-4) unstable; urgency=low
 .
   +++ Changes by Sune Vuorela:
 .
   * Get patch from 4.4.2 (yes!) to fix painting of scrollbars in webkit with
     some styles.
   * Get patch from 4.4.2 to allow Https to be treated as https in -network.
   * Fix some unaligned access issues that makes any webkit using application
     crash (SIGBUS) on archs where this isn't allowed. Patch by Mike Hommey.
     See #487745 for details.
   * Don't make the std:: symbols in webkit public. Solution based on the work
     of Mike Hommey in the gtk webkit package.
   * Add 0235-qdbus-dispatch-async-timeout.diff from qt copy. Acked in qt-copy
     by Thiago.
   * Add 0236-qtoolbararealayout-restore.diff to fix a regression in qt4.4.
     Patch from Trolltech.
   * Add 0003_tab_text_cutoff.diff patch to fix rendering of text in tabs.
     Patch available in qt4.5.
   * Add 0234-fix-mysql-threaded.diff from qt-copy to fix usage of qt with
     mysql in multithreaded environments
 .
   +++ Changes by Modestas Vainius:
 .
   * Add 21_qprintdialog_honour_fileprintersadded.diff patch to fix the problem
     with QPrintDialog misdetecting some normal printers as virtual file printers
     on dialog exec and when PrintToFile is disabled (TT #214505).
   * Add 0233-fix-q3textbrowser-image.diff patch from qt copy.
Checksums-Sha1: 
 e8add5d9e322c9b22d290f923cdb043d5626d615 2498 qt4-x11_4.4.3-1ubuntu1.dsc
 05381d14d9a8a7cf8f1542068c5da7cfbbfb2527 109287 qt4-x11_4.4.3-1ubuntu1.diff.gz
Checksums-Sha256: 
 2a766b8b8b74fa3a019d26a6fdd13c2cf6204f7ecf07f62ee6f1943e78c677a1 2498 qt4-x11_4.4.3-1ubuntu1.dsc
 fa9b08a257d860c1702a9d1c53110e46f325c3b34fd6acab3e05a0a9d4f91b1c 109287 qt4-x11_4.4.3-1ubuntu1.diff.gz
Files: 
 b0a5300cd2c9a2901f422cb7fa28610f 2498 libs optional qt4-x11_4.4.3-1ubuntu1.dsc
 d28ccfca6f56eb649d3cfb6d1fa5b80f 109287 libs optional qt4-x11_4.4.3-1ubuntu1.diff.gz
Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkR2HEACgkQpQbm1N1NUIisGwCguMUdGoYoY8UUAy5PmOQHV1QY
T7UAn2oI6pEa4iMaR1wlrmW2C8oygICM
=S6Xj
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list