public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-typed-arena] rawhide: Regenerate with rust2rpm v28
@ 2026-08-05 13:04 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-05 13:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-typed-arena
Branch : rawhide
Commit : 11289f4f1be043a856b03d74b1f23ecfae268a24
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-08-05T15:04:38+02:00
Stats  : +17/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-typed-arena/c/11289f4f1be043a856b03d74b1f23ecfae268a24?branch=rawhide

Log:
Regenerate with rust2rpm v28

---
diff --git a/rust-typed-arena.spec b/rust-typed-arena.spec
index ecf1f6b..e2bd73b 100644
--- a/rust-typed-arena.spec
+++ b/rust-typed-arena.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 typed-arena
@@ -13,14 +13,14 @@ License:        MIT
 URL:            https://crates.io/crates/typed-arena
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
-# * drop unused, benchmark-only criterion dev-dependency to speed up builds
+# * drop unused, benchmark-only criterion dev-dependency
 Patch:          typed-arena-fix-metadata.diff
-Patch:          0001-Fix-dangerous_implicit_autorefs-error-in-crate_autho.patch
+Patch2:         0001-Fix-dangerous_implicit_autorefs-error-in-crate_autho.patch
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
-Arena, a fast but limited type of allocator.}
+The arena, a fast but limited type of allocator.}
 
 %description %{_description}
 
@@ -64,7 +64,7 @@ use the "std" 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

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..d9c7317
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,9 @@
+[package]
+cargo-toml-patch-comments = [
+    "drop unused, benchmark-only criterion dev-dependency",
+]
+
+[[package.extra-patches]]
+number = 2
+file = "0001-Fix-dangerous_implicit_autorefs-error-in-crate_autho.patch"
+

diff --git a/typed-arena-fix-metadata.diff b/typed-arena-fix-metadata.diff
index 339a77d..af696af 100644
--- a/typed-arena-fix-metadata.diff
+++ b/typed-arena-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- typed-arena-2.0.2/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ typed-arena-2.0.2/Cargo.toml	2023-01-29T23:02:15.845673+00:00
++++ typed-arena-2.0.2/Cargo.toml	2026-08-05T13:03:30.775730+00:00
 @@ -31,14 +31,6 @@
  name = "typed_arena"
  path = "src/lib.rs"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 13:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 13:04 [rpms/rust-typed-arena] rawhide: 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