clang 3.8.0rc3

This commit is contained in:
Dave Airlie 2016-03-03 09:25:38 +10:00
parent 086d27098d
commit 679f934ad2
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/cfe-3.7.1.src.tar.xz
/clang-3.8.0-0.1.fc24.src.rpm
/cfe-3.8.0rc2.src.tar.xz
/cfe-3.8.0rc3.src.tar.xz

View File

@ -1,11 +1,11 @@
Name: clang
Version: 3.8.0
Release: 0.3%{?dist}
Release: 0.4%{?dist}
Summary: A C language family front-end for LLVM
License: NCSA
URL: http://llvm.org
Source0: http://llvm.org/pre-releases/%{version}/rc2/cfe-%{version}rc2.src.tar.xz
Source0: http://llvm.org/pre-releases/%{version}/rc3/cfe-%{version}rc3.src.tar.xz
Source100: clang-config.h
@ -62,7 +62,7 @@ programs. The standalone tool is invoked from the command-line, and is
intended to run in tandem with a build of a project or code base.
%prep
%setup -q -n cfe-%{version}rc2.src
%setup -q -n cfe-%{version}rc3.src
%build
mkdir -p _build
cd _build
@ -131,6 +131,9 @@ rm -vf %{buildroot}%{_datadir}/clang/clang-format-diff.py*
%{_mandir}/man1/scan-build.1.*
%changelog
* Thu Mar 03 2016 Dave Airlie <airlied@redhat.com> 3.8.0-0.4
- clang 3.8.0rc3
* Wed Feb 24 2016 Dave Airlie <airlied@redhat.com> - 3.8.0-0.3
- package all libs into clang-libs.

View File

@ -1 +1,2 @@
fdc96812fddf8a8522040f7f1016bb8e cfe-3.8.0rc2.src.tar.xz
a97b0f5dc1fbc72c7bc2ad67fd70c19b cfe-3.8.0rc3.src.tar.xz