public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-tiny-dfr] epel10: Use librsvg 2.57.0-beta and cairo-rs 0.18
Date: Fri, 25 Sep 2026 10:38:44 GMT	[thread overview]
Message-ID: <179033272426.1.2523476878111113301.rpms-rust-tiny-dfr-ea6fcd75fdd1@fedoraproject.org> (raw)

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"

                 reply	other threads:[~2026-09-25 10:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179033272426.1.2523476878111113301.rpms-rust-tiny-dfr-ea6fcd75fdd1@fedoraproject.org \
    --to=klember@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox