public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-quad-rand] rawhide: Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/323
@ 2026-08-23 15:54 releng-bot
  0 siblings, 0 replies; only message in thread
From: releng-bot @ 2026-08-23 15:54 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-08-23 15:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 15:54 [rpms/rust-quad-rand] rawhide: Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/323 releng-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox