From bf1cfcf7baaee411b61aa540440368f5a03289d34d2da60cf924ffe016385ea1 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 13 Dec 2017 17:01:41 +0000 Subject: [PATCH] Accepting request 556732 from home:michalsrb:branches:devel:tools:compiler - Rename python-lldb to python3-lldb to match the renamed package in llvm4 and llvm5 after switch to python3. Fix its dependency. OBS-URL: https://build.opensuse.org/request/show/556732 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=496 --- llvm.changes | 6 ++++++ llvm.spec | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/llvm.changes b/llvm.changes index b242eef..2524898 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 13 15:37:02 UTC 2017 - msrb@suse.com + +- 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 - msrb@suse.com diff --git a/llvm.spec b/llvm.spec index d489806..13a09c9 100644 --- a/llvm.spec +++ b/llvm.spec @@ -40,7 +40,7 @@ BuildRequires: llvm%{_sonum}-vim-plugins = %{version} %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 @@ lldb-devel that openSUSE currently supports. Packages that 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 @@ echo "This is a dummy package to provide a dependency on the system compiler." > %defattr(-,root,root) %doc README -%files -n python-lldb +%files -n python3-lldb %defattr(-,root,root) %doc README