public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-heapless] rawhide: Update to version 0.9.3; Fixes RHBZ#2362809
@ 2026-06-29 20:23 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-29 20:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-heapless
Branch : rawhide
Commit : ec4a269a82a3d449efab02fee0ac2b235a2227be
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-28T20:53:39+01:00
Stats : +48/-44 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-heapless/c/ec4a269a82a3d449efab02fee0ac2b235a2227be?branch=rawhide
Log:
Update to version 0.9.3; Fixes RHBZ#2362809
---
diff --git a/.gitignore b/.gitignore
index 96baa18..989e3bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/heapless-0.7.16.crate
/heapless-0.8.0.crate
+/heapless-0.9.3.crate
diff --git a/heapless-fix-metadata-auto.diff b/heapless-fix-metadata-auto.diff
deleted file mode 100644
index cf2d5a8..0000000
--- a/heapless-fix-metadata-auto.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- heapless-0.7.16/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ heapless-0.7.16/Cargo.toml 2023-02-23T19:44:41.242083+00:00
-@@ -70,10 +70,6 @@
- ufmt-impl = ["ufmt-write"]
- x86-sync-pool = []
-
--[target."cfg(target_arch = \"avr\")".dependencies.atomic-polyfill]
--version = "0.1.8"
--optional = true
--
- [target."cfg(target_arch = \"x86_64\")".dependencies.spin]
- version = "0.9.2"
-
diff --git a/heapless-fix-metadata.diff b/heapless-fix-metadata.diff
deleted file mode 100644
index e1fb1aa..0000000
--- a/heapless-fix-metadata.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- heapless-0.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ heapless-0.8.0/Cargo.toml 2024-03-21T17:51:19.839547+00:00
-@@ -70,9 +70,6 @@
- version = "0.1"
- optional = true
-
--[dev-dependencies.ufmt]
--version = "0.2"
--
- [features]
- defmt-03 = ["dep:defmt"]
- mpmc_large = []
diff --git a/heapless-rm-const_err.diff b/heapless-rm-const_err.diff
deleted file mode 100644
index dbab310..0000000
--- a/heapless-rm-const_err.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/lib.rs
-+++ b/src/lib.rs
-@@ -72,7 +72,6 @@
- #![deny(rust_2018_compatibility)]
- #![deny(rust_2018_idioms)]
- #![deny(warnings)]
--#![deny(const_err)]
-
- pub use binary_heap::BinaryHeap;
- pub use deque::Deque;
diff --git a/rust-heapless.spec b/rust-heapless.spec
index 72f317f..d7e7b3b 100644
--- a/rust-heapless.spec
+++ b/rust-heapless.spec
@@ -1,20 +1,17 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate heapless
Name: rust-heapless
-Version: 0.8.0
+Version: 0.9.3
Release: %autorelease
Summary: Static friendly data structures that don't require dynamic memory allocation
License: MIT OR Apache-2.0
URL: https://crates.io/crates/heapless
Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# can't package ufmt, test errors
-Patch: heapless-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@@ -54,6 +51,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+alloc-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+alloc-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "alloc" feature of the "%{crate}" crate.
+
+%files -n %{name}+alloc-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+bytes-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+bytes-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "bytes" feature of the "%{crate}" crate.
+
+%files -n %{name}+bytes-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+mpmc_large-devel
Summary: %{summary}
BuildArch: noarch
@@ -114,6 +135,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+zeroize-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+zeroize-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "zeroize" feature of the "%{crate}" crate.
+
+%files -n %{name}+zeroize-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 655e009..886cc12 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,10 @@
[features]
hide = [
- "defmt-03",
- "ufmt",
+ "nightly",
+ # Not packaged: rust-defmt
+ "defmt",
+ # Not packaged: rust-embedded-io
+ "embedded-io-v0.7",
+ # Not packaged: rust-ufmt
+ "ufmt",
]
diff --git a/sources b/sources
index 37c3ded..cee5797 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (heapless-0.8.0.crate) = 9cbcc4b5b763b9478d0070823aa0412805e4b08f28cdb92b3ad6c6add997d0abac13f25cd6a1dc05136d2100304e8617af55f165a4acad3499c15407d7b3aab3
+SHA512 (heapless-0.9.3.crate) = 54e183c67f5994d809f16cdfddcac747c367c4878f04a7522b66ec1d1f68bb104e9724a6bcd59335385624641985970573dfa37ebf6d67d283f90b56863feb79
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 20:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 20:23 [rpms/rust-heapless] rawhide: Update to version 0.9.3; Fixes RHBZ#2362809 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox