public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/audacity] f43: Force building in release with debug info to disable assertions
@ 2026-06-16 17:22 Ian McInerney
  0 siblings, 0 replies; only message in thread
From: Ian McInerney @ 2026-06-16 17:22 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-16 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 17:22 [rpms/audacity] f43: Force building in release with debug info to disable assertions Ian McInerney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox