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/fast_float] f43: Use various long options
Date: Wed, 03 Jun 2026 08:51:15 GMT	[thread overview]
Message-ID: <178047667507.1.16943659962269021148.rpms-fast_float-326b82c0c26f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fast_float
Branch : f43
Commit : 326b82c0c26f039eb3bb0c46be24bf59dcc3eb21
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-03T09:49:09+01:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/fast_float/c/326b82c0c26f039eb3bb0c46be24bf59dcc3eb21?branch=f43

Log:
Use various long options

---
diff --git a/fast_float.spec b/fast_float.spec
index df087e8..5089733 100644
--- a/fast_float.spec
+++ b/fast_float.spec
@@ -65,14 +65,14 @@ Provides:       fast_float-static = %{version}-%{release}
 %setup -q -T -D -b 1
 # Compiling with -Werror makes sense for upstream CI, but is excessively strict
 # for downstream builds across a variety of compiler versions.
-sed -r -i 's/-Werror//' tests/CMakeLists.txt
+sed --regexp-extended --in-place 's/-Werror//' tests/CMakeLists.txt
 
 
 %conf
 # Partially emulate the activity of FetchContent_Declare() in
 # tests/CMakeLists.txt so that we can run the tests offline.
-mkdir -p '%{_vpath_builddir}/_deps'
-ln -s "${PWD}/../supplemental_test_files-%{stf_commit}/" \
+mkdir --parents '%{_vpath_builddir}/_deps'
+ln --symbolic "${PWD}/../supplemental_test_files-%{stf_commit}/" \
     '%{_vpath_builddir}/_deps/supplemental_test_files-src'
 
 %cmake \

                 reply	other threads:[~2026-06-03  8:51 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=178047667507.1.16943659962269021148.rpms-fast_float-326b82c0c26f@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