Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2011-10-28 19:31:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm (Old)
 and      /work/SRC/openSUSE:Factory/.llvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes        2011-10-25 
16:15:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2011-10-28 
19:57:56.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Oct 28 08:23:03 UTC 2011 - [email protected]
+
+- Fixup dependencies so that llvm-clang doesn't depend 
+  on llvm-clang-devel
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.O9cHQS/_old  2011-10-28 19:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.O9cHQS/_new  2011-10-28 19:58:52.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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to