From 3eea8b1005844daa8bf436c176c445602a4c39c3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sun, 29 Dec 2024 20:07:01 +0100 Subject: [PATCH] automatic version update by autodist [release 1.83.0-1mamba;Sat Dec 21 2024] --- rustc.spec | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/rustc.spec b/rustc.spec index 73a6113..67a923b 100644 --- a/rustc.spec +++ b/rustc.spec @@ -1,6 +1,6 @@ %define stage1 1 Name: rustc -Version: 1.81.0 +Version: 1.83.0 Release: 1mamba Summary: The Rust programming language, designed to be a safe, concurrent, practical language Group: Applications/Development @@ -81,8 +81,14 @@ docdir = "share/doc/rust" # https://github.com/rust-lang/rust/issues/47745 codegen-units = 1 codegen-units-std = 1 +%ifarch %{ix86} +debuginfo-level = 0 +debuginfo-level-std = 0 +debug = false +%else debuginfo-level = 1 debuginfo-level-std = 2 +%endif channel = "stable" description = "openmamba %{name} %{epoch}:%{version}-%{release}" rpath = false @@ -99,6 +105,10 @@ EOF %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%ifarch %{ix86} +export CARGO_INCREMENTAL=1 +%endif + DESTDIR=%{buildroot} ./x.py install %{_smp_mflags} chmod +x %{buildroot}%{_libdir}/lib*.so* @@ -137,7 +147,7 @@ cd - %files -n lib%{name} %defattr(-,root,root) -%{_libdir}/rustlib/src/rust/Cargo.lock +#%{_libdir}/rustlib/src/rust/Cargo.lock %{_libdir}/libLLVM-*-rust-%{version}-stable.so* %{_libdir}/libLLVM.so.*-rust-%{version}-stable %{_libdir}/librustc*.so @@ -185,6 +195,12 @@ cd - #%doc README.md %changelog +* Sat Dec 21 2024 Automatic Build System 1.83.0-1mamba +- automatic version update by autodist + +* Fri Oct 18 2024 Automatic Build System 1.82.0-1mamba +- automatic version update by autodist + * Fri Sep 06 2024 Automatic Build System 1.81.0-1mamba - automatic version update by autodist