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/gulrak-filesystem] epel8: Use various long options
Date: Fri, 24 Jul 2026 08:09:07 GMT	[thread overview]
Message-ID: <178488054767.1.10358718126898733205.rpms-gulrak-filesystem-44c69af524b1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gulrak-filesystem
Branch : epel8
Commit : 44c69af524b1c2a0925b7424add0c1a1756772cd
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-24T09:05:16+01:00
Stats  : +5/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gulrak-filesystem/c/44c69af524b1c2a0925b7424add0c1a1756772cd?branch=epel8

Log:
Use various long options

---
diff --git a/gulrak-filesystem.spec b/gulrak-filesystem.spec
index db92883..c3316a8 100644
--- a/gulrak-filesystem.spec
+++ b/gulrak-filesystem.spec
@@ -68,9 +68,11 @@ developing applications that use %{name}.
 
 %if %{with system_catch2}
 # Remove bundled Catch library and use the system version
-rm -vf test/catch.hpp
-sed -r -i 's|(include[[:blank:]]+")(catch.hpp")|\1catch2/\2|' test/*.cpp
-sed -r -i 's|[[:blank:]]+catch\.hpp||' test/CMakeLists.txt
+rm test/catch.hpp
+sed --regexp-extended --in-place \
+    's|(include[[:blank:]]+")(catch.hpp")|\1catch2/\2|' test/*.cpp
+sed --regexp-extended --in-place \
+    's|[[:blank:]]+catch\.hpp||' test/CMakeLists.txt
 %endif
 
 

                 reply	other threads:[~2026-07-24  8:09 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=178488054767.1.10358718126898733205.rpms-gulrak-filesystem-44c69af524b1@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