Hello community,
here is the log from the commit of package python-llvmlite for openSUSE:Factory
checked in at 2020-10-26 16:22:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-llvmlite (Old)
and /work/SRC/openSUSE:Factory/.python-llvmlite.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-llvmlite"
Mon Oct 26 16:22:14 2020 rev:20 rq:844036 version:0.32.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-llvmlite/python-llvmlite.changes
2020-04-22 20:50:59.775157764 +0200
+++
/work/SRC/openSUSE:Factory/.python-llvmlite.new.3463/python-llvmlite.changes
2020-10-26 16:22:44.635245466 +0100
@@ -1,0 +2,7 @@
+Sun Oct 25 22:16:52 UTC 2020 - Aaron Puchert <[email protected]>
+
+- Use default compiler (g++) instead of clang++. (boo#1174233)
+- Remove unneeded or not directly needed build dependencies:
+ clangX-devel, llvmX-LTO-devel, llvmX-gold, {ncurses,zlib}-devel.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-llvmlite.spec ++++++
--- /var/tmp/diff_new_pack.i8sDDx/_old 2020-10-26 16:22:46.431246911 +0100
+++ /var/tmp/diff_new_pack.i8sDDx/_new 2020-10-26 16:22:46.435246914 +0100
@@ -33,17 +33,13 @@
Patch0: support-clang9.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
-BuildRequires: clang%{llvm_major}-devel
BuildRequires: cmake
BuildRequires: fdupes
+BuildRequires: gcc-c++
BuildRequires: glibc-devel
-BuildRequires: llvm%{llvm_major}-LTO-devel
+BuildRequires: libstdc++-devel
BuildRequires: llvm%{llvm_major}-devel
-BuildRequires: llvm%{llvm_major}-gold
-BuildRequires: ncurses-devel
BuildRequires: python-rpm-macros
-BuildRequires: zlib-devel
-ExcludeArch: armv7l
%python_subpackages
%description
@@ -68,7 +64,7 @@
%patch0 -p1
%build
-export CXX="clang++ -fPIC"
+export CPPFLAGS="-fPIC"
export LLVM_CONFIG=%{_bindir}/llvm-config
%python_build