Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

clang-2.8-15.fc15 RPM for x86_64

From Fedora 15 updates for x86_64

Name: clang Distribution: Fedora Project
Version: 2.8 Vendor: Fedora Project
Release: 15.fc15 Build date: Sun Mar 11 15:26:39 2012
Group: Development/Languages Build host: x86-06.phx2.fedoraproject.org
Size: 16958564 Source RPM: llvm-2.8-15.fc15.src.rpm
Packager: Fedora Project
Url: http://llvm.org/
Summary: A C language family front-end for LLVM
clang: noun
    1. A loud, resonant, metallic sound.
    2. The strident call of a crane or goose.
    3. C-language family front-end toolkit.

The goal of the Clang project is to create a new C, C++, Objective C
and Objective C++ front-end for the LLVM compiler. Its tools are built
as libraries and designed to be loosely-coupled and extensible.

Provides

Requires

License

NCSA

Changelog

* Sun Mar 11 2012 Michel Salim <salimma@fedoraproject.org> - 2.8-15
  - Pin clang's dependency on gcc-c++ to the version used for building
* Sat Nov 12 2011 Michel Salim <salimma@fedoraproject.org> - 2.8-14
  - Add runtime dependency of -devel on libffi-devel
* Tue Oct 11 2011 Dan Horák <dan[at]danny.cz> - 2.8-13
  - don't fail the build on failing tests on s390(x)
