Add runtime dependency of -devel on libffi-devel
This commit is contained in:
parent
b3232c7028
commit
d9bb825c22
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 2.9
|
Version: 2.9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -63,6 +63,7 @@ functionality.
|
|||||||
Summary: Libraries and header files for LLVM
|
Summary: Libraries and header files for LLVM
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: libffi-devel
|
||||||
Requires: libstdc++-devel >= 3.4
|
Requires: libstdc++-devel >= 3.4
|
||||||
Provides: llvm-static = %{version}-%{release}
|
Provides: llvm-static = %{version}-%{release}
|
||||||
|
|
||||||
@ -453,6 +454,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 3 2011 Michel Salim <salimma@fedoraproject.org> - 2.9-2
|
||||||
|
- Add runtime dependency of -devel on libffi-devel
|
||||||
|
|
||||||
* Mon Aug 1 2011 Michel Salim <salimma@fedoraproject.org> - 2.9-1
|
* Mon Aug 1 2011 Michel Salim <salimma@fedoraproject.org> - 2.9-1
|
||||||
- Update to 2.9
|
- Update to 2.9
|
||||||
- Depend on libffi to allow the LLVM interpreter to call external functions
|
- Depend on libffi to allow the LLVM interpreter to call external functions
|
||||||
|
Loading…
Reference in New Issue
Block a user