public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-commander] rawhide: Generate debuginfo for rust sources
Date: Mon, 10 Aug 2026 09:07:04 GMT [thread overview]
Message-ID: <178635282416.1.7806155815457862064.rpms-gnome-commander-8c748b831dca@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-10 9:07 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=178635282416.1.7806155815457862064.rpms-gnome-commander-8c748b831dca@fedoraproject.org \
--to=mtasaka@fedoraproject.org \
--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