* Tue Aug 02 2011 Michel Salim <salimma@fedoraproject.org> - 2.8-12
  - Depend on libffi to allow the LLVM interpreter to call external functions
  - Build with RTTI enabled, needed by e.g. Rubinius (# 722714)
  - Fix multilib installation (# 699416)
  - Fix incorrect platform-specific include path on i686
* Tue Apr 26 2011 Adam Jackson <ajax@redhat.com> 2.8-11
  - llvm-2.8-disable-avx.patch: Disable AVX code generation. (#699896)
* Thu Mar 17 2011 Michel Salim <salimma@fedoraproject.org> - 2.8-10
  - Don't include test logs; breaks multilib (# 666195)
  - Split shared libraries into separate subpackage
* Thu Mar 17 2011 Michel Salim <salimma@fedoraproject.org> - 2.8-9
  - clang++: fix platform-specific include dirs (# 680644)
* Thu Mar 17 2011 Michel Salim <salimma@fedoraproject.org> - 2.8-8
  - clang++: also search for platform-specific include files (# 680644)
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Jan 10 2011 Richard W.M. Jones <rjones@redhat.com> - 2.8-6
  - Rebuild for OCaml 3.12 (http://fedoraproject.org/wiki/Features/OCaml3.12).
* Sat Nov 27 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-5
  - clang now requires gcc-c++ for linking and headers (bug #654560)
* Fri Nov 12 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-4
  - Backport support for C++0x (# 648990)
* Fri Oct 15 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-3
  - Re-add omitted %{_includedir}
* Thu Oct 14 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-2
  - Add correct C include directory at compile time (# 641500)
* Tue Oct 12 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-1
  - Update to 2.8 release
* Wed Sep 29 2010 jkeating - 2.7-10
  - Rebuilt for gcc bug 634757
* Mon Sep 20 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-9
  - Dynamically determine C++ include path at compile time (# 630474)
  - Remove unneeded BuildRoot field and clean section
* Wed Sep 15 2010 Dennis Gilmore <dennis@ausil.us> - 2.7-8
  - disable ocaml support on sparc64
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-7
  - recompiling .py files against Python 2.7 (rhbz#623332)
* Sat Jul 17 2010 Dan Horák <dan[at]danny.cz> - 2.7-6
  - conditionalize ocaml support
* Mon Jun 07 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-5
  - Make the new noarch -doc obsoletes older (arched) subpackages
* Sat Jun 05 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-4
  - Add F-12/x86_64 and F-13 C++ header paths
* Wed May 26 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-3
  - Revert to disabling apidoc by default
* Mon May 24 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-2
  - Exclude llm-gcc manpages
  - Turn on apidoc generation
  - Build with srcdir=objdir, otherwise clang doxygen build fails
* Sun May 02 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-1
  - Update to final 2.7 release
* Sun Mar 28 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-0.1.pre1
  - Update to first 2.7 pre-release
* Fri Sep 18 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.6.pre2
  - Update to 2.6 pre-release2
  - -devel subpackage now virtually provides -static
* Wed Sep 09 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.5.pre1
  - Disable var tracking assignments on PPC
* Wed Sep 09 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.4.pre1
  - Don't adjust clang include dir; files there are noarch (bz#521893)
  - Enable clang unit tests
  - clang and clang-analyzer renamed; no longer depend on llvm at runtime
* Mon Sep 07 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.3.pre1
  - Package Clang's static analyzer tools
* Mon Sep 07 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.2.pre1
  - PIC is now enabled by default; explicitly disable on %{ix86}
* Mon Sep 07 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.1.pre1
  - First 2.6 prerelease
  - Enable Clang front-end
  - Enable debuginfo generation
* Sat Sep 05 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-6
  - Disable assertions (needed by OpenGTL, bz#521261)
  - Align spec file with upstream build instructions
  - Enable unit tests
* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-5
  - Only disable PIC on %ix86; ppc actually needs it
* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-4
  - Disable use of position-independent code on 32-bit platforms
    (buggy in LLVM <= 2.5)
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Mar 04 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-2
  - Remove build scripts; they require the build directory to work
* Wed Mar 04 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-1
  - Update to 2.5
  - Package build scripts (bug #457881)
* Tue Dec 02 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-2
  - Patched build process for the OCaml binding
* Tue Dec 02 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-1
  - Update to 2.4
  - Package Ocaml binding
* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-2
  - Add dependency on groff
* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-1
  - LLVM 2.3
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-4
  - fix license tags
* Wed Mar 05 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.2-3
  - Fix compilation problems with gcc 4.3
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-2
  - Autorebuild for GCC 4.3
* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-2
  - Fix review comments
* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-1
  - Initial version

Files

/usr/bin/c-index-test
/usr/bin/clang
/usr/bin/clang++
/usr/bin/tblgen
/usr/lib/clang
/usr/lib/clang/2.8
/usr/lib/clang/2.8/include
/usr/lib/clang/2.8/include/altivec.h
/usr/lib/clang/2.8/include/arm_neon.h
/usr/lib/clang/2.8/include/avxintrin.h
/usr/lib/clang/2.8/include/emmintrin.h
/usr/lib/clang/2.8/include/float.h
/usr/lib/clang/2.8/include/immintrin.h
/usr/lib/clang/2.8/include/iso646.h
/usr/lib/clang/2.8/include/limits.h
/usr/lib/clang/2.8/include/mm_malloc.h
/usr/lib/clang/2.8/include/mmintrin.h
/usr/lib/clang/2.8/include/nmmintrin.h
/usr/lib/clang/2.8/include/pmmintrin.h
/usr/lib/clang/2.8/include/smmintrin.h
/usr/lib/clang/2.8/include/stdarg.h
/usr/lib/clang/2.8/include/stdbool.h
/usr/lib/clang/2.8/include/stddef.h
/usr/lib/clang/2.8/include/stdint.h
/usr/lib/clang/2.8/include/tgmath.h
/usr/lib/clang/2.8/include/tmmintrin.h
/usr/lib/clang/2.8/include/varargs.h
/usr/lib/clang/2.8/include/wmmintrin.h
/usr/lib/clang/2.8/include/x86intrin.h
/usr/lib/clang/2.8/include/xmmintrin.h
/usr/lib64/llvm/libclang.so
/usr/share/doc/clang-2.8
/usr/share/doc/clang-2.8/LICENSE.TXT
/usr/share/doc/clang-2.8/NOTES.txt
/usr/share/doc/clang-2.8/README.txt
/usr/share/doc/clang-2.8/TODO.txt
/usr/share/man/man1/clang.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 07:32:46 2013