public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/octave-dicom] f43: Run autoreconf -f to fix C++ flag detection (FTBFS rhbz#2434878)
Date: Mon, 22 Jun 2026 15:26:43 GMT	[thread overview]
Message-ID: <178214200376.1.11048414450375538224.rpms-octave-dicom-f2d51f49951c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/octave-dicom
Branch : f43
Commit : f2d51f49951cf90b737ec4fce910982079f15c9f
Author : Orion Poplawski <orion@nwra.com>
Date   : 2026-02-21T21:44:25-07:00
Stats  : +7/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/octave-dicom/c/f2d51f49951cf90b737ec4fce910982079f15c9f?branch=f43

Log:
Run autoreconf -f to fix C++ flag detection (FTBFS rhbz#2434878)

---
diff --git a/octave-dicom.spec b/octave-dicom.spec
index b874b18..8a8ab59 100644
--- a/octave-dicom.spec
+++ b/octave-dicom.spec
@@ -25,9 +25,14 @@ Digital communications in medicine (DICOM) files.
 %prep
 %autosetup -n %{octpkg}-%{version}
 
-%build
+%conf
+cd src
 # Update autoconf to handle RISC-V
-cp /usr/lib/rpm/redhat/config.{guess,sub} src/
+cp /usr/lib/rpm/redhat/config.{guess,sub} .
+# Needed to fix C++ flag detection
+autoreconf -f
+
+%build
 # Tell it where gdcm headers are
 export GDCM_CXXFLAGS="-I%{_includedir}/gdcm/"
 %octave_pkg_build

                 reply	other threads:[~2026-06-22 15: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=178214200376.1.11048414450375538224.rpms-octave-dicom-f2d51f49951c@fedoraproject.org \
    --to=orion@nwra.com \
    --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