public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ian McInerney <i.mcinerney17@imperial.ac.uk>
To: git-commits@fedoraproject.org
Subject: [rpms/audacity] f43: Force building in release with debug info to disable assertions
Date: Tue, 16 Jun 2026 17:22:36 GMT	[thread overview]
Message-ID: <178163055648.1.12872972643673766715.rpms-audacity-ac58b432c77f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/audacity
Branch : f43
Commit : ac58b432c77f38d50df7f3744e10bc0268e6c1ed
Author : Ian McInerney <i.mcinerney17@imperial.ac.uk>
Date   : 2026-02-25T18:28:37+00:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/audacity/c/ac58b432c77f38d50df7f3744e10bc0268e6c1ed?branch=f43

Log:
Force building in release with debug info to disable assertions

---
diff --git a/audacity.spec b/audacity.spec
index 114aa87..b7c3b55 100644
--- a/audacity.spec
+++ b/audacity.spec
@@ -13,7 +13,7 @@
 Name: audacity
 
 Version: 3.7.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Multitrack audio editor
 License: GPL-2.0-or-later AND GPL-3.0-only AND CC-BY-3.0
 URL:     https://www.audacityteam.org/
@@ -148,6 +148,7 @@ export WX_CONFIG=wx-config-3.0
 %endif
 
 %cmake \
+    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
     -DwxWidgets_CONFIG_EXECUTABLE="$(which wx-config-3.2)" \
     -DAUDACITY_BUILD_LEVEL:STRING=2 \
     -Daudacity_conan_enabled=Off \
@@ -293,6 +294,9 @@ rm %{buildroot}%{_datadir}/doc/%{name}/LICENSE.txt
 %{_datadir}/%{name}/m/
 
 %changelog
+* Wed Feb 25 2026 Ian McInerney <mcianster@gmail.com> - 3.7.7-5
+- Force building in release with debug info to disable assertions (RHBZ 2382559)
+
 * Sun Jan 25 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 3.7.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Changes/TagLib2
 

                 reply	other threads:[~2026-06-16 17:22 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=178163055648.1.12872972643673766715.rpms-audacity-ac58b432c77f@fedoraproject.org \
    --to=i.mcinerney17@imperial.ac.uk \
    --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