public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orphaned Packages Process <packaging-reports@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-dbus-tree] f45: Orphaned for 6+ weeks
Date: Wed, 12 Aug 2026 21:37:40 GMT	[thread overview]
Message-ID: <178657066096.1.13359557442173083497.rpms-rust-dbus-tree-4be1c30b9787@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-dbus-tree
Branch : f45
Commit : 4be1c30b9787c5287ac9c034af796651e099e65d
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-08-12T16:37:31-05:00
Stats  : +1/-120 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-dbus-tree/c/4be1c30b9787c5287ac9c034af796651e099e65d?branch=f45

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index efb6c6d..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/dbus-tree-0.9.1.crate
-/dbus-tree-0.9.2.crate

diff --git a/changelog b/changelog
deleted file mode 100644
index abeea85..0000000
--- a/changelog
+++ /dev/null
@@ -1,30 +0,0 @@
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Mon May 8 2023 mulhern <amulhern@redhat.com> - 0.9.2-6
-- Update license spec
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Thu Oct 14 2021 mulhern <amulhern@redhat.com> - 0.9.2-1
-  Update to 0.9.2
-
-* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
-- Second attempt - Rebuilt for
-  https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Mar 30 14:29:15 EDT 2021 John Baublitz <jbaublitz@redhat.com> - 0.9.1-1
-- Initial package

diff --git a/dbus-tree-fix-metadata.diff b/dbus-tree-fix-metadata.diff
deleted file mode 100644
index f486cbd..0000000
--- a/dbus-tree-fix-metadata.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- dbus-tree-0.9.2/Cargo.toml	1970-01-01T00:00:00+00:00
-+++ dbus-tree-0.9.2/Cargo.toml	2024-09-13T21:07:48.512316+00:00
-@@ -17,7 +17,6 @@
- authors = ["David Henningsson <diwic@ubuntu.com>"]
- description = "Framework for writing D-Bus method handlers (legacy)"
- documentation = "http://docs.rs/dbus-tree"
--readme = "../README.md"
- keywords = ["D-Bus", "DBus", "IPC"]
- categories = ["os::unix-apis", "api-bindings"]
- license = "Apache-2.0/MIT"

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-dbus-tree.spec b/rust-dbus-tree.spec
deleted file mode 100644
index 181b427..0000000
--- a/rust-dbus-tree.spec
+++ /dev/null
@@ -1,72 +0,0 @@
-# Generated by rust2rpm 26
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate dbus-tree
-
-Name:           rust-dbus-tree
-Version:        0.9.2
-Release:        %autorelease
-Summary:        Framework for writing D-Bus method handlers (legacy)
-
-# Upstream license specification: Apache-2.0/MIT
-License:        Apache-2.0 OR MIT
-URL:            https://crates.io/crates/dbus-tree
-Source:         %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * remove reference to readme file that is not included in published crates
-Patch:          dbus-tree-fix-metadata.diff
-
-BuildRequires:  cargo-rpm-macros >= 24
-
-%global _description %{expand:
-Framework for writing D-Bus method handlers (legacy).}
-
-%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-APACHE
-%license %{crate_instdir}/LICENSE-MIT
-%{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/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 0034818..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
-    "remove reference to readme file that is not included in published crates",
-]
-

diff --git a/sources b/sources
deleted file mode 100644
index 046d426..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (dbus-tree-0.9.2.crate) = 2f0efd0ff510adbe18107900b467049628146168746cca888ba0f7612ee4290bed9fec3772f446bb1dbc5b8a4bb4978a255a58e60a5d994066f246f37641d5e2

                 reply	other threads:[~2026-08-12 21:37 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=178657066096.1.13359557442173083497.rpms-rust-dbus-tree-4be1c30b9787@fedoraproject.org \
    --to=packaging-reports@fedoraproject.org \
    --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