Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm17 for openSUSE:Factory checked in at 2024-01-17 22:14:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm17 (Old) and /work/SRC/openSUSE:Factory/.llvm17.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm17" Wed Jan 17 22:14:18 2024 rev:7 rq:1138185 version:17.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm17/llvm17.changes 2023-12-03 20:48:32.389173577 +0100 +++ /work/SRC/openSUSE:Factory/.llvm17.new.16006/llvm17.changes 2024-01-17 22:14:21.268913555 +0100 @@ -1,0 +2,5 @@ +Thu Jan 11 07:38:12 UTC 2024 - Fabian Vogt <fv...@suse.com> + +- Use %_target_* for determining the compiler host triple (boo#1218701) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm17.spec ++++++ --- /var/tmp/diff_new_pack.RX08oi/_old 2024-01-17 22:14:22.904973636 +0100 +++ /var/tmp/diff_new_pack.RX08oi/_new 2024-01-17 22:14:22.908973783 +0100 @@ -1,7 +1,7 @@ # # spec file for package llvm17 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -69,15 +69,15 @@ # Figure out the host triple. %ifarch armv6hl # See https://build.opensuse.org/request/show/968066. -%define host_cpu armv6kz +%define target_cpu armv6kz %else -%define host_cpu %{_host_cpu} +%define target_cpu %{_target_cpu} %endif %ifarch %{arm} -%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os}-gnueabihf +%define host_triple %{target_cpu}-%{_target_vendor}-%{_target_os}-gnueabihf %else -%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os} +%define host_triple %{target_cpu}-%{_target_vendor}-%{_target_os} %endif # By default, build everything. @@ -1675,8 +1675,8 @@ %{_libdir}/libomptarget-nvptx-*.bc %ifarch aarch64 ppc64le x86_64 %{_libdir}/libomptarget.devicertl.a -%{_libdir}/libomptarget.rtl.{%{host_cpu},amdgpu,cuda}.so -%{_libdir}/libomptarget.rtl.{%{host_cpu},amdgpu,cuda}.so.%{_soname} +%{_libdir}/libomptarget.rtl.{%{target_cpu},amdgpu,cuda}.so +%{_libdir}/libomptarget.rtl.{%{target_cpu},amdgpu,cuda}.so.%{_soname} %endif %endif %{_libdir}/cmake/openmp