rebuilt with profiler = true and sanitizers = true [release 1.77.1-2mamba;Fri Apr 05 2024]
This commit is contained in:
parent
a15b092fdc
commit
2059958694
14
rustc.spec
14
rustc.spec
@ -1,7 +1,7 @@
|
|||||||
%define stage1 1
|
%define stage1 1
|
||||||
Name: rustc
|
Name: rustc
|
||||||
Version: 1.77.0
|
Version: 1.77.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,7 +18,6 @@ BuildRequires: libopenssl-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgit2-devel >= 1.8.0
|
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
BuildRequires: rustc
|
BuildRequires: rustc
|
||||||
%endif
|
%endif
|
||||||
@ -69,7 +68,8 @@ cargo = "/usr/bin/cargo"
|
|||||||
rustc = "/usr/bin/rustc"
|
rustc = "/usr/bin/rustc"
|
||||||
%endif
|
%endif
|
||||||
extended = true
|
extended = true
|
||||||
sanitizers = false
|
sanitizers = true
|
||||||
|
profiler = true
|
||||||
build-stage = 2
|
build-stage = 2
|
||||||
doc-stage = 2
|
doc-stage = 2
|
||||||
install-stage = 2
|
install-stage = 2
|
||||||
@ -186,6 +186,12 @@ cd -
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 1.77.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user