public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cap-std] f44: unused as effort to package wasmtime is abandoned
Date: Tue, 25 Aug 2026 09:32:31 GMT	[thread overview]
Message-ID: <178765035131.1.14674408210091966466.rpms-rust-cap-std-beb242e74fed@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-cap-std
Branch : f44
Commit : beb242e74fedae9e8d6a569e6bfdec37c037ac8d
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-08-09T17:43:51+02:00
Stats  : +1/-142 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cap-std/c/beb242e74fedae9e8d6a569e6bfdec37c037ac8d?branch=f44

Log:
unused as effort to package wasmtime is abandoned

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f7b7fba..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/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
deleted file mode 100644
index d8f792a..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-cap-std
-
-The rust-cap-std package

diff --git a/changelog b/changelog
deleted file mode 100644
index 3a36585..0000000
--- a/changelog
+++ /dev/null
@@ -1,12 +0,0 @@
-* 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
new file mode 100644
index 0000000..0d143d3
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+unused as effort to package wasmtime is abandoned

diff --git a/rust-cap-std.spec b/rust-cap-std.spec
deleted file mode 100644
index c341a2b..0000000
--- a/rust-cap-std.spec
+++ /dev/null
@@ -1,122 +0,0 @@
-# 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
deleted file mode 100644
index b9742b4..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (cap-std-0.24.2.crate) = 6e0a84ad3721b7c936022ec21f1ce7e2dd0e9b89a71eddf7c1d96afccfaacfba76eee619ae2f5db0ea94578d895d944323dc6ef99edfa229a9a56d3576fa9346

                 reply	other threads:[~2026-08-25  9:32 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=178765035131.1.14674408210091966466.rpms-rust-cap-std-beb242e74fed@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --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