public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tiny-dfr] epel10: Use librsvg 2.57.0-beta and cairo-rs 0.18
@ 2026-09-25 10:38 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 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 : ea6fcd75fdd1b7fc3f1de98a911b93ff761ed551
Author : Kalev Lember <klember@redhat.com>
Date   : 2023-08-22T22:37:19+02:00
Stats  : +23/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-tiny-dfr/c/ea6fcd75fdd1b7fc3f1de98a911b93ff761ed551?branch=epel10

Log:
Use librsvg 2.57.0-beta and cairo-rs 0.18

---
diff --git a/rust-tiny-dfr.spec b/rust-tiny-dfr.spec
index 11ffc0f..d6724d4 100644
--- a/rust-tiny-dfr.spec
+++ b/rust-tiny-dfr.spec
@@ -11,6 +11,9 @@ 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
+# * use librsvg 2.57.0-beta and cairo-rs 0.18
+Patch:          tiny-dfr-fix-metadata.diff
 # Actually use c_char instead of assuming it is the same as u8
 Patch:          https://github.com/WhatAmISupposedToPutHere/tiny-dfr/commit/f7e84ad69fa3754993e637850e5344702047b2de.patch
 # udev: Add rule matching the backlight to let systemd ignore it

diff --git a/tiny-dfr-fix-metadata.diff b/tiny-dfr-fix-metadata.diff
new file mode 100644
index 0000000..14247b4
--- /dev/null
+++ b/tiny-dfr-fix-metadata.diff
@@ -0,0 +1,20 @@
+--- tiny-dfr-0.1.1/Cargo.toml	1970-01-01T00:00:01+00:00
++++ tiny-dfr-0.1.1/Cargo.toml	2023-08-22T20:32:51.029490+00:00
+@@ -23,7 +23,7 @@
+ version = "1"
+ 
+ [dependencies.cairo-rs]
+-version = "0.17"
++version = "0.18"
+ default-features = false
+ 
+ [dependencies.drm]
+@@ -42,7 +42,7 @@
+ version = "0.2"
+ 
+ [dependencies.librsvg]
+-version = "2.56.0"
++version = "2.57.0-beta"
+ 
+ [dependencies.nix]
+ version = "0.26"

^ 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: Use librsvg 2.57.0-beta and cairo-rs 0.18 Kalev Lember

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox