Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm for openSUSE:Factory checked in at 2023-04-08 17:39:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm (Old) and /work/SRC/openSUSE:Factory/.llvm.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm" Sat Apr 8 17:39:04 2023 rev:133 rq:1077797 version:16.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm/llvm.changes 2023-03-28 17:48:53.394837227 +0200 +++ /work/SRC/openSUSE:Factory/.llvm.new.19717/llvm.changes 2023-04-08 17:39:22.414152644 +0200 @@ -1,0 +2,18 @@ +Thu Apr 6 20:54:59 UTC 2023 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- Update to version 16.0.1. + * This release contains bug-fixes for the LLVM 16.0.0 release. + This release is API and ABI compatible with 16.0.0. + +------------------------------------------------------------------- +Wed Mar 29 08:56:43 UTC 2023 - Fabian Vogt <fv...@suse.com> + +- Drop BuildRequires. They are not necessary to build this package. + This has the advantage that on version bumps, the llvm metapackages + build first, turning everything depending on them unresolvable until + the right LLVM version is actually available. Without this, the old + llvm metapackages are available still and users of llvm build against + the old version of LLVM until the new metapackage is built. +- Fix llvm-LTO-devel self-obsoletion + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm.spec ++++++ --- /var/tmp/diff_new_pack.fvCEGV/_old 2023-04-08 17:39:22.978155882 +0200 +++ /var/tmp/diff_new_pack.fvCEGV/_new 2023-04-08 17:39:22.986155928 +0200 @@ -39,7 +39,7 @@ Obsoletes: %{1}9%{?2:-%{2}} Name: llvm -Version: 16.0.0 +Version: 16.0.1 Release: 0 Summary: Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -47,25 +47,7 @@ URL: https://www.llvm.org/ # This file documents the process for updating llvm Source0: README.packaging -# Avoid multiple providers error -BuildRequires: clang%{_sonum} = %{version} -BuildRequires: clang%{_sonum}-devel = %{version} -BuildRequires: clang%{_sonum}-doc = %{version} -BuildRequires: lld%{_sonum} = %{version} -BuildRequires: llvm%{_sonum} = %{version} -BuildRequires: llvm%{_sonum}-devel = %{version} -BuildRequires: llvm%{_sonum}-doc = %{version} -BuildRequires: llvm%{_sonum}-gold = %{version} -BuildRequires: llvm%{_sonum}-vim-plugins = %{version} Requires: llvm%{_sonum} = %{version} -%if 0%{?has_lldb} -BuildRequires: lldb%{_sonum} = %{version} -BuildRequires: lldb%{_sonum}-devel = %{version} -%endif -BuildRequires: python3-clang%{_sonum} = %{version} -%if 0%{?has_lldb_python} -BuildRequires: python3-lldb%{_sonum} = %{version} -%endif Suggests: %{name}-doc # Mirrors ExcludeArch in llvm%{_sonum} ExcludeArch: s390 @@ -87,7 +69,7 @@ Group: Development/Libraries/C and C++ Requires: llvm%{_sonum}-devel = %{version} Provides: llvm-LTO-devel = %{version} -Obsoletes: llvm-LTO-devel <= %{version} +Obsoletes: llvm-LTO-devel < %{version} Requires: llvm-gold %obsolete_llvm_versioned llvm devel %obsolete_llvm_versioned llvm LTO-devel