public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-startup-disk] f45: Bump glib-build-tools to 0.22; Fixes: RHBZ#2529065
@ 2026-09-17 18:03 Davide Cavalca
0 siblings, 0 replies; only message in thread
From: Davide Cavalca @ 2026-09-17 18:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-startup-disk
Branch : f45
Commit : 20bdbd6a98df77b3e2009dbc897339ecb5aafc30
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date : 2026-09-17T10:56:05-07:00
Stats : +15/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-startup-disk/c/20bdbd6a98df77b3e2009dbc897339ecb5aafc30?branch=f45
Log:
Bump glib-build-tools to 0.22; Fixes: RHBZ#2529065
---
diff --git a/rust-startup-disk.spec b/rust-startup-disk.spec
index bb55ea2..e4aa70f 100644
--- a/rust-startup-disk.spec
+++ b/rust-startup-disk.spec
@@ -12,6 +12,9 @@ Summary: Interface to choose the startup volume on Apple Silicon systems
License: MIT
URL: https://crates.io/crates/startup-disk
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Bump glib-build-tools to 0.22
+Patch: startup-disk-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: make
diff --git a/rust2rpm.toml b/rust2rpm.toml
index bf94ede..8746ff8 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -8,6 +8,10 @@ extra-files = [
"%{_datadir}/polkit-1/actions/%{app_id}.policy",
"%{_metainfodir}/%{app_id}.metainfo.xml",
]
+cargo-toml-patch-comments = [
+ # https://gitlab.gnome.org/davide125/startup-disk/-/commit/85fb00e4c6abfa31cdd74d1ca3bdfa02543402d3
+ "Bump glib-build-tools to 0.22",
+]
[requires]
build = ["make"]
diff --git a/startup-disk-fix-metadata.diff b/startup-disk-fix-metadata.diff
new file mode 100644
index 0000000..d136689
--- /dev/null
+++ b/startup-disk-fix-metadata.diff
@@ -0,0 +1,8 @@
+--- startup-disk-0.1.7/Cargo.toml 2006-07-24T01:21:28+00:00
++++ startup-disk-0.1.7/Cargo.toml 2026-09-17T17:43:08.495989+00:00
+@@ -80,4 +80,4 @@
+ features = ["serde"]
+
+ [build-dependencies.glib-build-tools]
+-version = "0.20.0"
++version = "0.22"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 18:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 18:03 [rpms/rust-startup-disk] f45: Bump glib-build-tools to 0.22; Fixes: RHBZ#2529065 Davide Cavalca
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox