[jack-audio-connection-kit] Reenable -O0 optflag, move jack_control to dbus package and patch sigsegv fault handling.

Brendan Jones bsjones at fedoraproject.org
Mon Nov 19 20:50:31 UTC 2012


commit 488676586a3316ceaf688a427a0e34638c4c8d78
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Mon Nov 19 21:50:26 2012 +0100

    Reenable -O0 optflag, move jack_control to dbus package and patch sigsegv fault handling.

 jack-audio-connection-kit.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec
index af6214a..0fac8a6 100644
--- a/jack-audio-connection-kit.spec
+++ b/jack-audio-connection-kit.spec
@@ -4,7 +4,7 @@
 Summary:       The Jack Audio Connection Kit
 Name:          jack-audio-connection-kit
 Version:       1.9.8
-Release:       12%{?dist}
+Release:       13%{?dist}
 # The entire source (~500 files) is a mixture of these three licenses
 License:       GPLv2 and GPLv2+ and LGPLv2+
 Group:         System Environment/Daemons
@@ -113,7 +113,7 @@ popd
 
 %build
 pushd jack-%{version}
-export CPPFLAGS="$RPM_OPT_FLAGS -DJACK_32_64"
+export CPPFLAGS="$RPM_OPT_FLAGS -DJACK_32_64i -O0"
 export PREFIX=%{_prefix}
 # Parallel build disabled as it fails sometimes
 ./waf configure \
@@ -186,6 +186,7 @@ exit 0
 %files dbus
 %{_bindir}/jackdbus
 %{_datadir}/dbus-1/services/org.jackaudio.service
+%{_bindir}/jack_control
 
 %files devel
 %doc jack-%{version}/reference/*
@@ -201,7 +202,6 @@ exit 0
 %{_bindir}/jack_alias
 %{_bindir}/jack_bufsize
 %{_bindir}/jack_connect
-%{_bindir}/jack_control
 %{_bindir}/jack_disconnect
 %{_bindir}/jack_cpu_load
 %{_bindir}/jack_evmon
@@ -260,6 +260,11 @@ exit 0
 
 
 %changelog
+* Mon Nov 19 2012 Brendan Jones <brendan.jones.it at gmail.com> 1.9.8-13
+- Build with -O0. RHBZ#827748 still not resolved with gcc-4.7.2
+- Update README, add jack_control to dbus package
+- Add upstream sigsegv fault handling patch
+
 * Sun Oct 28 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.8-12
 - Seem like RHBZ#827748 is resolved. Rebuild optimized
 


More information about the scm-commits mailing list