rebuilt with profiler = true and sanitizers = true [release 1.77.1-2mamba;Fri Apr 05 2024]

This commit is contained in:
Silvan Calarco 2024-04-07 21:09:16 +02:00
parent a15b092fdc
commit 2059958694

View File

@ -1,7 +1,7 @@
%define stage1 1
Name: rustc
Version: 1.77.0
Release: 1mamba
Version: 1.77.1
Release: 2mamba
Summary: The Rust programming language, designed to be a safe, concurrent, practical language
Group: Applications/Development
Vendor: openmamba
@ -18,7 +18,6 @@ BuildRequires: libopenssl-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libgit2-devel >= 1.8.0
%if "%{stage1}" != "1"
BuildRequires: rustc
%endif
@ -69,7 +68,8 @@ cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
%endif
extended = true
sanitizers = false
sanitizers = true
profiler = true
build-stage = 2
doc-stage = 2
install-stage = 2
@ -186,6 +186,12 @@ cd -
#%doc README.md
%changelog
* Fri Apr 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.77.1-2mamba
- rebuilt with profiler = true and sanitizers = true
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 1.77.1-1mamba
- automatic version update by autodist
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 1.77.0-1mamba
- automatic version update by autodist