automatic version update by autodist [release 1.83.0-1mamba;Sat Dec 21 2024]

This commit is contained in:
Automatic Build System 2024-12-29 20:07:01 +01:00
parent dd34e05ee9
commit 3eea8b1005

View File

@ -1,6 +1,6 @@
%define stage1 1 %define stage1 1
Name: rustc Name: rustc
Version: 1.81.0 Version: 1.83.0
Release: 1mamba Release: 1mamba
Summary: The Rust programming language, designed to be a safe, concurrent, practical language Summary: The Rust programming language, designed to be a safe, concurrent, practical language
Group: Applications/Development Group: Applications/Development
@ -81,8 +81,14 @@ docdir = "share/doc/rust"
# https://github.com/rust-lang/rust/issues/47745 # https://github.com/rust-lang/rust/issues/47745
codegen-units = 1 codegen-units = 1
codegen-units-std = 1 codegen-units-std = 1
%ifarch %{ix86}
debuginfo-level = 0
debuginfo-level-std = 0
debug = false
%else
debuginfo-level = 1 debuginfo-level = 1
debuginfo-level-std = 2 debuginfo-level-std = 2
%endif
channel = "stable" channel = "stable"
description = "openmamba %{name} %{epoch}:%{version}-%{release}" description = "openmamba %{name} %{epoch}:%{version}-%{release}"
rpath = false rpath = false
@ -99,6 +105,10 @@ EOF
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%ifarch %{ix86}
export CARGO_INCREMENTAL=1
%endif
DESTDIR=%{buildroot} ./x.py install %{_smp_mflags} DESTDIR=%{buildroot} ./x.py install %{_smp_mflags}
chmod +x %{buildroot}%{_libdir}/lib*.so* chmod +x %{buildroot}%{_libdir}/lib*.so*
@ -137,7 +147,7 @@ cd -
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/rustlib/src/rust/Cargo.lock #%{_libdir}/rustlib/src/rust/Cargo.lock
%{_libdir}/libLLVM-*-rust-%{version}-stable.so* %{_libdir}/libLLVM-*-rust-%{version}-stable.so*
%{_libdir}/libLLVM.so.*-rust-%{version}-stable %{_libdir}/libLLVM.so.*-rust-%{version}-stable
%{_libdir}/librustc*.so %{_libdir}/librustc*.so
@ -185,6 +195,12 @@ cd -
#%doc README.md #%doc README.md
%changelog %changelog
* Sat Dec 21 2024 Automatic Build System <autodist@openmamba.org> 1.83.0-1mamba
- automatic version update by autodist
* Fri Oct 18 2024 Automatic Build System <autodist@openmamba.org> 1.82.0-1mamba
- automatic version update by autodist
* Fri Sep 06 2024 Automatic Build System <autodist@openmamba.org> 1.81.0-1mamba * Fri Sep 06 2024 Automatic Build System <autodist@openmamba.org> 1.81.0-1mamba
- automatic version update by autodist - automatic version update by autodist