public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-heapless0.7] f45: Avoid depending on the ufmt-write crate
Date: Thu, 03 Sep 2026 19:53:48 GMT [thread overview]
Message-ID: <178846522830.1.4521801397430499265.rpms-rust-heapless0.7-e22451594d0d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-heapless0.7
Branch : f45
Commit : e22451594d0df1e27ceb261dd14c885d5bdb0a55
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-02T08:03:48+01:00
Stats : +9/-29 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-heapless0.7/c/e22451594d0df1e27ceb261dd14c885d5bdb0a55?branch=f45
Log:
Avoid depending on the ufmt-write crate
---
diff --git a/heapless-fix-metadata-auto.diff b/heapless-fix-metadata-auto.diff
index 0b931f3..2db7c8f 100644
--- a/heapless-fix-metadata-auto.diff
+++ b/heapless-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
--- heapless-0.7.17/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ heapless-0.7.17/Cargo.toml 2026-09-02T06:58:30.146268+00:00
++++ heapless-0.7.17/Cargo.toml 2026-09-02T07:03:32.764391+00:00
@@ -63,29 +63,13 @@
[features]
diff --git a/heapless-fix-metadata.diff b/heapless-fix-metadata.diff
index ff38c1c..329244c 100644
--- a/heapless-fix-metadata.diff
+++ b/heapless-fix-metadata.diff
@@ -1,5 +1,5 @@
--- heapless-0.7.17/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ heapless-0.7.17/Cargo.toml 2026-09-02T06:58:30.147253+00:00
++++ heapless-0.7.17/Cargo.toml 2026-09-02T07:03:32.765504+00:00
@@ -55,9 +55,6 @@
version = "0.1"
optional = true
diff --git a/rust-heapless0.7.spec b/rust-heapless0.7.spec
index 386b133..63875fc 100644
--- a/rust-heapless0.7.spec
+++ b/rust-heapless0.7.spec
@@ -91,30 +91,6 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+ufmt-impl-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+ufmt-impl-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "ufmt-impl" feature of the "%{crate}" crate.
-
-%files -n %{name}+ufmt-impl-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+ufmt-write-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+ufmt-write-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "ufmt-write" feature of the "%{crate}" crate.
-
-%files -n %{name}+ufmt-write-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+x86-sync-pool-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index e0946c2..b236009 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,7 +5,11 @@ cargo-toml-patch-comments = [
[features]
hide = [
- "__trybuild",
- "defmt",
- "defmt-impl",
+ # Internal feature for testing; we don’t need to expose this
+ "__trybuild",
+ # Things we haven’t packaged, and perhaps don’t want to:
+ "defmt",
+ "defmt-impl",
+ "ufmt-write",
+ "ufmt-impl",
]
reply other threads:[~2026-09-03 19:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178846522830.1.4521801397430499265.rpms-rust-heapless0.7-e22451594d0d@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox