public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ringbuf] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84372
@ 2026-07-02 12:00 releng-bot
0 siblings, 0 replies; only message in thread
From: releng-bot @ 2026-07-02 12:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-ringbuf
Branch : rawhide
Commit : d7953af80ea124fdb20a1cfbb5f386dc4ded200e
Author : releng-bot <releng-bot@fedoraproject.org>
Date : 2026-07-02T12:00:13+00:00
Stats : +103/-1 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ringbuf/c/d7953af80ea124fdb20a1cfbb5f386dc4ded200e?branch=rawhide
Log:
Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84372
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d2657e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/ringbuf-0.2.6.crate
+/ringbuf-0.2.7.crate
+/ringbuf-0.2.8.crate
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ac02a82
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-ringbuf
+
+The rust-ringbuf package
diff --git a/dead.package b/dead.package
deleted file mode 100644
index c7912ba..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-no longer needed
diff --git a/rust-ringbuf.spec b/rust-ringbuf.spec
new file mode 100644
index 0000000..6832691
--- /dev/null
+++ b/rust-ringbuf.spec
@@ -0,0 +1,96 @@
+# Generated by rust2rpm 21
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate ringbuf
+
+Name: rust-%{crate}
+Version: 0.2.8
+Release: %autorelease
+Summary: Lock-free SPSC FIFO ring buffer with direct access to inner data
+
+# Upstream license specification: MIT/Apache-2.0
+License: MIT or ASL 2.0
+URL: https://crates.io/crates/ringbuf
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+
+BuildRequires: rust-packaging >= 21
+
+%global _description %{expand:
+Lock-free SPSC FIFO ring buffer with direct access to inner data.}
+
+%description %{_description}
+
+%package devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
+
+%files devel
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
+
+%package -n %{name}+default-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+default-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "default" feature of the "%{crate}" crate.
+
+%files -n %{name}+default-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+benchmark-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+benchmark-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "benchmark" feature of the "%{crate}" crate.
+
+%files -n %{name}+benchmark-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+std-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+std-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "std" feature of the "%{crate}" crate.
+
+%files -n %{name}+std-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%prep
+%autosetup -n %{crate}-%{version_no_tilde} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%cargo_build
+
+%install
+%cargo_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%changelog
+%autochangelog
diff --git a/sources b/sources
new file mode 100644
index 0000000..baf7244
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (ringbuf-0.2.8.crate) = 8bf2d79c65451df9b22b696a6ddddd004768e8fd90920d624fccc77ff5c63067fb663b3cbff9e29e17b7d553f86e2016d754f3ff843f34dfd0a105ade2630f53
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-02 12:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 12:00 [rpms/rust-ringbuf] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84372 releng-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox