public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-commander] rawhide: Generate debuginfo for rust sources
@ 2026-08-10  9:07 Mamoru TASAKA
  0 siblings, 0 replies; only message in thread
From: Mamoru TASAKA @ 2026-08-10  9:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gnome-commander
Branch : rawhide
Commit : 8c748b831dca9d4f129f16a02b5bf4d331dc8f83
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date   : 2026-08-10T18:06:50+09:00
Stats  : +13/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-commander/c/8c748b831dca9d4f129f16a02b5bf4d331dc8f83?branch=rawhide

Log:
Generate debuginfo for rust sources

---
diff --git a/gnome-commander.spec b/gnome-commander.spec
index b3eb1c3..4475e46 100644
--- a/gnome-commander.spec
+++ b/gnome-commander.spec
@@ -47,11 +47,13 @@
 %global	fedoraver	%{fullver}%{?if_pre:~}%{!?if_pre:^}%{git_version}
 %endif
 
+%global	baserelease	2
+
 Name:		gnome-commander
 # Downgrade 3 times, sorry...
 Epoch:	4
 Version:	%{fedoraver}
-Release:	1%{?dist}%{flagrel}
+Release:	%{baserelease}%{?dist}%{flagrel}
 Summary:	Fast and powerful twin-panel file manager for the Linux desktop
 
 # Overall	GPL-3.0-or-later
@@ -187,6 +189,13 @@ git commit -m "relax Cargo deps" -a
 %patch -P0 -p1
 git commit -m "revert some rust-gtk4 related changes" -a
 
+# FIXME
+# Is there better way to archive this?
+sed -i src/meson.build \
+	-e 's|RUSTFLAGS=-L |RUSTFLAGS=%{build_rustflags} -L |' \
+	%{nil}
+git commit -m "embed rpmbuild rustflags" -a
+
 %cargo_prep
 
 %generate_buildrequires
@@ -299,6 +308,9 @@ popd
 %{_bindir}/%{name}
 
 %changelog
+* Mon Aug 10 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:2.0.3-2
+- Generate debuginfo for rust sources
+
 * Mon Aug 10 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:2.0.3-1
 - 2.0.3
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10  9:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10  9:07 [rpms/gnome-commander] rawhide: Generate debuginfo for rust sources Mamoru TASAKA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox