From da6dcf3c7da5df8807bce2733a5773bece1f4cfb Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 11 Dec 2023 17:55:11 +0800 Subject: [PATCH] Rebuild with llvm Signed-off-by: Zhao Hang --- rust.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index e652f7f..79d6106 100644 --- a/rust.spec +++ b/rust.spec @@ -1,6 +1,7 @@ # Only x86_64 and i686 are Tier 1 platforms at this time. # https://doc.rust-lang.org/nightly/rustc/platform-support.html -%global rust_arches x86_64 i686 aarch64 ppc64le s390x +%define anolis_release .0.1 +%global rust_arches x86_64 i686 aarch64 ppc64le s390x loongarch64 # The channel can be stable, beta, or nightly %{!?channel: %global channel stable} @@ -88,7 +89,7 @@ Name: rust Version: 1.66.1 -Release: 2%{?dist} +Release: 2%{anolis_release}%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -1067,6 +1068,9 @@ end} %changelog +* Mon Dec 11 2023 Liwei Ge - 1.66.1-2.0.1 +- Rebuild with llvm 15 + * Wed Aug 16 2023 Liwei Ge - 1.66.1-2 - Fix CVE-2023-38497 -- Gitee