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-cap-std] rawhide: Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/352
Date: Tue, 25 Aug 2026 08:11:22 GMT [thread overview]
Message-ID: <178764548207.1.648565709522307058.rpms-rust-cap-std-1469e1e32024@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-cap-std
Branch : rawhide
Commit : 1469e1e32024c810ca1485b5a5892e056a4c3a5c
Author : releng-bot <releng-bot@fedoraproject.org>
Date : 2026-08-25T08:11:19+00:00
Stats : +142/-1 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cap-std/c/1469e1e32024c810ca1485b5a5892e056a4c3a5c?branch=rawhide
Log:
Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/352
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f7b7fba
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/cap-std-0.13.10.crate
+/cap-std-0.21.1.crate
+/cap-std-0.22.1.crate
+/cap-std-0.24.2.crate
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d8f792a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-cap-std
+
+The rust-cap-std package
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..3a36585
--- /dev/null
+++ b/changelog
@@ -0,0 +1,12 @@
+* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Sat Dec 04 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.21.1-1
+- Bump to upstream 0.21.1 (fixes rhbz#1983296)
+- Add fs_utf8 feature
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.10-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Sun Jun 13 17:20:40 CEST 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.13.10-1
+- Initial package
diff --git a/dead.package b/dead.package
deleted file mode 100644
index 0d143d3..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-unused as effort to package wasmtime is abandoned
diff --git a/rust-cap-std.spec b/rust-cap-std.spec
new file mode 100644
index 0000000..c341a2b
--- /dev/null
+++ b/rust-cap-std.spec
@@ -0,0 +1,122 @@
+# Generated by rust2rpm 21
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate cap-std
+
+Name: rust-%{crate}
+Version: 0.24.2
+Release: %autorelease
+Summary: Capability-based version of the Rust standard library
+
+# Upstream license specification: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
+License: ASL 2.0 or MIT
+URL: https://crates.io/crates/cap-std
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+
+BuildRequires: rust-packaging >= 21
+
+%global _description %{expand:
+Capability-based version of the Rust standard library.}
+
+%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}/COPYRIGHT
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-Apache-2.0_WITH_LLVM-exception
+%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}+arf-strings-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+arf-strings-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "arf-strings" feature of the "%{crate}" crate.
+
+%files -n %{name}+arf-strings-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+arf_strings-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+arf_strings-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "arf_strings" feature of the "%{crate}" crate.
+
+%files -n %{name}+arf_strings-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+camino-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+camino-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "camino" feature of the "%{crate}" crate.
+
+%files -n %{name}+camino-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+fs_utf8-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+fs_utf8-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "fs_utf8" feature of the "%{crate}" crate.
+
+%files -n %{name}+fs_utf8-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..b9742b4
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (cap-std-0.24.2.crate) = 6e0a84ad3721b7c936022ec21f1ce7e2dd0e9b89a71eddf7c1d96afccfaacfba76eee619ae2f5db0ea94578d895d944323dc6ef99edfa229a9a56d3576fa9346
reply other threads:[~2026-08-25 8:11 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=178764548207.1.648565709522307058.rpms-rust-cap-std-1469e1e32024@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