From d7b5c65b2ff1d98a83a72ea25a3f0acbc5ba0f2c Mon Sep 17 00:00:00 2001 From: Binu Philip Date: Tue, 31 Mar 2026 21:28:38 +0000 Subject: [PATCH] rust-nalgebra0.33: pin to Fedora 43 build commit e6aed4cbdde8 Pin rust-nalgebra0.33 to upstream commit e6aed4cbdde84e45e7cc3f0648d88575e041f8b2 (Fedora dist-git: rust-nalgebra) to fetch sources from the commit used to build the current f43 package. --- base/comps/components-full.toml | 1 - base/comps/rust-nalgebra0.33/rust-nalgebra0.33.comp.toml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 base/comps/rust-nalgebra0.33/rust-nalgebra0.33.comp.toml diff --git a/base/comps/components-full.toml b/base/comps/components-full.toml index 2e3337b76f7..6552cdae3c5 100644 --- a/base/comps/components-full.toml +++ b/base/comps/components-full.toml @@ -5966,7 +5966,6 @@ [components.rust-mutate_once] [components.'rust-nalgebra-macros0.2'] [components.rust-nalgebra-macros] -[components.'rust-nalgebra0.33'] [components.rust-nalgebra] [components.rust-nanoid] [components.rust-nanorand] diff --git a/base/comps/rust-nalgebra0.33/rust-nalgebra0.33.comp.toml b/base/comps/rust-nalgebra0.33/rust-nalgebra0.33.comp.toml new file mode 100644 index 00000000000..fbf924d87d2 --- /dev/null +++ b/base/comps/rust-nalgebra0.33/rust-nalgebra0.33.comp.toml @@ -0,0 +1,5 @@ +[components.'rust-nalgebra0.33'] +# Pin to the f43 commit used to build the current Fedora 43 package. +# TODO: Drop this override once the default Fedora 43 snapshot +# in distro/azurelinux.distro.toml advances past this commit. +spec = { type = "upstream", upstream-name = "rust-nalgebra", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "e6aed4cbdde84e45e7cc3f0648d88575e041f8b2" }