llvm 3.8.0 rc3 release

This commit is contained in:
Dave Airlie 2016-03-03 09:24:11 +10:00
parent f8d53342c2
commit 861af016a7
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/lldb-3.7.0.src.tar.xz
/llvm-3.7.1.src.tar.xz
/llvm-3.8.0rc2.src.tar.xz
/llvm-3.8.0rc3.src.tar.xz

View File

@ -7,12 +7,12 @@
Name: llvm
Version: 3.8.0
Release: 0.1%{?dist}
Release: 0.2%{?dist}
Summary: The Low Level Virtual Machine
License: NCSA
URL: http://llvm.org
Source0: http://llvm.org/releases/%{version}/%{name}-%{version}rc2.src.tar.xz
Source0: http://llvm.org/releases/%{version}/%{name}-%{version}rc3.src.tar.xz
Source100: llvm-config.h
@ -67,7 +67,7 @@ Summary: LLVM static libraries
Static libraries for the LLVM compiler infrastructure.
%prep
%setup -q -n %{name}-%{version}rc2.src
%setup -q -n %{name}-%{version}rc3.src
%patch0 -p1 -b .s390
%build
@ -169,6 +169,9 @@ make check-all || :
%{_libdir}/*.a
%changelog
* Thu Mar 03 2016 Dave Airlie <airlied@redhat.com> 3.8.0-0.2
- llvm 3.8.0 rc3 release
* Fri Feb 19 2016 Dave Airlie <airlied@redhat.com> 3.8.0-0.1
- llvm 3.8.0 rc2 release

View File

@ -1 +1,2 @@
07ff7905b6dd1e980d91f518651bb088 llvm-3.8.0rc2.src.tar.xz
f921b030d4f275f75542dd18dcf0d13f llvm-3.8.0rc3.src.tar.xz