public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ncurses5] rawhide: unmaintained upstream and no longer needed (RUSTSEC-2025-0108)
@ 2026-07-12  9:42 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-12  9:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-ncurses5
Branch : rawhide
Commit : c4a74f24700434ddae04aa9a55ac194a941c86f7
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-12T11:42:32+02:00
Stats  : +1/-151 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-ncurses5/c/c4a74f24700434ddae04aa9a55ac194a941c86f7?branch=rawhide

Log:
unmaintained upstream and no longer needed (RUSTSEC-2025-0108)

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f7ddbe6..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/ncurses-5.101.0.crate

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

diff --git a/rust-ncurses5.spec b/rust-ncurses5.spec
deleted file mode 100644
index d926281..0000000
--- a/rust-ncurses5.spec
+++ /dev/null
@@ -1,142 +0,0 @@
-# Generated by rust2rpm 27
-%bcond check 1
-%global debug_package %{nil}
-
-%global crate ncurses
-
-Name:           rust-ncurses5
-Version:        5.101.0
-Release:        %autorelease
-Summary:        Very thin wrapper around the ncurses TUI library
-
-License:        MIT
-URL:            https://crates.io/crates/ncurses
-Source:         %{crates_source}
-
-BuildRequires:  cargo-rpm-macros >= 24
-BuildRequires:  ncurses-devel
-
-%global _description %{expand:
-A very thin wrapper around the ncurses TUI library.}
-
-%description %{_description}
-
-%package        devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       ncurses-devel
-
-%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}/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}+extended_colors-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+extended_colors-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "extended_colors" feature of the "%{crate}" crate.
-
-%files       -n %{name}+extended_colors-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+menu-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+menu-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "menu" feature of the "%{crate}" crate.
-
-%files       -n %{name}+menu-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+mouse_v1-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+mouse_v1-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "mouse_v1" feature of the "%{crate}" crate.
-
-%files       -n %{name}+mouse_v1-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+panel-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+panel-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "panel" feature of the "%{crate}" crate.
-
-%files       -n %{name}+panel-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+wide-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+wide-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "wide" feature of the "%{crate}" crate.
-
-%files       -n %{name}+wide-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+wide_chtype-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+wide_chtype-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "wide_chtype" feature of the "%{crate}" crate.
-
-%files       -n %{name}+wide_chtype-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%prep
-%autosetup -n %{crate}-%{version} -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/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index f383174..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[requires]
-build = [
-    "ncurses-devel",
-]
-lib = [
-    "ncurses-devel",
-]

diff --git a/sources b/sources
deleted file mode 100644
index abc7481..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (ncurses-5.101.0.crate) = e73513a28706dce70296af28170e8c124b9ab105dcc6509f2d65114f0f8f948b775cb4b459293a399bbf748f06bb60e5906818d928b4f0078c96531d8ab050e7

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

only message in thread, other threads:[~2026-07-12  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12  9:42 [rpms/rust-ncurses5] rawhide: unmaintained upstream and no longer needed (RUSTSEC-2025-0108) Fabio Valentini

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