[ubuntu/raring-proposed] clang 3.1-8ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Wed Nov 14 15:35:32 UTC 2012


clang (3.1-8ubuntu1) raring; urgency=low

  * Merge with Debian; remaining changes:
    - Set Ubuntu as vendor name instead of Debian.
    - Update linker flags for `precise'.
    - debian/patches/23-ubuntu-name.diff: Assume unknown Ubuntu releases
      behave like precise, until we know otherwise.
    - debian/patches/25-armhf-linker-name.diff: set armhf linker path
      to the recently agreed-upon /lib/ld-linux-armhf.so.3,
      recognize arm-linux-gnueabihf triplet.
    - debian/patches/26-armv7-not-neon.patch: make sure that none of the
      non-NEON FPU options enable NEON by default, as well as stopping
      the broken assumption that all armv7/cortex cores support NEON,
      as they really don't.
    - debian/patches/27-armhf-is-armv7.patch: Make armhf builds
      default to cortex-a8 with vfpv3-d16, to agree with glibc/gcc.
    - 28-powerpc-no-altivec.patch: Don't enable altivec on powerpc by
      default, as not all powerpc-compatible CPUs support altivec.
  * Build using gcc-4.7.
  * Make the `quantal' and `raring' code names known.

clang (3.1-8) unstable; urgency=low

  * Also ship clang static libraries for the plugin developments
    (Closes: #678638)
  * Also disable TEST(unescapeJsonCommandLine, ReturnsEmptyArrayOnEmptyString)

clang (3.1-7) unstable; urgency=low

  * Revert previous change (disable test suite for some archs)
    and disable instead just the failing test:
    TEST(unescapeJsonCommandLine, SplitsOnSpaces)
    (Closes: #678906)

clang (3.1-6) unstable; urgency=low

  * Disable tests for kfreebsd-amd64 kfreebsd-i386 mips mipsel because a test
    is freezing. This prevents clang to migrate to testing.

clang (3.1-5) unstable; urgency=low

  * When the configure fails, display the content of config.log
  * clang package provides clang-3.1
  * clang package provides virtual package 'c-compiler'
  * control.in/source didn't contain the dependency on gcc-4.6 (Closes: #677853)

clang (3.1-4) unstable; urgency=low

  * Force the version 4.6 of gcc to build (Closes: #675056, #674340)

clang (3.1-3) unstable; urgency=low

  * Bring back the strlcpy & strlcat patch (Closes: #651454)

clang (3.1-2) unstable; urgency=low

  * Add /usr/include/$(DEB_HOST_MULTIARCH) to the search path
    with also DEB_HOST_GNU_TYPE (Closes: #671913)

clang (3.1-1) unstable; urgency=low

  * New upstream release
  * Upload in unstable
  * Update of the description
  * Explicit version dependency between clang => libclang-common-dev

clang (3.1~+rc1-2) experimental; urgency=low

  * 23-strlcpy_strlcat_warning_removed.diff reconnected
  * 12-gcc-4.6.patch, 22-debian-name.diff, 24-path-multiarch.diff,
    25-amdfam10.diff, 14-linkerflag.patch removed

clang (3.1~+rc1-1) experimental; urgency=low

  * New upstream testing release
  * Drop the conflict on ocaml-nox

clang (3.1~svn154769-1) experimental; urgency=low

  * New snapshot release
  * Fix a problem with the dependency on llvm-3.1
  * Enable tests (but do not fail the build if unexpected errors)

clang (3.1~svn154596-1) experimental; urgency=low

  * New snapshot release

Date: Wed, 14 Nov 2012 15:12:59 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/clang/3.1-8ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 14 Nov 2012 15:12:59 +0100
Source: clang
Binary: clang libclang1 libclang-dev libclang-common-dev
Architecture: source
Version: 3.1-8ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 clang      - Low-Level Virtual Machine (LLVM), C language family frontend
 libclang-common-dev - clang library - Common development package
 libclang-dev - clang library - Development package
 libclang1  - clang library
Closes: 651454 671913 674340 675056 677853 678638 678906
Changes: 
 clang (3.1-8ubuntu1) raring; urgency=low
 .
   * Merge with Debian; remaining changes:
     - Set Ubuntu as vendor name instead of Debian.
     - Update linker flags for `precise'.
     - debian/patches/23-ubuntu-name.diff: Assume unknown Ubuntu releases
       behave like precise, until we know otherwise.
     - debian/patches/25-armhf-linker-name.diff: set armhf linker path
       to the recently agreed-upon /lib/ld-linux-armhf.so.3,
       recognize arm-linux-gnueabihf triplet.
     - debian/patches/26-armv7-not-neon.patch: make sure that none of the
       non-NEON FPU options enable NEON by default, as well as stopping
       the broken assumption that all armv7/cortex cores support NEON,
       as they really don't.
     - debian/patches/27-armhf-is-armv7.patch: Make armhf builds
       default to cortex-a8 with vfpv3-d16, to agree with glibc/gcc.
     - 28-powerpc-no-altivec.patch: Don't enable altivec on powerpc by
       default, as not all powerpc-compatible CPUs support altivec.
   * Build using gcc-4.7.
   * Make the `quantal' and `raring' code names known.
 .
 clang (3.1-8) unstable; urgency=low
 .
   * Also ship clang static libraries for the plugin developments
     (Closes: #678638)
   * Also disable TEST(unescapeJsonCommandLine, ReturnsEmptyArrayOnEmptyString)
 .
 clang (3.1-7) unstable; urgency=low
 .
   * Revert previous change (disable test suite for some archs)
     and disable instead just the failing test:
     TEST(unescapeJsonCommandLine, SplitsOnSpaces)
     (Closes: #678906)
 .
 clang (3.1-6) unstable; urgency=low
 .
   * Disable tests for kfreebsd-amd64 kfreebsd-i386 mips mipsel because a test
     is freezing. This prevents clang to migrate to testing.
 .
 clang (3.1-5) unstable; urgency=low
 .
   * When the configure fails, display the content of config.log
   * clang package provides clang-3.1
   * clang package provides virtual package 'c-compiler'
   * control.in/source didn't contain the dependency on gcc-4.6 (Closes: #677853)
 .
 clang (3.1-4) unstable; urgency=low
 .
   * Force the version 4.6 of gcc to build (Closes: #675056, #674340)
 .
 clang (3.1-3) unstable; urgency=low
 .
   * Bring back the strlcpy & strlcat patch (Closes: #651454)
 .
 clang (3.1-2) unstable; urgency=low
 .
   * Add /usr/include/$(DEB_HOST_MULTIARCH) to the search path
     with also DEB_HOST_GNU_TYPE (Closes: #671913)
 .
 clang (3.1-1) unstable; urgency=low
 .
   * New upstream release
   * Upload in unstable
   * Update of the description
   * Explicit version dependency between clang => libclang-common-dev
 .
 clang (3.1~+rc1-2) experimental; urgency=low
 .
   * 23-strlcpy_strlcat_warning_removed.diff reconnected
   * 12-gcc-4.6.patch, 22-debian-name.diff, 24-path-multiarch.diff,
     25-amdfam10.diff, 14-linkerflag.patch removed
 .
 clang (3.1~+rc1-1) experimental; urgency=low
 .
   * New upstream testing release
   * Drop the conflict on ocaml-nox
 .
 clang (3.1~svn154769-1) experimental; urgency=low
 .
   * New snapshot release
   * Fix a problem with the dependency on llvm-3.1
   * Enable tests (but do not fail the build if unexpected errors)
 .
 clang (3.1~svn154596-1) experimental; urgency=low
 .
   * New snapshot release
Checksums-Sha1: 
 ed1ec185e5170d7510cb2af3f3147afd8639b7c4 1831 clang_3.1-8ubuntu1.dsc
 627ee9c16f81bc54c5485b9ce6d6ee6c7a2358dd 6659705 clang_3.1.orig.tar.bz2
 1fbb715c47a738125398d13b06ddc6ff9dddf87c 24414 clang_3.1-8ubuntu1.debian.tar.gz
Checksums-Sha256: 
 e66bb0db8940e319704ef7a2fb33b8eba01ed35cf58a2d576d9d9bb67d312291 1831 clang_3.1-8ubuntu1.dsc
 4a3c3625f3fe19fe960ad019e60b7009d81db09240d99da8603cf5d7dd277768 6659705 clang_3.1.orig.tar.bz2
 9e8600a77ff9fdb839011175283b090750ef76e91e5ce073bee16a34ede11c18 24414 clang_3.1-8ubuntu1.debian.tar.gz
Files: 
 e909ba157881229740dbf1b15e72db8d 1831 devel optional clang_3.1-8ubuntu1.dsc
 7a6639e54677ac2fdd6d20ca2af2562b 6659705 devel optional clang_3.1.orig.tar.bz2
 b25e9a5c9453884a0f5e1d4ba1a3d1ec 24414 devel optional clang_3.1-8ubuntu1.debian.tar.gz
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>

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

iEYEARECAAYFAlCjucQACgkQStlRaw+TLJwc4ACeKZ5JMc4f/AyQdhkteg9ZN2oN
6ukAnA9j5zPl0OcwYEkYOZ7Hq+yNs1B9
=FDhs
-----END PGP SIGNATURE-----


More information about the Raring-changes mailing list