[ubuntu/lucid] gcc-4.3 4.3.4-9ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Sat Apr 10 16:35:19 BST 2010


gcc-4.3 (4.3.4-9ubuntu1) lucid; urgency=low

  * Merge with Debian; remaining changes:
    - Built from upstream tarball, regenerate the control file.

gcc-4.3 (4.3.4-9) unstable; urgency=low

  * Update to SVN 20100410 from the gcc-4_3-branch.
    - Fix PR rtl-optimization/43360, PR rtl-optimization/41917,
      PR libstdc++/21769, PR ada/41912, PR tree-optimization/43528,
      PR target/43524, PR target/42113, PR middle-end/42718, PR target/43458.
  * Update cell-4_3-branch to 20100216.

  [ Nobuhiro Iwamatsu ]
  * gcc-multiarch.dpatch: Update for sh4. Closes: #546443.

  [ Iain Buclaw ]
  * Update to new upstream mecurial branch 20100405.
    - gdc-4.3.dpatch: Add.
    - gdc-libphobos-std-process.dpatch: Add.
    - gdc-fix-build.dpatch: Update.
    - gdc-libphobos-build.dpatch: Update.
    - gdc-pr26885.dpatch: Update.
  * debian/control.m4: update upstream website.
  * Fix gdc build on armel.
  * Work around build problem on kfreebsd-amd64.
  * Fix libphobos build for kfreebsd platforms.
  * Fixes error on static initialization of arrays with trailing comma.

  [ Arthur Loiret ]
  * debian/control: Update my email's address.

  [ Matthias Klose ]
  * Let the gcc driver know about .[dD] files.
  * Configure --with-pkgversion with correct gdc-4.3 version.

Date: Sat, 10 Apr 2010 16:47:17 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Matthias Klose <matthias.klose at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/gcc-4.3/4.3.4-9ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 16:47:17 +0200
Source: gcc-4.3
Binary: gcc-4.3-base gcc-4.3 gcc-4.3-multilib gcc-4.3-hppa64 gcc-4.3-spu g++-4.3-spu gfortran-4.3-spu cpp-4.3 cpp-4.3-doc gcc-4.3-locales g++-4.3 g++-4.3-multilib libmudflap0-4.3-dev gobjc++-4.3 gobjc++-4.3-multilib gobjc-4.3 gobjc-4.3-multilib gfortran-4.3 gfortran-4.3-multilib gfortran-4.3-doc libstdc++6-4.3-dev libstdc++6-4.3-pic libstdc++6-4.3-dbg lib32stdc++6-4.3-dbg lib64stdc++6-4.3-dbg libn32stdc++6-4.3-dbg libstdc++6-4.3-doc gcc-4.3-soft-float gcc-4.3-doc gcc-4.3-source
Architecture: source
Version: 4.3.4-9ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 cpp-4.3    - The GNU C preprocessor
 cpp-4.3-doc - Documentation for the GNU C preprocessor (cpp)
 g++-4.3    - The GNU C++ compiler
 g++-4.3-multilib - The GNU C++ compiler (multilib files)
 g++-4.3-spu - SPU cross-compiler (C++ compiler)
 gcc-4.3    - The GNU C compiler
 gcc-4.3-base - The GNU Compiler Collection (base package)
 gcc-4.3-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcc-4.3-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.3-locales - The GNU C compiler (native language support files)
 gcc-4.3-multilib - The GNU C compiler (multilib files)
 gcc-4.3-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.3-source - Source of the GNU Compiler Collection
 gcc-4.3-spu - SPU cross-compiler (preprocessor and C compiler)
 gfortran-4.3 - The GNU Fortran 95 compiler
 gfortran-4.3-doc - Documentation for the GNU Fortran compiler (gfortran)
 gfortran-4.3-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.3-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.3 - The GNU Objective-C++ compiler
 gobjc++-4.3-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.3  - The GNU Objective-C compiler
 gobjc-4.3-multilib - The GNU Objective-C compiler (multilib files)
 lib32stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libmudflap0-4.3-dev - GCC mudflap support libraries (development files)
 libn32stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.3-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.3-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Closes: 546443
Changes: 
 gcc-4.3 (4.3.4-9ubuntu1) lucid; urgency=low
 .
   * Merge with Debian; remaining changes:
     - Built from upstream tarball, regenerate the control file.
 .
 gcc-4.3 (4.3.4-9) unstable; urgency=low
 .
   * Update to SVN 20100410 from the gcc-4_3-branch.
     - Fix PR rtl-optimization/43360, PR rtl-optimization/41917,
       PR libstdc++/21769, PR ada/41912, PR tree-optimization/43528,
       PR target/43524, PR target/42113, PR middle-end/42718, PR target/43458.
   * Update cell-4_3-branch to 20100216.
 .
   [ Nobuhiro Iwamatsu ]
   * gcc-multiarch.dpatch: Update for sh4. Closes: #546443.
 .
   [ Iain Buclaw ]
   * Update to new upstream mecurial branch 20100405.
     - gdc-4.3.dpatch: Add.
     - gdc-libphobos-std-process.dpatch: Add.
     - gdc-fix-build.dpatch: Update.
     - gdc-libphobos-build.dpatch: Update.
     - gdc-pr26885.dpatch: Update.
   * debian/control.m4: update upstream website.
   * Fix gdc build on armel.
   * Work around build problem on kfreebsd-amd64.
   * Fix libphobos build for kfreebsd platforms.
   * Fixes error on static initialization of arrays with trailing comma.
 .
   [ Arthur Loiret ]
   * debian/control: Update my email's address.
 .
   [ Matthias Klose ]
   * Let the gcc driver know about .[dD] files.
   * Configure --with-pkgversion with correct gdc-4.3 version.
Checksums-Sha1: 
 5fdb5117ddd69385faea020fc86d7852837bc0a0 2888 gcc-4.3_4.3.4-9ubuntu1.dsc
 518ecfb55aa51c9e93449c05915ef3bc351f059d 719449 gcc-4.3_4.3.4-9ubuntu1.diff.gz
Checksums-Sha256: 
 3efaf574a0300c470e6b0a1fedbbf147161d65b4c40e2a24ac019ac2693ff0e3 2888 gcc-4.3_4.3.4-9ubuntu1.dsc
 177388129310df3fa22534dff8b2296782daa8a03554892320eed3675091690f 719449 gcc-4.3_4.3.4-9ubuntu1.diff.gz
Files: 
 193d6eae9fbf8ecea540886b3876d432 2888 devel optional gcc-4.3_4.3.4-9ubuntu1.dsc
 093d00e4bd6499e65f4a52e2226aec20 719449 devel optional gcc-4.3_4.3.4-9ubuntu1.diff.gz
Original-Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>

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

iEYEARECAAYFAkvAlxsACgkQStlRaw+TLJyPqgCfeMC+x1PBs+6wSrjsfsg1t5BT
3M4AnAjSmvZAgw17YXuCC4IWnBJ7bbgC
=dzPC
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list