Hello community, here is the log from the commit of package llvm4 for openSUSE:Factory checked in at 2017-12-16 20:52:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm4 (Old) and /work/SRC/openSUSE:Factory/.llvm4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm4" Sat Dec 16 20:52:46 2017 rev:11 rq:556747 version:4.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm4/llvm4.changes 2017-12-10 18:13:09.987422038 +0100 +++ /work/SRC/openSUSE:Factory/.llvm4.new/llvm4.changes 2017-12-16 20:53:31.645094676 +0100 @@ -1,0 +2,12 @@ +Wed Dec 13 16:29:27 UTC 2017 - [email protected] + +- Rename python3-lldb to python3-lldb4 so it can work with llvm + meta package. + +------------------------------------------------------------------- +Mon Dec 11 10:33:00 UTC 2017 - [email protected] + +- Rename python packages to follow naming conventions. +- Remove unnecessary dependencies on python3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm4.spec ++++++ --- /var/tmp/diff_new_pack.TtPrJE/_old 2017-12-16 20:53:34.180972258 +0100 +++ /var/tmp/diff_new_pack.TtPrJE/_new 2017-12-16 20:53:34.188971873 +0100 @@ -383,14 +383,15 @@ %description emacs-plugins This package contains Emacs plugins for LLVM like syntax highlighting. -%package -n python-clang +%package -n python3-clang Summary: Python bindings for libclang Group: Development/Languages/Python Requires: clang%{_sonum}-devel = %{version} -Requires: python3 BuildArch: noarch +Provides: %{python3_sitearch}/clang/ +Conflicts: %{python3_sitearch}/clang/ -%description -n python-clang +%description -n python3-clang This package contains the Python bindings to clang (C language) frontend for LLVM. @@ -472,16 +473,15 @@ %description -n lldb%{_sonum}-devel This package contains the development files for LLDB. -%package -n python%{_sonum}-lldb +%package -n python3-lldb%{_sonum} Summary: Python bindings for liblldb # Avoid multiple provider errors Group: Development/Languages/Python Requires: liblldb%{_sonum} = %{version} -Requires: python3 Provides: %{python3_sitearch}/lldb/ Conflicts: %{python3_sitearch}/lldb/ -%description -n python%{_sonum}-lldb +%description -n python3-lldb%{_sonum} This package contains the Python bindings to clang (C language) frontend for LLVM. %endif @@ -1460,7 +1460,7 @@ %{_datadir}/clang/clang-include-fixer.py %if %{with pyclang} -%files -n python-clang +%files -n python3-clang %defattr(-,root,root) %{python3_sitelib}/clang/ %{_docdir}/python-clang/ @@ -1501,7 +1501,7 @@ %ghost %{_sysconfdir}/alternatives/lldb-mi %ghost %{_sysconfdir}/alternatives/lldb-server -%files -n python%{_sonum}-lldb +%files -n python3-lldb%{_sonum} %defattr(-,root,root) %{python3_sitearch}/_lldb.so %{python3_sitearch}/lldb/
