commit llvm for openSUSE:12.1
Hello community, here is the log from the commit of package llvm for openSUSE:12.1 checked in at 2011-10-28 19:31:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.1/llvm (Old) and /work/SRC/openSUSE:12.1/.llvm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "llvm", Maintainer is "MHopf@novell.com" Changes: -------- --- /work/SRC/openSUSE:12.1/llvm/llvm.changes 2011-10-25 16:15:48.000000000 +0200 +++ /work/SRC/openSUSE:12.1/.llvm.new/llvm.changes 2011-10-29 00:23:45.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 28 08:23:03 UTC 2011 - idonmez@suse.com + +- Fixup dependencies so that llvm-clang doesn't depend + on llvm-clang-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm.spec ++++++ --- /var/tmp/diff_new_pack.eErvKh/_old 2011-10-29 00:23:45.000000000 +0200 +++ /var/tmp/diff_new_pack.eErvKh/_new 2011-10-29 00:23:45.000000000 +0200 @@ -109,7 +109,8 @@ Summary: CLANG frontend for LLVM (devel package) Group: Development/Languages/Other -Requires: %{name} = %{version} +Requires: llvm-devel = %{version} +Requires: clang = %{version} %{py_requires} %description clang-devel @@ -269,9 +270,13 @@ %fdupes -s %{buildroot}%{_docdir}/%{name} %fdupes -s %{buildroot}%{_docdir}/%{name}-doc -%post -n llvm-clang-devel -p /sbin/ldconfig +%post clang -p /sbin/ldconfig -%postun -n llvm-clang-devel -p /sbin/ldconfig +%postun clang -p /sbin/ldconfig + +%post clang-devel -p /sbin/ldconfig + +%postun clang-devel -p /sbin/ldconfig %files %defattr(-,root,root) @@ -309,6 +314,8 @@ %{py_sitedir}/Resources %{_datadir}/clang %{_mandir}/man1/clang.1.gz +%{_libdir}/libclang.so.* +%{_libdir}/libLTO.so %dir %{_libdir}/clang %dir %{_libdir}/clang/* %dir %{_libdir}/clang/*/include @@ -342,8 +349,9 @@ %defattr(-,root,root) %{_includedir}/clang %{_includedir}/clang-c -%{_libdir}/libclang* -%{_libdir}/libLTO.* +%{_libdir}/libclang.so +%{_libdir}/libLTO.a +%{_libdir}/libclang*.a %{_libdir}/*profile_rt* %files devel -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de