Hello community, here is the log from the commit of package llvm for openSUSE:Factory checked in at 2017-12-16 20:52:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm (Old) and /work/SRC/openSUSE:Factory/.llvm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm" Sat Dec 16 20:52:38 2017 rev:94 rq:556746 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm/llvm.changes 2017-10-19 19:31:22.595010533 +0200 +++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes 2017-12-16 20:53:30.901130590 +0100 @@ -1,0 +2,15 @@ +Wed Dec 13 15:37:02 UTC 2017 - [email protected] + +- Rename python-lldb to python3-lldb to match the renamed package + in llvm4 and llvm5 after switch to python3. Fix its dependency. + +------------------------------------------------------------------- +Wed Dec 13 12:29:16 UTC 2017 - [email protected] + +- Update to version 5.0.0 + * See: + + http://llvm.org/releases/5.0.0/docs/ReleaseNotes.html + + http://llvm.org/releases/5.0.0/tools/clang/docs/ReleaseNotes.html + + http://llvm.org/releases/5.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm.spec ++++++ --- /var/tmp/diff_new_pack.dHH6rv/_old 2017-12-16 20:53:31.377107613 +0100 +++ /var/tmp/diff_new_pack.dHH6rv/_new 2017-12-16 20:53:31.385107227 +0100 @@ -16,9 +16,9 @@ # -%define _sonum 4 +%define _sonum 5 Name: llvm -Version: 4.0.1 +Version: 5.0.0 Release: 0 Summary: Low Level Virtual Machine License: NCSA @@ -40,7 +40,7 @@ %ifarch arm x86_64 BuildRequires: lldb%{_sonum} = %{version} BuildRequires: lldb%{_sonum}-devel = %{version} -BuildRequires: python%{_sonum}-lldb = %{version} +BuildRequires: python3-lldb%{_sonum} = %{version} %endif Requires: llvm%{_sonum} = %{version} @@ -217,16 +217,16 @@ don't require a specific LLDB version should depend on this. -%package -n python-lldb +%package -n python3-lldb Summary: Python bindings for liblldb Group: Development/Languages/Python -Requires: python%{_sonum}-lldb = %{version} +Requires: python3-lldb%{_sonum} = %{version} -%description -n python-lldb +%description -n python3-lldb This package contains the Python bindings to clang (C language) frontend for LLVM. This package is a dummy package that depends on the version of -python-lldb that openSUSE currently supports. Packages that +python3-lldb that openSUSE currently supports. Packages that don't require a specific LLDB version should depend on this. @@ -289,7 +289,7 @@ %defattr(-,root,root) %doc README -%files -n python-lldb +%files -n python3-lldb %defattr(-,root,root) %doc README
