public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-git-delta] f43: Add themes.gitconfig handling to rust2rpm.toml
Date: Fri, 14 Aug 2026 20:26:56 GMT [thread overview]
Message-ID: <178673921639.1.15314034298624043998.rpms-rust-git-delta-96d97bdca832@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-git-delta
Branch : f43
Commit : 96d97bdca83299e308ccbe76c092334d47146515
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-04-20T10:45:33+01:00
Stats : +6/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-git-delta/c/96d97bdca83299e308ccbe76c092334d47146515?branch=f43
Log:
Add themes.gitconfig handling to rust2rpm.toml
---
diff --git a/git-delta-fix-metadata.diff b/git-delta-fix-metadata.diff
index 4ecabf4..f860578 100644
--- a/git-delta-fix-metadata.diff
+++ b/git-delta-fix-metadata.diff
@@ -1,5 +1,5 @@
--- git-delta-0.19.1/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ git-delta-0.19.1/Cargo.toml 2026-04-20T09:43:23.155956+00:00
++++ git-delta-0.19.1/Cargo.toml 2026-04-20T09:45:01.006435+00:00
@@ -85,7 +85,7 @@
version = "4.4.4"
diff --git a/rust2rpm.toml b/rust2rpm.toml
index b3c3d10..407b269 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -21,6 +21,8 @@ extra-files = [
"%{bash_completions_dir}/delta.bash",
"%{fish_completions_dir}/delta.fish",
"%{zsh_completions_dir}/_delta",
+ "%dir %{_datadir}/delta",
+ "%{_datadir}/delta/themes.gitconfig",
]
[[package.extra-patches]]
@@ -45,6 +47,9 @@ install.post = [
" -T %{buildroot}/%{fish_completions_dir}/delta.fish",
"install -Dpm0644 etc/completion/completion.zsh \\",
" -T %{buildroot}/%{zsh_completions_dir}/_delta",
+ "install -dm 0755 %{buildroot}%{_datadir}/delta/",
+ "install -Dpm0644 themes.gitconfig \\",
+ " -T %{buildroot}%{_datadir}/delta/themes.gitconfig",
]
[scripts.prep]
reply other threads:[~2026-08-14 20:26 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=178673921639.1.15314034298624043998.rpms-rust-git-delta-96d97bdca832@fedoraproject.org \
--to=code@musicinmybrain.net \
--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