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-quad-rand] rawhide: Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/323
Date: Sun, 23 Aug 2026 15:54:41 GMT	[thread overview]
Message-ID: <178750048153.1.707807074789152353.rpms-rust-quad-rand-25b69b8b83cb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-quad-rand
Branch : rawhide
Commit : 25b69b8b83cbc6757873077cae5a6f940c075119
Author : releng-bot <releng-bot@fedoraproject.org>
Date   : 2026-08-23T15:54:38+00:00
Stats  : +93/-1 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-quad-rand/c/25b69b8b83cbc6757873077cae5a6f940c075119?branch=rawhide

Log:
Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/323

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..89ac3bc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/quad-rand-0.2.1.crate

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bc41f42
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-quad-rand
+
+The rust-quad-rand package

diff --git a/changelog b/changelog
new file mode 100644
index 0000000..37afa4e
--- /dev/null
+++ b/changelog
@@ -0,0 +1,2 @@
+* Sat Jun 12 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.2.1-1
+- Initial package

diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5ac8255..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-no longer used

diff --git a/rust-quad-rand.spec b/rust-quad-rand.spec
new file mode 100644
index 0000000..7024938
--- /dev/null
+++ b/rust-quad-rand.spec
@@ -0,0 +1,86 @@
+# Generated by rust2rpm 17
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate quad-rand
+
+Name:           rust-%{crate}
+Version:        0.2.1
+Release:        %autorelease
+Summary:        Pseudo random implementation with std atomics
+
+# Upstream license specification: MIT
+# https://github.com/not-fl3/quad-rand/issues/8
+License:        MIT
+URL:            https://crates.io/crates/quad-rand
+Source:         %{crates_source}
+
+ExclusiveArch:  %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch:      noarch
+%endif
+
+BuildRequires:  rust-packaging
+
+%global _description %{expand:
+Pseudo random implementation with std atomics.}
+
+%description %{_description}
+
+%package        devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description    devel %{_description}
+
+This package contains library source intended for building other packages
+which use "%{crate}" crate.
+
+%files          devel
+%doc README.md
+%{cargo_registry}/%{crate}-%{version_no_tilde}/
+
+%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 "default" feature of "%{crate}" crate.
+
+%files       -n %{name}+default-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
+%package     -n %{name}+rand-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+rand-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "rand" feature of "%{crate}" crate.
+
+%files       -n %{name}+rand-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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..b2656dc
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (quad-rand-0.2.1.crate) = 9e2638696bb21e6bee1eea35498678241bf17bedb65731c356f1fc6d58e9f7bb2f4fe5a32e87d43070e4c2edc73f8b81c2e3131586ccd44dd50dddf0fe012254

                 reply	other threads:[~2026-08-23 15:54 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=178750048153.1.707807074789152353.rpms-rust-quad-rand-25b69b8b83cb@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