public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tiny-dfr] epel10: Update to 0.3.3; Fixes: RHBZ#2330436
@ 2026-09-25 10:38 Davide Cavalca
0 siblings, 0 replies; only message in thread
From: Davide Cavalca @ 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 : 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"
^ 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 to 0.3.3; Fixes: RHBZ#2330436 Davide Cavalca
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox