public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-tiny-dfr] epel10: Bump dependencies to match the gtk-rs 0.19 stack
Date: Fri, 25 Sep 2026 10:38:47 GMT [thread overview]
Message-ID: <179033272755.1.14544891309367108.rpms-rust-tiny-dfr-ef1defd543f3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-tiny-dfr
Branch : epel10
Commit : ef1defd543f365dbd16d488030028bb9f84104c8
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-04-02T15:16:31+02:00
Stats : +46/-10 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-tiny-dfr/c/ef1defd543f365dbd16d488030028bb9f84104c8?branch=epel10
Log:
Bump dependencies to match the gtk-rs 0.19 stack
---
diff --git a/README.md b/README.md
deleted file mode 100644
index ac5bd72..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-tiny-dfr
-
-The rust-tiny-dfr package
diff --git a/rust-tiny-dfr.spec b/rust-tiny-dfr.spec
index aa72802..752d545 100644
--- a/rust-tiny-dfr.spec
+++ b/rust-tiny-dfr.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 25
+# Generated by rust2rpm 26
%bcond_without check
%global crate tiny-dfr
@@ -12,11 +12,16 @@ 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 drm to 0.11.1:
+# * bump cairo-rs dependency from 0.18 to 0.19
+# * bump drm dependency from 0.10 to 0.11:
# https://github.com/WhatAmISupposedToPutHere/tiny-dfr/pull/30
+# * bump freetype-rs dependency from 0.32 to 0.35
+# * restrict librsvg dependency from 2.56 to ~2.58:
+# the librsvg crate does not follow SemVer versioning
Patch: tiny-dfr-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
+BuildRequires: systemd-rpm-macros
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
@@ -28,7 +33,23 @@ The most basic dynamic function row daemon possible.}
%package -n %{crate}
Summary: %{summary}
-License: Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND LGPL-2.1-or-later AND MIT AND MPL-2.0 AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
+# (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
+# 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 AND BSD-3-Clause AND ISC AND LGPL-2.1-or-later AND MIT AND MPL-2.0 AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
@@ -51,7 +72,6 @@ License: Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND LGPL-2.1-or-
%generate_buildrequires
%cargo_generate_buildrequires
-echo 'systemd-rpm-macros'
%build
%cargo_build
diff --git a/tiny-dfr-fix-metadata.diff b/tiny-dfr-fix-metadata.diff
index 86b454d..29a4e00 100644
--- a/tiny-dfr-fix-metadata.diff
+++ b/tiny-dfr-fix-metadata.diff
@@ -1,6 +1,12 @@
--- tiny-dfr-0.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ tiny-dfr-0.2.0/Cargo.toml 2024-01-18T05:17:46.264316+00:00
-@@ -28,7 +28,7 @@
++++ tiny-dfr-0.2.0/Cargo.toml 2024-04-02T12:59:15.516225+00:00
+@@ -23,15 +23,15 @@
+ version = "1"
+
+ [dependencies.cairo-rs]
+-version = "0.18"
++version = "0.19"
+ features = ["freetype"]
default-features = false
[dependencies.drm]
@@ -8,4 +14,17 @@
+version = "0.11.1"
[dependencies.freetype-rs]
- version = "0.32"
+-version = "0.32"
++version = "0.35"
+
+ [dependencies.input]
+ version = "0.8"
+@@ -47,7 +47,7 @@
+ version = "0.2"
+
+ [dependencies.librsvg]
+-version = "2.56.0"
++version = "~2.58"
+
+ [dependencies.nix]
+ version = "0.27"
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=179033272755.1.14544891309367108.rpms-rust-tiny-dfr-ef1defd543f3@fedoraproject.org \
--to=decathorpe@gmail.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