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-pancurses] rawhide: unmaintained upstream and no longer needed (RUSTSEC-2019-0005)
Date: Sun, 12 Jul 2026 09:41:10 GMT [thread overview]
Message-ID: <178384927076.1.11821742159252065672.rpms-rust-pancurses-4a67f4622378@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-pancurses
Branch : rawhide
Commit : 4a67f46223784c9ec9e6a7f77b974392a7034863
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-12T11:41:04+02:00
Stats : +1/-149 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/rust-pancurses/c/4a67f46223784c9ec9e6a7f77b974392a7034863?branch=rawhide
Log:
unmaintained upstream and no longer needed (RUSTSEC-2019-0005)
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index a6a5a7a..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/pancurses-0.16.1.crate
-/pancurses-0.17.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index b587474..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-pancurses
-
-The rust-pancurses package
diff --git a/changelog b/changelog
deleted file mode 100644
index d664855..0000000
--- a/changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed May 19 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.16.1-1
-- Initial package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..cbaaae7
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+unmaintained upstream and no longer needed (RUSTSEC-2019-0005)
diff --git a/pancurses-fix-metadata-auto.diff b/pancurses-fix-metadata-auto.diff
deleted file mode 100644
index 6b025c6..0000000
--- a/pancurses-fix-metadata-auto.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- pancurses-0.17.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ pancurses-0.17.0/Cargo.toml 1970-01-01T00:00:01+00:00
-@@ -39,8 +39,3 @@
- win32a = ["pdcurses-sys/win32a"]
- [target."cfg(unix)".dependencies.ncurses]
- version = "5.101.0"
--[target."cfg(windows)".dependencies.pdcurses-sys]
--version = "0.7"
--
--[target."cfg(windows)".dependencies.winreg]
--version = "0.5"
diff --git a/pancurses-fix-metadata.diff b/pancurses-fix-metadata.diff
deleted file mode 100644
index 44b981f..0000000
--- a/pancurses-fix-metadata.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- pancurses-0.17.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ pancurses-0.17.0/Cargo.toml 2023-01-20T19:35:25.585039+00:00
-@@ -35,7 +35,5 @@
- disable_resize = []
- show_menu = []
- wide = ["ncurses/wide"]
--win32 = ["pdcurses-sys/win32"]
--win32a = ["pdcurses-sys/win32a"]
- [target."cfg(unix)".dependencies.ncurses]
- version = "5.101.0"
diff --git a/rust-pancurses.spec b/rust-pancurses.spec
deleted file mode 100644
index b278a59..0000000
--- a/rust-pancurses.spec
+++ /dev/null
@@ -1,111 +0,0 @@
-# Generated by rust2rpm 23
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate pancurses
-
-Name: rust-pancurses
-Version: 0.17.0
-Release: %autorelease
-Summary: Curses library for Rust that supports both Unix and Windows
-
-License: MIT
-URL: https://crates.io/crates/pancurses
-Source: %{crates_source}
-# Automatically generated patch to strip foreign dependencies
-Patch: pancurses-fix-metadata-auto.diff
-# Manually created patch for downstream crate metadata changes
-# * drop Windows features
-Patch: pancurses-fix-metadata.diff
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Curses library for Rust that supports both Unix and Windows platforms by
-abstracting away the backend that it uses (ncurses-rs and pdcurses-sys
-respectively).}
-
-%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.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}+disable_resize-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+disable_resize-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "disable_resize" feature of the "%{crate}" crate.
-
-%files -n %{name}+disable_resize-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+show_menu-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+show_menu-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "show_menu" feature of the "%{crate}" crate.
-
-%files -n %{name}+show_menu-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
-
-%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 da62252..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (pancurses-0.17.0.crate) = 048740f35324f6c702bb98a608c6497b77415bdeeb4a83978d85dd66bd0b352a952adbd50546021b039fb30be3a47dfeb3022f92fc1a96126a5069d5ebb14b1a
reply other threads:[~2026-07-12 9:41 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=178384927076.1.11821742159252065672.rpms-rust-pancurses-4a67f4622378@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