public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tiny-dfr] epel10: Update input dependency from 0.8 to 0.9
@ 2026-09-25 10:38 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-25 10:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-tiny-dfr
Branch : epel10
Commit : 9057b59e3584789656db2037669c55d17129acc8
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-03-16T10:23:49+00:00
Stats : +18/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-tiny-dfr/c/9057b59e3584789656db2037669c55d17129acc8?branch=epel10
Log:
Update input dependency from 0.8 to 0.9
---
diff --git a/rust-tiny-dfr.spec b/rust-tiny-dfr.spec
index 9f7c826..bfd43e5 100644
--- a/rust-tiny-dfr.spec
+++ b/rust-tiny-dfr.spec
@@ -11,6 +11,10 @@ Summary: Most basic dynamic function row daemon possible
License: MIT AND Apache-2.0
URL: https://crates.io/crates/tiny-dfr
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Update input dependency from 0.8 to 0.9:
+# https://github.com/AsahiLinux/tiny-dfr/pull/83
+Patch: tiny-dfr-fix-metadata.diff
# * Add a battery state fallback for all arches
Patch2: https://github.com/AsahiLinux/tiny-dfr/pull/81.patch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 17b060c..7393987 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,4 +1,7 @@
[package]
+cargo-toml-patch-comments = [
+ "Update input dependency from 0.8 to 0.9: https://github.com/AsahiLinux/tiny-dfr/pull/83",
+]
extra-files = [
"%{_datadir}/%{crate}/",
"%{_udevrulesdir}/*.rules",
diff --git a/tiny-dfr-fix-metadata.diff b/tiny-dfr-fix-metadata.diff
new file mode 100644
index 0000000..7d6b972
--- /dev/null
+++ b/tiny-dfr-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- tiny-dfr-0.3.7/Cargo.toml 1970-01-01T00:00:01+00:00
++++ tiny-dfr-0.3.7/Cargo.toml 2026-03-16T10:22:52.204008+00:00
+@@ -54,7 +54,7 @@
+ version = "0.37"
+
+ [dependencies.input]
+-version = "0.8"
++version = "0.9"
+
+ [dependencies.input-linux]
+ version = "0.7"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 10:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 10:38 [rpms/rust-tiny-dfr] epel10: Update input dependency from 0.8 to 0.9 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