Update to 2.9rc2
This commit is contained in:
parent
999f90581f
commit
9bdfe6c66a
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/llvm-2.9rc1.src.tar.gz
|
/llvm-2.9rc2.src.tar.gz
|
||||||
/clang-2.9rc1.src.tar.gz
|
/clang-2.9rc2.src.tar.gz
|
||||||
|
@ -10,12 +10,12 @@
|
|||||||
%bcond_without ocaml
|
%bcond_without ocaml
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global prerel rc1
|
%global prerel rc2
|
||||||
%global downloadurl http://llvm.org/%{?prerel:pre-}releases/%{version}
|
%global downloadurl http://llvm.org/%{?prerel:pre-}releases/%{version}
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 2.9
|
Version: 2.9
|
||||||
Release: 0.2.%{prerel}%{?dist}
|
Release: 0.1.%{prerel}%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -410,6 +410,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.9-0.1.rc2
|
||||||
|
- Update to 2.9rc2
|
||||||
|
|
||||||
* Thu Mar 18 2011 Michel Salim <salimma@fedoraproject.org> - 2.9-0.2.rc1
|
* Thu Mar 18 2011 Michel Salim <salimma@fedoraproject.org> - 2.9-0.2.rc1
|
||||||
- Split shared libraries into separate subpackage
|
- Split shared libraries into separate subpackage
|
||||||
- Don't include test logs; breaks multilib (# 666195)
|
- Don't include test logs; breaks multilib (# 666195)
|
||||||
|
Loading…
Reference in New Issue
Block a user