From: Peter Michael Green Date: Sat, 27 Jul 2024 03:38:37 +0000 (+0000) Subject: Merge tag '1.73.0+dfsg1-1' into trixie-staging X-Git-Tag: archive/raspbian/1.73.0+dfsg1-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb30337744dcf3b74a76db81c0096b1c3cabeab6;p=rustc.git Merge tag '1.73.0+dfsg1-1' into trixie-staging --- fb30337744dcf3b74a76db81c0096b1c3cabeab6 diff --cc debian/changelog index 72a2f405f0,3587e419ff..045dd5401e --- a/debian/changelog +++ b/debian/changelog @@@ -1,19 -1,17 +1,34 @@@ - rustc (1.72.1+dfsg1-1+rpi1) trixie-staging; urgency=medium ++rustc (1.73.0+dfsg1-1+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 1.15.1+dfsg1-1~exp3+rpi1 by Peter Michael Green at Wed, 15 Mar 2017 10:16:18 +0000] + * Build for armv6. + [changes introduced in 1.18.0+dfsg1-4+rpi1 by Peter Michael Green] + * Disable testsuite. + [changes introduced in 1.37.0+dfsg1-1+rpi1 by Peter Michael Green] + * Set DEB_BUILD_RUST_TYPE based on the compiler that is actually installed. + [changes introduced in 1.42.0+dfsg1-1+rpi1 by Peter Michael Green] + * Use the compiler itself rather than dpkg to detect DEB_BUILD_RUST_TYPE + [changes introduced in 1.57.0+dfsg1-1+rpi1 by Peter Michael Green] + * Disable testsuite for arch all builds as well. + [changes introduced in 1.70.0+dfsg1-7+rpi2 by Peter Micheal Green] + * Remove max version constraint from wasi-libc build-dependency. + - -- Peter Michael Green Thu, 25 Jul 2024 13:41:17 +0000 ++ -- Peter Michael Green Sat, 27 Jul 2024 03:37:15 +0000 ++ + rustc (1.73.0+dfsg1-1) unstable; urgency=medium + + * libstd-rust-1.73: fix ldconfig trigger + + -- Fabian Grünbichler Tue, 28 May 2024 17:06:58 +0200 + + rustc (1.73.0+dfsg1-1~exp1) experimental; urgency=medium + + * new upstream release + * switch to LLVM 17 + * update wasi-libc to ~git20230821.ec4566b + * cargo: remove cargo-credential-1password helper binary + + -- Fabian Grünbichler Mon, 27 May 2024 22:20:44 +0200 rustc (1.72.1+dfsg1-1) unstable; urgency=medium diff --cc debian/control index 8563da5c4c,0e9b13c67a..161c8cba34 --- a/debian/control +++ b/debian/control @@@ -49,8 -49,9 +49,8 @@@ Build-Depends curl , ca-certificates , Build-Depends-Indep: - wasi-libc (>= 0.0~git20230621.7018e24~~) , - clang-16:native, + wasi-libc (>= 0.0~git20230821.ec4566b~~) , - wasi-libc (<= 0.0~git20230821.ec4566b++) , + clang-17:native, Build-Conflicts: gdb-minimal Standards-Version: 4.6.2 Homepage: http://www.rust-lang.org/