From 20599586949fee8183804273a956ae51e31ebb6c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 7 Apr 2024 21:09:16 +0200 Subject: [PATCH] rebuilt with profiler = true and sanitizers = true [release 1.77.1-2mamba;Fri Apr 05 2024] --- rustc.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/rustc.spec b/rustc.spec index 3fef6c6..e739d01 100644 --- a/rustc.spec +++ b/rustc.spec @@ -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 1.77.1-2mamba +- rebuilt with profiler = true and sanitizers = true + +* Thu Mar 28 2024 Automatic Build System 1.77.1-1mamba +- automatic version update by autodist + * Tue Mar 26 2024 Automatic Build System 1.77.0-1mamba - automatic version update by autodist