From 80d6918e39c05104609316732ff1d6103409cab4 Mon Sep 17 00:00:00 2001 From: ltdong <3626822129@qq.com> Date: Sat, 9 Oct 2021 11:42:27 +0800 Subject: [PATCH] Update debuginfo-level config --- rust.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rust.spec b/rust.spec index 0933f3f..ad3ff33 100644 --- a/rust.spec +++ b/rust.spec @@ -12,7 +12,7 @@ %bcond_without lldb Name: rust Version: 1.53.0 -Release: 1 +Release: 2 Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) URL: https://www.rust-lang.org @@ -290,7 +290,7 @@ export %{rust_env} %ifarch %{arm} %{ix86} s390x %define enable_debuginfo --debuginfo-level=0 --debuginfo-level-std=2 %else -%define enable_debuginfo --debuginfo-level=2 +%define enable_debuginfo --debuginfo-level=1 %endif %ifnarch %{power64} %define codegen_units_std --set rust.codegen-units-std=1 @@ -465,13 +465,16 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Fri Oct 08 2021 donglongtao - 1.53.0-2 +- Update debuginfo-level config + * Sat Oct 02 2021 sdlzx - 1.53.0-1 - Update to 1.53.0 * Tue Sep 28 2021 sdlzx - 1.52.1-1 - Update to 1.52.1 -* Tue Sep 17 2021 donglongtao - 1.51.0-10 +* Fri Sep 17 2021 donglongtao - 1.51.0-10 - Fix rustdoc install very slow * Tue Aug 24 2021 caodongxia - 1.51.0-9 -- Gitee