public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-palette_derive] f45: Update find-crate to 0.7
@ 2026-08-26 6:49 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-26 6:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-palette_derive
Branch : f45
Commit : 5a6e4869d37124b925c137873eecd318afd0a14a
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-26T07:42:49+01:00
Stats : +20/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-palette_derive/c/5a6e4869d37124b925c137873eecd318afd0a14a?branch=f45
Log:
Update find-crate to 0.7
---
diff --git a/palette_derive-fix-metadata.diff b/palette_derive-fix-metadata.diff
new file mode 100644
index 0000000..e5a5e8e
--- /dev/null
+++ b/palette_derive-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- palette_derive-0.7.5/Cargo.toml 1970-01-01T00:00:01+00:00
++++ palette_derive-0.7.5/Cargo.toml 2026-08-26T06:42:23.357993+00:00
+@@ -33,7 +33,7 @@
+ proc-macro = true
+
+ [dependencies.find-crate]
+-version = "0.6"
++version = "0.7"
+ optional = true
+
+ [dependencies.proc-macro2]
diff --git a/rust-palette_derive.spec b/rust-palette_derive.spec
index 216535f..f4295a4 100644
--- a/rust-palette_derive.spec
+++ b/rust-palette_derive.spec
@@ -1,5 +1,5 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate palette_derive
@@ -12,6 +12,9 @@ Summary: Automatically implement traits from the palette crate
License: MIT OR Apache-2.0
URL: https://crates.io/crates/palette_derive
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Update find-crate to 0.7: https://github.com/Ogeon/palette/pull/481
+Patch: palette_derive-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..a722c99
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,4 @@
+[package]
+cargo-toml-patch-comments = [
+ "Update find-crate to 0.7: https://github.com/Ogeon/palette/pull/481",
+]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 6:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 6:49 [rpms/rust-palette_derive] f45: Update find-crate to 0.7 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox