public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-below-store] rawhide: Replaced by below
@ 2026-08-24 21:21 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-08-24 21:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-below-store
Branch : rawhide
Commit : ce3b4e7eb73ae06f252526de54a9d25cbbc9d012
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-08-24T22:21:41+01:00
Stats : +1/-147 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/rust-below-store/c/ce3b4e7eb73ae06f252526de54a9d25cbbc9d012?branch=rawhide
Log:
Replaced by below
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index ef5c53d..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/below-store-0.4.1.crate
-/below-store-0.5.0.crate
-/below-store-0.6.3.crate
-/below-store-0.7.1.crate
-/below-store-0.8.1.crate
-/below-store-0.9.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 7a30356..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-below-store
-
-The rust-below-store package
diff --git a/below-store-fix-metadata.diff b/below-store-fix-metadata.diff
deleted file mode 100644
index f3e4d5a..0000000
--- a/below-store-fix-metadata.diff
+++ /dev/null
@@ -1,28 +0,0 @@
---- below-store-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ below-store-0.9.0/Cargo.toml 2025-06-14T20:14:50.240001+00:00
-@@ -26,6 +26,7 @@
- repository = "https://github.com/facebookincubator/below"
-
- [features]
-+default = ["no-vendor"]
- no-vendor = [
- "zstd-safe/pkg-config",
- "zstd/pkg-config",
-@@ -57,7 +58,7 @@
- version = "1.0"
-
- [dependencies.memmap2]
--version = "0.5.10"
-+version = "0.9.0"
-
- [dependencies.model]
- version = "0.9.0"
-@@ -125,7 +126,7 @@
- [dev-dependencies.tempfile]
- version = "3.15"
-
--[dev-dependencies.zstd]
-+[dependencies.zstd]
- version = "0.13"
- features = [
- "experimental",
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-store.spec b/rust-below-store.spec
deleted file mode 100644
index c683244..0000000
--- a/rust-below-store.spec
+++ /dev/null
@@ -1,91 +0,0 @@
-# Generated by rust2rpm 27
-%bcond check 1
-%global debug_package %{nil}
-
-%global crate below-store
-
-# compile and run tests only on supported architectures
-%global unsupported_arches %{ix86}
-
-Name: rust-below-store
-Version: 0.9.0
-Release: %autorelease
-Summary: Store crate for below
-
-License: Apache-2.0
-URL: https://crates.io/crates/below-store
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * enable no-vendor feature by default
-# * add zstd as a dependency as well for no-vendor
-# * bump memmap2 from 0.5.10 to 0.9.0
-Patch: below-store-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 24
-
-%global _description %{expand:
-Store 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
-
-%package -n %{name}+no-vendor-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+no-vendor-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "no-vendor" feature of the "%{crate}" crate.
-
-%files -n %{name}+no-vendor-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 3bed8b4..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
- "enable no-vendor feature by default",
- "add zstd as a dependency as well for no-vendor",
- "bump memmap2 from 0.5.10 to 0.9.0",
-]
-
-# below-model not available
-# 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 6a3bf2b..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (below-store-0.9.0.crate) = a85d3a29677b9c62ffe88402c0ac4282787cfb19090a634207b0a506e6265cd1c3de24877e0723583b49b9fb60d08cbae4faae0d0e2d8d03b7ea386fbe109c28
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 21:21 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:21 [rpms/rust-below-store] 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