diff --git a/.gitignore b/.gitignore index 2d56f55..519d6ff 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/llvm.spec b/llvm.spec index ae09630..1e2aac6 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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 3.8.0-1 +- llvm 3.8.0 release + * Wed Mar 09 2016 Dan HorĂ¡k 3.8.0-0.3 - install back memory consumption workaround for s390 diff --git a/sources b/sources index dd781ec..f0aedab 100644 --- a/sources +++ b/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