public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: releng-bot <releng-bot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ringbuf] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84372
Date: Thu, 02 Jul 2026 12:00:16 GMT	[thread overview]
Message-ID: <178299361679.1.4133122034003749794.rpms-rust-ringbuf-d7953af80ea1@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-02 12:00 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=178299361679.1.4133122034003749794.rpms-rust-ringbuf-d7953af80ea1@fedoraproject.org \
    --to=releng-bot@fedoraproject.org \
    --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