Matthias Klose doko at ubuntu.com
Wed Oct 26 06:10:14 CDT 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Origin: Debian/unstable
Format: 1.7
Date: Wed,  26 Oct 2005 12:06:20 +0100
Source: gcc-4.0
Binary: libstdc++6-4.0-pic, lib64gcc1, gij-4.0, lib64ffi4, gcj-4.0, libgcj6-dbg, libgcc1, gcc-4.0-doc, libgnat-4.0, lib64objc1, gcc-4.0-soft-float, gcc-4.0-locales, libgcj6-common, lib64gnat-4.0, gpc-2.1-4.0-doc, gnat-4.0-doc, libmudflap0-dev, libstdc++6, libobjc1, lib32gcj6, gfortran-4.0, lib32objc1, libffi4, libstdc++6-4.0-dev, cpp-4.0-doc, gpc-2.1-4.0, gcc-4.0, libgcc2, gnat-4.0, lib32stdc++6, gfortran-4.0-doc, lib64gcj6, gobjc-4.0, lib64gfortran0, libgcj6-awt, gcc-4.0-hppa64, fastjar, lib32stdc++6-4.0-dbg, lib32ffi4, libstdc++6-4.0-doc, protoize, lib32gcc1, lib64stdc++6, lib32gcj6-dev, lib64stdc++6-4.0-dbg, libgcj-common, lib32gcj6-dbg, gcc-4.0-nof, libgfortran0-dev, treelang-4.0, libgcj6-dev, libgfortran0, libmudflap0, lib64gcj6-awt, libgcj6, libgcj6-src, g++-4.0, libstdc++6-4.0-dbg, cpp-4.0, lib32gfortran0, gcc-4.0-base, libffi4-dev, fixincludes
Architecture: source
Version: 4.0.2-3
Distribution: dapper
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 gcc-4.0    - The GNU C compiler
Closes: 284777 296456 318932 321215 321591 321785 322576 322890 322912 323945 325545 327254 328684 328705 328705 328973 329108 329715 329840 330099 330730 330800 330826 333951 333952 333954 334296
Changes: 
 gcc-4.0 (4.0.2-3) unstable; urgency=low
 .
   * Update to CVS 20051023, taken from the gcc-4_0-branch.
     - gcc man page fixes (closes: #327254, #330099).
     - PR java/19870, PR java/20338, PR java/21844, PR java/21540:
       Remove Debian patches.
     - Applied libjava-echo-fix patch.
     - Fix PR target/24284, ICE (Segmentation fault) on sparc-linux.
       Closes: #329840.
     - Fix PR c++/23797, ICE on typename outside template. Closes: #325545.
     - Fix PR c++/22551, ICE in tree_low_cst. Closes: #318932.
   * libstdc++6: Tighten libstdc++ shlibs version to 4.0.2-3 (new symbol).
   * Update generated Ada files.
   * Fix logic to disable mudflap and Obj-C++ via the environment.
   * Remove f77 build bits.
   * gij-4.0: Remove /var/lib/gcj-4.0/classmap.db on purge (closes: #330800).
   * Let gcj-4.0 depend on libgcj6-dev, instead of recommending it. This is
     not necessary for byte-code compilations, but for compilations to native
     code. For compilations to byte-code, use a better compiler like ecj
     for now (found in the ecj-bootstrap package).
   * Disable biarch setup in cross compilers (Josh Triplett). Closes: #333952.
   * Fix with_libnof logic for cross-compilations (Josh Triplett).
     Closes: #333951.
   * Depend on binutils (>= 2.16.1cvs20050902-1) on the alpha architecture.
     Closes: #333954.
   * On i386, build-depend on libc6-dev-amd64. Closes: #329108.
   * (Build-)depend on glibc 2.3.5-5.
   * Drop gnat-3.3 as an alternative build dependency. We'll stop building
     gnat from the 3.3 sources soon.
   * libgcj6-dev: Add conflicts to old packages from oldstable.
     Closes: #334296.
 .
 gcc-4.0 (4.0.2-2) unstable; urgency=low
 .
   * Update to CVS 20051001, taken from the gcc-4_0-branch. Includes the
     changes between 4.0.2 RC3 and the final 4.0.2 release, missing from
     the upstream tarball. Remove patches applied upstream (gcc-c-decl,
     pr23182, pr23043, pr23367, pr23891, pr21418, pr24018).
   * On ix86 architectures run the testsuite for -march=i686 as well.
   * Build libffi on the Hurd (closes: #328705).
   * Add big-endian arm (armeb) support (Lennert Buytenhek). Closes: #330730.
   * Update libjava xml to classpath CVS HEAD 20050930 (Michael Koch).
   * Reapply patch to make -mieee the default on alpha-linux. Closes: #330826.
   * Add workaround not to make libmudflap _start/_end not small data on
     mips/mipsel, taken from CVS HEAD.
   * Don't build the nof libraries on powerpc.
   * Number crunching time on m68k, reenable gfortran on m68k-linux-gnu.
 .
 gcc-4.0 (4.0.2-1) unstable; urgency=low
 .
   * GCC 4.0.2 release.
   * lib64stdc++6: Set priority to optional.
   * Fix bug in StreamSerializer, seen with eclipse-3.1 (Ubuntu 12744).
     Backport from CVS HEAD, Michael Koch.
   * Apply java patches, proposed for the 4.0 branch: PR java/24018,
     PR libgcj/23182, PR java/19870, PR java/21844, PR libgcj/23367,
     PR java/20338.
   * Update the expect/pty test to actually call expect directly, rather
     than test for the existence of PTYs, since a working expect is what
     we really care about, not random device files (Adam Conrad).
     Closes: #329715.
   * Add build dependencies on lib64z1-dev.
   * gcc-c-decl.dpatch: Fix C global decl handling regression in 4.0.2 from
     4.0.1
 .
 gcc-4.0 (4.0.1-9) unstable; urgency=low
 .
   * Update to CVS 20050922, taken from the gcc-4_0-branch (4.0.2 RC3).
   * Apply patches:
     - Fix PR java/21418: Order of source files matters when compiling,
       backported from mainline.
     - Fix for PR 23043, backported form mainline.
     - Proposed patch for #323016 (m68k only). Patch by Roman Zippel.
   * libstdc++6: Tighten libstdc++ shlibs version to 4.0.1-9 (new symbol).
   * Fail the build early, if the system doesn't have any pty devices
     created in /dev. Needed for running the testsuite.
   * Update hurd changes again (closes: #328973).
 .
 gcc-4.0 (4.0.1-8) unstable; urgency=medium
 .
   * Update to CVS 20050917, taken from the gcc-4_0-branch.
     - Fix FTBFS for boost, introduced in 4.0.1-7 (closes: #328684).
   * Fix PR java/23891, eclipse bootstrap.
   * Set priority of gcc-4.0-hppa64 package to standard.
   * Bump standards version to 3.6.2.
   * Fix java wrapper script, mishandles command line options with arguments.
     Patch from Olly Betts. Closes: #296456.
   * Bump epoch of the lib32gcc1 package to the same epoch as for the the
     libgcc1 and lib64gcc1 packages.
   * Fix some lintian warnings.
   * Build libffi on the Hurd (closes: #328705).
   * For biarch builds, disable the testsuite for the non-default architecture
     for runtime libraries, which are not built by default (libjava).
   * Add gsfonts-x11 to Build-Depends-Indep to avoid warnings from doxygen.
   * Install Ada .ali files read-only.
 .
 gcc-4.0 (4.0.1-7) unstable; urgency=low
 .
   * Update to CVS 20050913, taken from the gcc-4_0-branch.
     - Fix PR c++/19004, ICE in uses_template_parms (closes: #284777).
     - Fix PR rtl-optimization/23454, ICE in invert_exp_1 on sparc.
       Closes: #321215.
     - Fix PR libstdc++/23417, make bits/stl_{list,tree}.h -Weffc++ clean.
       Closes: ##322170.
   * Install 'altivec.h' on ppc64 (closes: #323945).
   * Install locale data with the versioned package name (closes: #321591).
   * Fix fastjar build without building libjava.
   * On hppa, don't build using gcc-3.3 when ada is disabled.
   * On m68k, don't build the stage1 compiler using -O.
 .
   * Ludovic Brenta <ludovic at ludovic-brenta.org>
     - Allow the choice whether or not to build with NLS.
     - Fix a typo whereby libffi was always enabled on i386.
 .
 gcc-4.0 (4.0.1-6) unstable; urgency=low
 .
   * Update to CVS 20050821, taken from the gcc-4_0-branch.
     - debian/patches/pr21562.dpatch: Removed, applied upstream.
     - debian/patches/libjava-awt-name.dpatch: Updated.
     - debian/patches/classpath-20050618.dpatch: Updated.
   * Use all available CPU's for the check target, unless USE_NJOBS == no.
   * debian/patches/biarch-include.dpatch: Include
     /usr/local/include/<arch>-linux-gnu before including /usr/local/include.
   * Fix biarch system include directories for the non-default architecture.
   * Prefer gnat-4.0 over gnat-3.4 over gnat-3.3 as a build-dependency.
 .
 gcc-4.0 (4.0.1-5) unstable; urgency=low
 .
   * Update to CVS 20050816, taken from the gcc-4_0-branch.
     - Fix PR middle-end/23369, wrong code generation for funcptr comparison
       on hppa. Closes: #321785.
     - Fix PR fortran/23368 ICE with NAG routines (closes: #322912).
   * Build-depend on libcairo2-dev (they say, that's the final package name ...)
   * libgcj: Search /usr/lib/gcj-4.0 for dlopened libraries, place a copy
     of the .la files in the libgcj6 package into this directory.
     Closes: #322576.
   * Tighten the dependencies between the compiler packages to the same
     version and release. Use some substitution variables for control file
     generation.
   * Remove build dependencies for gpc.
   * Don't use '/emul/ia32-linux' on ppc64 (closes: #322890).
   * Synchronize with Ubuntu.
Files: 
 267ee61d43792e98c27e615b4549508b 3443 devel standard gcc-4.0_4.0.2-3.dsc
 696b30edaf3c8967ba1443c9cf800bd8 31743090 devel standard gcc-4.0_4.0.2.orig.tar.gz
 ba7820b11890329cd4300cdf0683262b 1493120 devel standard gcc-4.0_4.0.2-3.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iQEVAwUBQ19jLAF4adwMEr3XAQKCGwgAkczsGrtlJ7tmmnx1rtACuVTBWKVYoOzf
cNmrfmL85aZ6zDMHchdSF/ZrzT+nWs43VV4+fCU4mMw1za6hzVEAOt32kjF5CyuC
mAzJii+EKR4PHrf6oUWoG+2ArQboHLlBl/I8t6taw6Nnl+1MK1px440nMCTyMFt9
dyKF7vX1Pa7Fy1RbRzyvWHIv2i4lqo9beQKsNbG9aA/bEEb9xweiby0kSHg1nlZd
Vle3fYnN4LQVMhCs30EGytvUhjjgrS9Knpp9fjLbCWPWQyKapTsmOjjyB3fb6nb6
79s4sogsA4T6IMtw+QEWWwabwM5drJ1v2VRR3SF41+SXuUOrOmcn1w==
=ZXfp
-----END PGP SIGNATURE-----


Accepted:
gcc-4.0_4.0.2-3.diff.gz
  to pool/main/g/gcc-4.0/gcc-4.0_4.0.2-3.diff.gz
gcc-4.0_4.0.2-3.dsc
  to pool/main/g/gcc-4.0/gcc-4.0_4.0.2-3.dsc
gcc-4.0_4.0.2.orig.tar.gz
  to pool/main/g/gcc-4.0/gcc-4.0_4.0.2.orig.tar.gz




More information about the dapper-changes mailing list