public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Davide Cavalca <dcavalca@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-tiny-dfr] epel10: Update to 0.3.3; Fixes: RHBZ#2330436
Date: Fri, 25 Sep 2026 10:38:50 GMT	[thread overview]
Message-ID: <179033273034.1.14057795086527189087.rpms-rust-tiny-dfr-5ff34b8ec849@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-tiny-dfr
Branch : epel10
Commit : 5ff34b8ec8491e87c1908e60ad6c082eda5253ba
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date   : 2025-03-04T10:40:48-08:00
Stats  : +25/-4 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-tiny-dfr/c/5ff34b8ec8491e87c1908e60ad6c082eda5253ba?branch=epel10

Log:
Update to 0.3.3; Fixes: RHBZ#2330436

---
diff --git a/.gitignore b/.gitignore
index 5c39c2d..e395822 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /tiny-dfr-0.1.2.crate
 /tiny-dfr-0.2.0.crate
 /tiny-dfr-0.3.2.crate
+/tiny-dfr-0.3.3.crate

diff --git a/rust-tiny-dfr.spec b/rust-tiny-dfr.spec
index 91bbcfa..7fc1671 100644
--- a/rust-tiny-dfr.spec
+++ b/rust-tiny-dfr.spec
@@ -1,16 +1,20 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 27
+%bcond check 1
 
 %global crate tiny-dfr
 
 Name:           rust-tiny-dfr
-Version:        0.3.2
+Version:        0.3.3
 Release:        %autorelease
 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
+# * Bump freedesktop-icons to 0.3.1
+# * https://github.com/AsahiLinux/tiny-dfr/commit/c3f87a1e08810fcd0362280d8f8610e30af335c6
+Patch:          tiny-dfr-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 BuildRequires:  systemd-rpm-macros

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 679c015..ef4c4df 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,4 +1,9 @@
 [package]
+cargo-toml-patch-comments = [
+  "Bump freedesktop-icons to 0.3.1",
+  "https://github.com/AsahiLinux/tiny-dfr/commit/c3f87a1e08810fcd0362280d8f8610e30af335c6",
+]
+
 extra-files = [
   "%{_datadir}/%{crate}/",
   "%{_udevrulesdir}/*.rules",

diff --git a/sources b/sources
index e09d64d..c335ed1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tiny-dfr-0.3.2.crate) = c735f066cf572492261ce58a17472e6daa61e69f627c097dbb091614a954347ac07b811d02f9434bf7431ea2d805a68c7203c01ecf68833bf5bd3f27ca49748f
+SHA512 (tiny-dfr-0.3.3.crate) = b1043d4fb135f94c633fd632502702d6bc841b243c532f0296dd6e6a956ce6a39b31a3537b598e2346419c98eb80fac0195ab732c65ce5e097a818e9a989139c

diff --git a/tiny-dfr-fix-metadata.diff b/tiny-dfr-fix-metadata.diff
new file mode 100644
index 0000000..a619142
--- /dev/null
+++ b/tiny-dfr-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- tiny-dfr-0.3.3/Cargo.toml	1970-01-01T00:00:01+00:00
++++ tiny-dfr-0.3.3/Cargo.toml	2025-03-04T18:16:39.973060+00:00
+@@ -44,7 +44,7 @@
+ version = "0.11.1"
+ 
+ [dependencies.freedesktop-icons]
+-version = "0.2.6"
++version = "0.3.1"
+ 
+ [dependencies.freetype-rs]
+ version = "0.37"

                 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=179033273034.1.14057795086527189087.rpms-rust-tiny-dfr-5ff34b8ec849@fedoraproject.org \
    --to=dcavalca@fedoraproject.org \
    --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