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/python-vhacdx] f44: Use various long options
Date: Sat, 19 Sep 2026 09:10:11 GMT [thread overview]
Message-ID: <178980901186.1.16564383419064906075.rpms-python-vhacdx-661d0e48d9a0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-vhacdx
Branch : f44
Commit : 661d0e48d9a0abfc1d29136cfcc991a7bd09f6dc
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-05-19T22:26:39+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-vhacdx/c/661d0e48d9a0abfc1d29136cfcc991a7bd09f6dc?branch=f44
Log:
Use various long options
---
diff --git a/python-vhacdx.spec b/python-vhacdx.spec
index 0a2f4b4..353e192 100644
--- a/python-vhacdx.spec
+++ b/python-vhacdx.spec
@@ -41,14 +41,14 @@ Summary: %{summary}
%prep -a
# Remove the bundled copy of the V-HACD library (use the system one instead).
-rm -v src/vhacdx/VHACD.h
+rm --verbose src/vhacdx/VHACD.h
%install -a
# We have no idea what to suggest upstream should change to keep pybind11 from
# installing C++ source files, but it isn’t useful to package them.
find '%{buildroot}%{python3_sitearch}' -type f -name '*.cpp' -print -delete
-sed -r -i '/\.cpp$/d' '%{pyproject_files}'
+sed --regexp-extended --in-place '/\.cpp$/d' '%{pyproject_files}'
%check -a
reply other threads:[~2026-09-19 9:10 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=178980901186.1.16564383419064906075.rpms-python-vhacdx-661d0e48d9a0@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