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-instant] rawhide: no longer needed and unmaintained upstream (RUSTSEC-2024-0384)
Date: Tue, 28 Jul 2026 18:39:30 GMT	[thread overview]
Message-ID: <178526397032.1.10027488785093349564.rpms-rust-instant-acb27374d10a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-instant
Branch : rawhide
Commit : acb27374d10ac2154646bd07c8d7662fd12a52da
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-28T20:39:21+02:00
Stats  : +1/-223 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-instant/c/acb27374d10ac2154646bd07c8d7662fd12a52da?branch=rawhide

Log:
no longer needed and unmaintained upstream (RUSTSEC-2024-0384)

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f5c39fe..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/instant-0.1.6.crate
-/instant-0.1.9.crate
-/instant-0.1.12.crate
-/instant-0.1.13.crate

diff --git a/changelog b/changelog
deleted file mode 100644
index de7696e..0000000
--- a/changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Wed Dec 30 11:39:38 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.9-1
-- Update to 0.1.9
-
-* Tue Aug 25 16:17:36 PDT 2020 Josh Stone <jistone@redhat.com> - 0.1.6-1
-- Initial package

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..f65f289
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+no longer needed and unmaintained upstream (RUSTSEC-2024-0384)

diff --git a/instant-fix-metadata-auto.diff b/instant-fix-metadata-auto.diff
deleted file mode 100644
index 17a6e03..0000000
--- a/instant-fix-metadata-auto.diff
+++ /dev/null
@@ -1,80 +0,0 @@
---- instant-0.1.13/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ instant-0.1.13/Cargo.toml	2024-06-11T14:05:02.785095+00:00
-@@ -33,76 +33,8 @@
- inaccurate = []
- now = []
- wasm-bindgen = [
--    "js-sys",
--    "wasm-bindgen_rs",
--    "web-sys",
- ]
--
--[target.asmjs-unknown-emscripten.dependencies.js-sys]
--version = "0.3"
--optional = true
--
--[target.asmjs-unknown-emscripten.dependencies.stdweb]
--version = "0.4"
--optional = true
--
--[target.asmjs-unknown-emscripten.dependencies.wasm-bindgen_rs]
--version = "0.2"
--optional = true
--package = "wasm-bindgen"
--
--[target.asmjs-unknown-emscripten.dependencies.web-sys]
--version = "0.3"
--features = [
--    "Window",
--    "Performance",
--    "PerformanceTiming",
--]
--optional = true
--
--[target.wasm32-unknown-emscripten.dependencies.js-sys]
--version = "0.3"
--optional = true
--
--[target.wasm32-unknown-emscripten.dependencies.stdweb]
--version = "0.4"
--optional = true
--
--[target.wasm32-unknown-emscripten.dependencies.wasm-bindgen_rs]
--version = "0.2"
--optional = true
--package = "wasm-bindgen"
--
--[target.wasm32-unknown-emscripten.dependencies.web-sys]
--version = "0.3"
--features = [
--    "Window",
--    "Performance",
--    "PerformanceTiming",
--]
--optional = true
--
--[target.wasm32-unknown-unknown.dependencies.js-sys]
--version = "0.3"
--optional = true
--
--[target.wasm32-unknown-unknown.dependencies.stdweb]
--version = "0.4"
--optional = true
--
--[target.wasm32-unknown-unknown.dependencies.wasm-bindgen_rs]
--version = "0.2"
--optional = true
--package = "wasm-bindgen"
--
--[target.wasm32-unknown-unknown.dependencies.web-sys]
--version = "0.3"
--features = [
--    "Window",
--    "Performance",
--    "PerformanceTiming",
--]
--optional = true
- 
- [badges.maintenance]
- status = "looking-for-maintainer"
-+

diff --git a/instant-fix-metadata.diff b/instant-fix-metadata.diff
deleted file mode 100644
index c1ed341..0000000
--- a/instant-fix-metadata.diff
+++ /dev/null
@@ -1,26 +0,0 @@
---- instant-0.1.13/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ instant-0.1.13/Cargo.toml	2024-06-11T14:05:35.515236+00:00
-@@ -14,7 +14,7 @@
- name = "instant"
- version = "0.1.13"
- authors = ["sebcrozet <developer@crozet.re>"]
--description = "Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to."
-+description = "A partial replacement for std::time::Instant that works on WASM too"
- readme = "README.md"
- keywords = [
-     "time",
-@@ -26,14 +26,9 @@
- [dependencies.cfg-if]
- version = "1.0"
- 
--[dev-dependencies.wasm-bindgen-test]
--version = "0.3"
--
- [features]
- inaccurate = []
- now = []
--wasm-bindgen = [
--]
- 
- [badges.maintenance]
- status = "looking-for-maintainer"

diff --git a/rust-instant.spec b/rust-instant.spec
deleted file mode 100644
index 577475f..0000000
--- a/rust-instant.spec
+++ /dev/null
@@ -1,101 +0,0 @@
-# Generated by rust2rpm 26
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate instant
-
-Name:           rust-instant
-Version:        0.1.13
-Release:        %autorelease
-Summary:        Partial replacement for std::time::Instant that works on WASM too
-
-License:        BSD-3-Clause
-URL:            https://crates.io/crates/instant
-Source:         %{crates_source}
-# Automatically generated patch to strip dependencies and normalize metadata
-Patch:          instant-fix-metadata-auto.diff
-# Manually created patch for downstream crate metadata changes
-# * remove WASM-specific features and dependencies
-Patch:          instant-fix-metadata.diff
-
-BuildRequires:  cargo-rpm-macros >= 24
-
-%global _description %{expand:
-A partial replacement for std::time::Instant that works on WASM too.}
-
-%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}/LICENSE
-%doc %{crate_instdir}/AUTHORS
-%doc %{crate_instdir}/CHANGELOG.md
-%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}+inaccurate-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+inaccurate-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "inaccurate" feature of the "%{crate}" crate.
-
-%files       -n %{name}+inaccurate-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+now-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+now-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "now" feature of the "%{crate}" crate.
-
-%files       -n %{name}+now-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%prep
-%autosetup -n %{crate}-%{version} -p1
-%cargo_prep
-# drop WASM-specific tests
-rm tests/wasm.rs
-
-%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 366e307..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (instant-0.1.13.crate) = b7839431e8920c4c0841d0974eede75fc50f2bb7a9475664bd2c4ff6c558a10084e1c025e5be977c3364ae9112c365c0a6f480cb9b35ee4130ca2beebcf650a9

                 reply	other threads:[~2026-07-28 18:39 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=178526397032.1.10027488785093349564.rpms-rust-instant-acb27374d10a@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