public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-i18n-embed-impl] f45: Update find-crate to 0.7
@ 2026-08-26 6:48 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-26 6:48 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-i18n-embed-impl
Branch : f45
Commit : e21f7148c54dd52211ede3aad543eed561c7bc85
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-26T07:18:32+01:00
Stats : +20/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-i18n-embed-impl/c/e21f7148c54dd52211ede3aad543eed561c7bc85?branch=f45
Log:
Update find-crate to 0.7
---
diff --git a/i18n-embed-impl-fix-metadata.diff b/i18n-embed-impl-fix-metadata.diff
new file mode 100644
index 0000000..2d77930
--- /dev/null
+++ b/i18n-embed-impl-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- i18n-embed-impl-0.8.4/Cargo.toml 1970-01-01T00:00:01+00:00
++++ i18n-embed-impl-0.8.4/Cargo.toml 2026-08-26T06:18:18.969016+00:00
+@@ -41,7 +41,7 @@
+ proc-macro = true
+
+ [dependencies.find-crate]
+-version = "0.6"
++version = "0.7"
+ optional = true
+
+ [dependencies.i18n-config]
diff --git a/rust-i18n-embed-impl.spec b/rust-i18n-embed-impl.spec
index eda9f77..9c59639 100644
--- a/rust-i18n-embed-impl.spec
+++ b/rust-i18n-embed-impl.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
@@ -12,6 +12,10 @@ Summary: Macro implementations for i18n-embed
License: MIT
URL: https://crates.io/crates/i18n-embed-impl
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Update find-crate to 0.7:
+# https://github.com/kellpossible/cargo-i18n/pull/175
+Patch: i18n-embed-impl-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..68c9107
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,4 @@
+[package]
+cargo-toml-patch-comments = [
+ "Update find-crate to 0.7: https://github.com/kellpossible/cargo-i18n/pull/175",
+]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 6:48 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:48 [rpms/rust-i18n-embed-impl] 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