public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-app_dirs2] rawhide: Orphaned for 6+ weeks
@ 2026-08-04 22:06 Orphaned Packages Process
0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-08-04 22:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-app_dirs2
Branch : rawhide
Commit : 12d20741079beb835f40c944bb0a0a0e7521e295
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-08-04T17:06:34-05:00
Stats : +1/-132 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-app_dirs2/c/12d20741079beb835f40c944bb0a0a0e7521e295?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8d6f0b9..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/app_dirs2-2.5.5.crate
diff --git a/app_dirs2-fix-metadata-auto.diff b/app_dirs2-fix-metadata-auto.diff
deleted file mode 100644
index 1515e00..0000000
--- a/app_dirs2-fix-metadata-auto.diff
+++ /dev/null
@@ -1,29 +0,0 @@
---- app_dirs2-2.5.5/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ app_dirs2-2.5.5/Cargo.toml 2024-02-05T12:14:33.839559+00:00
-@@ -51,25 +51,6 @@
- [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.xdg]
- version = "2.4.1"
-
--[target."cfg(target_os = \"android\")".dependencies.jni]
--version = "0.21.0"
--
--[target."cfg(target_os = \"android\")".dependencies.ndk-context]
--version = "0.1.1"
--
--[target."cfg(target_os = \"android\")".dev-dependencies.log]
--version = "0.4.17"
--
--[target."cfg(target_os = \"android\")".dev-dependencies.ndk-glue]
--version = "0.7.0"
--features = ["logger"]
--
--[target."cfg(windows)".dependencies.winapi]
--version = "0.3.9"
--features = [
-- "shlobj",
-- "combaseapi",
--]
--
- [badges.maintenance]
- status = "passively-maintained"
-+
diff --git a/app_dirs2-fix-metadata.diff b/app_dirs2-fix-metadata.diff
deleted file mode 100644
index 413d081..0000000
--- a/app_dirs2-fix-metadata.diff
+++ /dev/null
@@ -1,25 +0,0 @@
---- app_dirs2-2.5.5/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ app_dirs2-2.5.5/Cargo.toml 2024-02-05T12:14:49.691618+00:00
-@@ -34,6 +34,13 @@
- ]
- license = "MIT"
- repository = "https://github.com/app-dirs-rs/app_dirs2"
-+exclude = [
-+ "/appveyor.yml",
-+ "/appveyor_rust_install.ps1",
-+ "/rustfmt.toml",
-+ "/.github/",
-+ "/.travis.yml",
-+]
-
- [[example]]
- name = "android"
-@@ -46,7 +53,7 @@
- version = "3.3.0"
-
- [dev-dependencies.test-case]
--version = "2.2.1"
-+version = "3"
-
- [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.xdg]
- version = "2.4.1"
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-app_dirs2.spec b/rust-app_dirs2.spec
deleted file mode 100644
index 9d84ac6..0000000
--- a/rust-app_dirs2.spec
+++ /dev/null
@@ -1,76 +0,0 @@
-# Generated by rust2rpm 25
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate app_dirs2
-
-Name: rust-app_dirs2
-Version: 2.5.5
-Release: %autorelease
-Summary: Put your app's data in the right place on every platform
-
-License: MIT
-URL: https://crates.io/crates/app_dirs2
-Source: %{crates_source}
-# Automatically generated patch to strip dependencies and normalize metadata
-Patch: app_dirs2-fix-metadata-auto.diff
-# Manually created patch for downstream crate metadata changes
-# * exclude files that are only useful for upstream development,
-# bump test-case dev-dependency from 2.2.1 to 3:
-# https://github.com/app-dirs-rs/app_dirs2/pull/37
-Patch: app_dirs2-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 24
-
-%global _description %{expand:
-Put your app's data in the right place on every platform. Community-
-maintained project.}
-
-%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.txt
-%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
-
-%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/sources b/sources
deleted file mode 100644
index 3116495..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (app_dirs2-2.5.5.crate) = b14badd0fbd5f39a02ea51a1421734b12f45284f69665cb83e2f16ad2ba63659a9bd626fcc3d4aff8cf010226a68e18c400fd4329c40a0d198007bc6e4e93d28
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 22:06 [rpms/rust-app_dirs2] 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