Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package llvm15 for openSUSE:Factory checked 
in at 2024-02-12 18:52:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm15 (Old)
 and      /work/SRC/openSUSE:Factory/.llvm15.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm15"

Mon Feb 12 18:52:39 2024 rev:12 rq:1146032 version:15.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm15/llvm15.changes    2023-12-03 
20:48:48.417762203 +0100
+++ /work/SRC/openSUSE:Factory/.llvm15.new.1815/llvm15.changes  2024-02-12 
18:55:13.821043197 +0100
@@ -1,0 +2,5 @@
+Thu Jan 11 07:38:12 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Use %_target_* for determining the compiler host triple (boo#1218701)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ llvm15.spec ++++++
--- /var/tmp/diff_new_pack.tuNGnw/_old  2024-02-12 18:55:15.341098089 +0100
+++ /var/tmp/diff_new_pack.tuNGnw/_new  2024-02-12 18:55:15.345098233 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package llvm15
 #
-# 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.
@@ -406,7 +406,7 @@
 BuildRequires:  pkgconfig(libedit)
 BuildRequires:  pkgconfig(zlib)
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 # llvm does not work on s390
 ExcludeArch:    s390
 %if %{with ffi}
@@ -496,7 +496,7 @@
 Group:          Development/Languages/C and C++
 URL:            https://clang.llvm.org/
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends:     clang-tools
 Recommends:     gcc
 Recommends:     glibc-devel
@@ -700,7 +700,7 @@
 Group:          Development/Tools/Building
 URL:            https://lld.llvm.org/
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 
 %description -n lld%{_sonum}
 LLD is a linker from the LLVM project. That is a drop-in replacement for 
system linkers and runs much faster than them. It also provides features that 
are useful for toolchain developers.
@@ -732,7 +732,7 @@
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(zlib)
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends:     python3-lldb%{_sonum}
 ExclusiveArch:  x86_64
 

Reply via email to