public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-beef] f45: Regenerate with rust2rpm v28
@ 2026-08-16 21:26 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-16 21:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-beef
Branch : f45
Commit : 7f60f49e50384cae670d22c859b7a4c4b2907a4f
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-16T23:18:03+02:00
Stats : +12/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-beef/c/7f60f49e50384cae670d22c859b7a4c4b2907a4f?branch=f45
Log:
Regenerate with rust2rpm v28
---
diff --git a/README.md b/README.md
deleted file mode 100644
index bbb8bab..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-beef
-
-The rust-beef package
diff --git a/rust-beef.spec b/rust-beef.spec
index 290ddf0..382a786 100644
--- a/rust-beef.spec
+++ b/rust-beef.spec
@@ -1,5 +1,5 @@
-# Generated by rust2rpm 23
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate beef
@@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/beef
Source: %{crates_source}
-BuildRequires: rust-packaging >= 21
+BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
More compact Cow.}
@@ -84,7 +84,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@@ -102,7 +102,7 @@ use the "serde" feature of the "%{crate}" crate.
# https://github.com/maciejhirsz/beef/issues/43
# * struct size assumptions wrong with Rust 1.65+:
# https://github.com/maciejhirsz/beef/issues/52
-%cargo_test -- -- --skip src/lib.rs
+%cargo_test -- -- --skip 'src/lib.rs'
%endif
%changelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..141962d
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,7 @@
+[tests]
+skip = ["'src/lib.rs'"]
+comments = [
+ "struct size assumptions wrong on 32-bit architectures: https://github.com/maciejhirsz/beef/issues/43",
+ "struct size assumptions wrong with Rust 1.65+: https://github.com/maciejhirsz/beef/issues/52",
+]
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-16 21:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16 21:26 [rpms/rust-beef] f45: Regenerate with rust2rpm v28 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox