public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tiny-dfr] epel10: Update to 0.3.4; Fixes: RHBZ#2354969
@ 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 : 0ebf47405f2a4904b3e5ead432a500942ab14d8f
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date : 2025-03-26T08:13:45-07:00
Stats : +4/-30 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-tiny-dfr/c/0ebf47405f2a4904b3e5ead432a500942ab14d8f?branch=epel10
Log:
Update to 0.3.4; Fixes: RHBZ#2354969
---
diff --git a/.gitignore b/.gitignore
index e395822..a0f6188 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/tiny-dfr-0.2.0.crate
/tiny-dfr-0.3.2.crate
/tiny-dfr-0.3.3.crate
+/tiny-dfr-0.3.4.crate
diff --git a/rust-tiny-dfr.spec b/rust-tiny-dfr.spec
index 7fc1671..8656354 100644
--- a/rust-tiny-dfr.spec
+++ b/rust-tiny-dfr.spec
@@ -4,17 +4,13 @@
%global crate tiny-dfr
Name: rust-tiny-dfr
-Version: 0.3.3
+Version: 0.3.4
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
@@ -29,24 +25,17 @@ The most basic dynamic function row daemon possible.}
%package -n %{crate}
Summary: %{summary}
-# (Apache-2.0 OR MIT) AND BSD-3-Clause
-# (MIT OR Apache-2.0) AND Unicode-DFS-2016
-# 0BSD OR MIT OR Apache-2.0
-# Apache-2.0
# Apache-2.0 OR MIT
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
# BSD-2-Clause OR Apache-2.0 OR MIT
# ISC
-# LGPL-2.1-or-later
# MIT
# MIT AND Apache-2.0
# MIT OR Apache-2.0
-# MIT OR Apache-2.0 OR Zlib
-# MIT OR Zlib OR Apache-2.0
# MPL-2.0
# Unlicense OR MIT
# Zlib OR Apache-2.0 OR MIT
-License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-DFS-2016) AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND ISC AND LGPL-2.1-or-later AND MIT AND (MIT AND Apache-2.0) AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
+License: (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND ISC AND MIT AND (MIT AND Apache-2.0) AND (MIT OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
diff --git a/rust2rpm.toml b/rust2rpm.toml
index ef4c4df..679c015 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,9 +1,4 @@
[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 c335ed1..96e268a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tiny-dfr-0.3.3.crate) = b1043d4fb135f94c633fd632502702d6bc841b243c532f0296dd6e6a956ce6a39b31a3537b598e2346419c98eb80fac0195ab732c65ce5e097a818e9a989139c
+SHA512 (tiny-dfr-0.3.4.crate) = 45211636bf3aad1fa474ee3d0e62069337670fcd59a19af3ea8960a066c7657f773d703453ab17a46257f44733f44eeaecd2f5655d043cb444f477d086979b8d
diff --git a/tiny-dfr-fix-metadata.diff b/tiny-dfr-fix-metadata.diff
deleted file mode 100644
index a619142..0000000
--- a/tiny-dfr-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.4; Fixes: RHBZ#2354969 Davide Cavalca
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox