public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-below-view] f45: Replaced by below
@ 2026-08-24 22:00 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-08-24 22:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-below-view
Branch : f45
Commit : b92edb6910e45af817d57eb6b48a147e18102f9d
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-08-24T22:20:22+01:00
Stats : +1/-114 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/rust-below-view/c/b92edb6910e45af817d57eb6b48a147e18102f9d?branch=f45
Log:
Replaced by below
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index dbee7f2..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/below-view-0.4.1.crate
-/below-view-0.5.0.crate
-/below-view-0.6.3.crate
-/below-view-0.7.1.crate
-/below-view-0.8.1.crate
-/below-view-0.9.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 7137f21..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-below-view
-
-The rust-below-view package
diff --git a/below-view-fix-metadata.diff b/below-view-fix-metadata.diff
deleted file mode 100644
index 5b4e634..0000000
--- a/below-view-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- below-view-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ below-view-0.9.0/Cargo.toml 2025-02-26T23:50:02.785393+00:00
-@@ -58,7 +58,7 @@
- version = "0.6.1"
-
- [dependencies.enum-iterator]
--version = "1.4.1"
-+version = "2"
-
- [dependencies.humantime]
- version = "2.1"
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-view.spec b/rust-below-view.spec
deleted file mode 100644
index 754d9b5..0000000
--- a/rust-below-view.spec
+++ /dev/null
@@ -1,77 +0,0 @@
-# Generated by rust2rpm 27
-%bcond check 1
-%global debug_package %{nil}
-
-%global crate below-view
-
-# compile and run tests only on supported architectures
-%global unsupported_arches %{ix86}
-
-Name: rust-below-view
-Version: 0.9.0
-Release: %autorelease
-Summary: View crate for below
-
-License: Apache-2.0
-URL: https://crates.io/crates/below-view
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * bump enum-iterators from 1.4.1 to 2
-Patch: below-view-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 24
-
-%global _description %{expand:
-View 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 63c6e1e..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (below-view-0.9.0.crate) = c8ca59b32caa97ee396051304e4701e8f392e82684858929d88bf412ea4c647632e1c29845b3edced48214e8451d5c440c8d755ae0d97220af7e85e8126910e4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 22:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 22:00 [rpms/rust-below-view] f45: 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