public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-heapless0.7] epel10: Avoid depending on the ufmt-write crate
@ 2026-09-04  5:42 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-04  5:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-heapless0.7
Branch : epel10
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=epel10

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",
 ]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-04  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04  5:42 [rpms/rust-heapless0.7] epel10: Avoid depending on the ufmt-write crate 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