public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tealdeer] rawhide: Orphaned for 6+ weeks
@ 2026-06-19 20:32 Orphaned Packages Process
0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-06-19 20:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-tealdeer
Branch : rawhide
Commit : 325305e5c8f5a450f8566f8d0880ed1a30f6b2ec
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-06-19T15:32:51-05:00
Stats : +1/-163 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-tealdeer/c/325305e5c8f5a450f8566f8d0880ed1a30f6b2ec?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 21f9b66..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/tealdeer-1.3.0.crate
-/tealdeer-1.4.1.crate
-/tealdeer-1.5.0.crate
-/tealdeer-1.6.1.crate
-/tealdeer-1.7.1.crate
-/tealdeer-1.7.2.crate
-/tealdeer-1.7.3.crate
diff --git a/changelog b/changelog
deleted file mode 100644
index 2511b76..0000000
--- a/changelog
+++ /dev/null
@@ -1,33 +0,0 @@
-* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.4.1-6
-- Rebuilt with OpenSSL 3.0.0
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed May 19 2021 Fabio Valentini <decathorpe@gmail.com> - 1.4.1-4
-- Bump to remove_dir_all 0.7.
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Tue Dec 15 2020 Fabio Valentini <decathorpe@gmail.com> - 1.4.1-2
-- Bump to pager 0.16.
-
-* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 1.4.1-1
-- Update to version 1.4.1.
-
-* Sun Aug 16 15:01:50 GMT 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.0-5
-- Rebuild
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Fri Mar 27 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.0-2
-- Fixup license
-
-* Fri Mar 06 07:32:54 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.0-1
-- Initial package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks
diff --git a/rust-tealdeer.spec b/rust-tealdeer.spec
deleted file mode 100644
index fa012d2..0000000
--- a/rust-tealdeer.spec
+++ /dev/null
@@ -1,89 +0,0 @@
-# Generated by rust2rpm 28
-%bcond check 1
-
-%global crate tealdeer
-
-Name: rust-tealdeer
-Version: 1.7.3
-Release: %autorelease
-Summary: Fetch and show tldr help pages for many CLI commands
-
-License: MIT OR Apache-2.0
-URL: https://crates.io/crates/tealdeer
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * use native-tls instead of rustls
-Patch: tealdeer-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 24
-
-%global _description %{expand:
-Fetch and show tldr help pages for many CLI commands. Full featured
-offline client with caching support.}
-
-%description %{_description}
-
-%package -n %{crate}
-Summary: %{summary}
-# 0BSD OR MIT OR Apache-2.0
-# Apache-2.0
-# Apache-2.0 OR BSL-1.0
-# Apache-2.0 OR MIT
-# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
-# MIT
-# MIT OR Apache-2.0
-# MIT OR Zlib OR Apache-2.0
-# Unicode-3.0
-# Unlicense OR MIT
-License: %{shrink:
- Apache-2.0 AND
- MIT AND
- Unicode-3.0 AND
- (0BSD OR MIT OR Apache-2.0) AND
- (Apache-2.0 OR MIT) AND
- (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND
- (Apache-2.0 OR BSL-1.0) AND
- (MIT OR Zlib OR Apache-2.0) AND
- (Unlicense OR MIT)
-}
-# LICENSE.dependencies contains a full license breakdown
-
-%description -n %{crate} %{_description}
-
-%files -n %{crate}
-%license LICENSE-APACHE
-%license LICENSE-MIT
-%license LICENSE.dependencies
-%doc README.md
-%{_bindir}/tldr
-%{bash_completions_dir}/tldr.bash
-%{fish_completions_dir}/tldr.fish
-%{zsh_completions_dir}/_tldr
-
-%prep
-%autosetup -n %{crate}-%{version} -p1
-%cargo_prep
-
-%generate_buildrequires
-%cargo_generate_buildrequires
-
-%build
-%cargo_build
-%{cargo_license_summary}
-%{cargo_license} > LICENSE.dependencies
-
-%install
-%cargo_install
-# install shell completions
-install -Dpm0644 completion/bash_tealdeer %{buildroot}/%{bash_completions_dir}/tldr.bash
-install -Dpm0644 completion/fish_tealdeer %{buildroot}/%{fish_completions_dir}/tldr.fish
-install -Dpm0644 completion/zsh_tealdeer %{buildroot}/%{zsh_completions_dir}/_tldr
-
-%if %{with check}
-%check
-# * integration tests need a working internet connection
-%cargo_test -- --bins
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index b366e1f..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
- "use native-tls instead of rustls",
-]
-extra-files = [
- "%{bash_completions_dir}/tldr.bash",
- "%{fish_completions_dir}/tldr.fish",
- "%{zsh_completions_dir}/_tldr",
-]
-
-[scripts]
-install.post = [
- "# install shell completions",
- "install -Dpm0644 completion/bash_tealdeer %{buildroot}/%{bash_completions_dir}/tldr.bash",
- "install -Dpm0644 completion/fish_tealdeer %{buildroot}/%{fish_completions_dir}/tldr.fish",
- "install -Dpm0644 completion/zsh_tealdeer %{buildroot}/%{zsh_completions_dir}/_tldr",
-]
-
-[tests]
-run = "bins"
-comments = ["integration tests need a working internet connection"]
-
diff --git a/sources b/sources
deleted file mode 100644
index 14d45fc..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (tealdeer-1.7.3.crate) = 45f873b5ea5e1fe6e14b8df6481df8a6221d70e1ab4724e6a3db2e0be9891f1ec6e022abf1a15326b465675cce7cb587a6db5392a37f6b48d8b367c7aedb6ca8
diff --git a/tealdeer-fix-metadata.diff b/tealdeer-fix-metadata.diff
deleted file mode 100644
index 55b0835..0000000
--- a/tealdeer-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- tealdeer-1.7.3/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ tealdeer-1.7.3/Cargo.toml 2026-02-14T18:16:09.270106+00:00
-@@ -41,7 +41,7 @@
- repository = "https://github.com/tealdeer-rs/tealdeer/"
-
- [features]
--default = ["native-roots"]
-+default = ["native-tls"]
- logging = ["env_logger"]
- native-roots = ["reqwest/rustls-tls-native-roots"]
- native-tls = ["reqwest/native-tls"]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 20:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 20:32 [rpms/rust-tealdeer] rawhide: Orphaned for 6+ weeks Orphaned Packages Process
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox