public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cap-std] f43: Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/352
@ 2026-08-25 9:32 releng-bot
0 siblings, 0 replies; only message in thread
From: releng-bot @ 2026-08-25 9:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-cap-std
Branch : f43
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=f43
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 9:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 9:32 [rpms/rust-cap-std] f43: Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/352 releng-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox