mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
llvm 3.8.0 release
This commit is contained in:
parent
c244b9b7d1
commit
8e75711dec
3 changed files with 8 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -26,3 +26,4 @@
|
|||
/llvm-3.7.1.src.tar.xz
|
||||
/llvm-3.8.0rc2.src.tar.xz
|
||||
/llvm-3.8.0rc3.src.tar.xz
|
||||
/llvm-3.8.0.src.tar.xz
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
|
||||
Name: llvm
|
||||
Version: 3.8.0
|
||||
Release: 0.3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
License: NCSA
|
||||
URL: http://llvm.org
|
||||
Source0: http://llvm.org/releases/%{version}/%{name}-%{version}rc3.src.tar.xz
|
||||
Source0: http://llvm.org/releases/%{version}/%{name}-%{version}.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}rc3.src
|
||||
%setup -q -n %{name}-%{version}.src
|
||||
%patch0 -p1 -b .s390
|
||||
|
||||
%build
|
||||
|
@ -178,6 +178,9 @@ make check-all || :
|
|||
%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Thu Mar 10 2016 Dave Airlie <airlied@redhat.com> 3.8.0-1
|
||||
- llvm 3.8.0 release
|
||||
|
||||
* Wed Mar 09 2016 Dan Horák <dan[at][danny.cz> 3.8.0-0.3
|
||||
- install back memory consumption workaround for s390
|
||||
|
||||
|
|
3
sources
3
sources
|
@ -1,2 +1 @@
|
|||
07ff7905b6dd1e980d91f518651bb088 llvm-3.8.0rc2.src.tar.xz
|
||||
f921b030d4f275f75542dd18dcf0d13f llvm-3.8.0rc3.src.tar.xz
|
||||
07a7a74f3c6bd65de4702bf941b511a0 llvm-3.8.0.src.tar.xz
|
||||
|
|
Loading…
Reference in a new issue