Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust for openSUSE:Factory checked in at 2021-04-21 20:58:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust (Old) and /work/SRC/openSUSE:Factory/.rust.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust" Wed Apr 21 20:58:11 2021 rev:63 rq:886804 version:1.51.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust/rust.changes 2021-04-08 21:02:28.769920984 +0200 +++ /work/SRC/openSUSE:Factory/.rust.new.12324/rust.changes 2021-04-21 20:58:19.758100213 +0200 @@ -1,0 +2,5 @@ +Sat Apr 17 20:10:00 UTC 2021 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- Add support-llvm12.patch to support building with LLVM 12. + +------------------------------------------------------------------- New: ---- support-llvm12.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust.spec ++++++ --- /var/tmp/diff_new_pack.WM75hz/_old 2021-04-21 20:58:27.470112360 +0200 +++ /var/tmp/diff_new_pack.WM75hz/_new 2021-04-21 20:58:27.470112360 +0200 @@ -156,6 +156,9 @@ Source1000: README.suse-maint # PATCH-FIX-OPENSUSE: edit src/librustc_llvm/build.rs to ignore GCC incompatible flag Patch0: ignore-Wstring-conversion.patch +# PATCH-FIX-UPSTREAM: https://github.com/rust-lang/rust/pull/81451, trivially rebased before +# https://github.com/rust-lang/rust/pull/82045 and https://github.com/rust-lang/rust/pull/82102. +Patch1: support-llvm12.patch BuildRequires: ccache BuildRequires: curl BuildRequires: fdupes @@ -413,6 +416,7 @@ %setup -q -n rustc-%{version}-src %patch0 -p1 +%patch1 -p1 # use python3 sed -i -e "1s|#!.*|#!%{_bindir}/python3|" x.py ++++++ support-llvm12.patch ++++++ ++++ 911 lines (skipped)