public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-below-dump] rawhide: Replaced by below
@ 2026-08-24 21:18 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-08-24 21:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-below-dump
Branch : rawhide
Commit : 2687088d3e5cc54de68fc9de370a7cfc76eb9c44
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-08-24T22:18:44+01:00
Stats : +1/-114 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/rust-below-dump/c/2687088d3e5cc54de68fc9de370a7cfc76eb9c44?branch=rawhide
Log:
Replaced by below
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index dcdc7bc..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/below-dump-0.4.1.crate
-/below-dump-0.5.0.crate
-/below-dump-0.6.3.crate
-/below-dump-0.7.1.crate
-/below-dump-0.8.1.crate
-/below-dump-0.9.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 47f8577..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-below-dump
-
-The rust-below-dump package
diff --git a/below-dump-fix-metadata.diff b/below-dump-fix-metadata.diff
deleted file mode 100644
index 015dcbe..0000000
--- a/below-dump-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- below-dump-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ below-dump-0.9.0/Cargo.toml 2025-02-26T23:19:32.053234+00:00
-@@ -50,7 +50,7 @@
- package = "below-common"
-
- [dependencies.enum-iterator]
--version = "1.4.1"
-+version = "2"
-
- [dependencies.model]
- version = "0.9.0"
diff --git a/changelog b/changelog
deleted file mode 100644
index d0d6c4f..0000000
--- a/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jun 16 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.2.0-1
-- Initial package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..8408eaa
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Replaced by below
diff --git a/rust-below-dump.spec b/rust-below-dump.spec
deleted file mode 100644
index 893ab75..0000000
--- a/rust-below-dump.spec
+++ /dev/null
@@ -1,77 +0,0 @@
-# Generated by rust2rpm 27
-%bcond check 1
-%global debug_package %{nil}
-
-%global crate below-dump
-
-# compile and run tests only on supported architectures
-%global unsupported_arches %{ix86}
-
-Name: rust-below-dump
-Version: 0.9.0
-Release: %autorelease
-Summary: Dump crate for below
-
-License: Apache-2.0
-URL: https://crates.io/crates/below-dump
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * bump enum-iterators from 1.4.1 to 2
-Patch: below-dump-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 24
-
-%global _description %{expand:
-Dump crate for below.}
-
-%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
-%{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
-%ifnarch %{unsupported_arches}
-%cargo_build
-%endif
-
-%install
-%cargo_install
-
-%if %{with check}
-%ifnarch %{unsupported_arches}
-%check
-%cargo_test
-%endif
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 91b52dc..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
- "bump enum-iterators from 1.4.1 to 2",
-]
-
-# Many dependencies not available on 32-bit architectures
-# this should be *un*supported-arches once it's available
-# flip the generated ifarch to ifnarch for now
-supported-arches = [
- "%{ix86}",
-]
diff --git a/sources b/sources
deleted file mode 100644
index 591d5ad..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (below-dump-0.9.0.crate) = b19b08b248e14cfacfd562742a71a7f792cdaa73693f6ed0e2108da6d0875128666c61c00ba36d36a127e0777f5866b952255e4e97ee0f99632b0c4d4f1bc6ab
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 21:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 21:18 [rpms/rust-below-dump] rawhide: Replaced by below Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox