public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rend] f43: Unhide bytemuck-1 and zerocopy-0_8 features
@ 2026-07-03 18:14 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-03 18:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-rend
Branch : f43
Commit : 66f268a7ae923aaf1919f36ba3bd0d68c6b238c8
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-03T07:09:14+01:00
Stats : +25/-7 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rend/c/66f268a7ae923aaf1919f36ba3bd0d68c6b238c8?branch=f43
Log:
Unhide bytemuck-1 and zerocopy-0_8 features
The dependencies are available, so it doesn’t hurt to expose them.
---
diff --git a/rust-rend.spec b/rust-rend.spec
index 4d392d6..ec235a6 100644
--- a/rust-rend.spec
+++ b/rust-rend.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
@@ -59,6 +59,30 @@ use the "bytecheck" feature of the "%{crate}" crate.
%files -n %{name}+bytecheck-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+bytemuck-1-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+bytemuck-1-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "bytemuck-1" feature of the "%{crate}" crate.
+
+%files -n %{name}+bytemuck-1-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+zerocopy-0_8-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+zerocopy-0_8-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "zerocopy-0_8" feature of the "%{crate}" crate.
+
+%files -n %{name}+zerocopy-0_8-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 3e09818..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,6 +0,0 @@
-[features]
-hide = [
- "bytemuck-1",
- "zerocopy-0_8",
-]
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 18:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 18:14 [rpms/rust-rend] f43: Unhide bytemuck-1 and zerocopy-0_8 features 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