- Make python3-clang noarch again and fix conflicts/provides to
point to %python3_sitelib instead of %python3_sitearch. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=17
This commit is contained in:
parent
d48862800d
commit
f4ec31c6f5
@ -5,6 +5,8 @@ Thu Jun 15 21:53:08 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|||||||
* This release contains bug-fixes for the LLVM 16.0.0 release.
|
* This release contains bug-fixes for the LLVM 16.0.0 release.
|
||||||
This release is API and ABI compatible with 16.0.0.
|
This release is API and ABI compatible with 16.0.0.
|
||||||
- Rebase llvm-do-not-install-static-libraries.patch.
|
- Rebase llvm-do-not-install-static-libraries.patch.
|
||||||
|
- Make python3-clang noarch again and fix conflicts/provides to
|
||||||
|
point to %python3_sitelib instead of %python3_sitearch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 3 21:56:34 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
Sat Jun 3 21:56:34 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
@ -697,8 +697,9 @@ Summary: Python bindings for libclang
|
|||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: libclang%{_soclang} >= %{version}
|
Requires: libclang%{_soclang} >= %{version}
|
||||||
Requires: python3-base
|
Requires: python3-base
|
||||||
Conflicts: %{python3_sitearch}/clang/
|
Conflicts: %{python3_sitelib}/clang/
|
||||||
Provides: %{python3_sitearch}/clang/
|
Provides: %{python3_sitelib}/clang/
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n python3-clang%{_sonum}
|
%description -n python3-clang%{_sonum}
|
||||||
This package contains the Python bindings to clang (C language)
|
This package contains the Python bindings to clang (C language)
|
||||||
|
Loading…
Reference in New Issue
Block a user