[jack-audio-connection-kit/f17] Seem like RHBZ#827748 is resolved. Rebuild optimized

Orcan Ogetbil oget at fedoraproject.org
Sun Oct 28 05:05:40 UTC 2012


commit 3790ced1e02bdfd5129b6ccc42129131b6f2d25d
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Oct 28 01:05:36 2012 -0400

    Seem like RHBZ#827748 is resolved. Rebuild optimized

 jack-audio-connection-kit-README.Fedora |    4 ++--
 jack-audio-connection-kit.spec          |    7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/jack-audio-connection-kit-README.Fedora b/jack-audio-connection-kit-README.Fedora
index 3e35645..2171273 100644
--- a/jack-audio-connection-kit-README.Fedora
+++ b/jack-audio-connection-kit-README.Fedora
@@ -5,8 +5,8 @@ Switch to root account.
 Install the required packages:
     yum install alsa-plugins-jack
 
-Add yourself to the jackuser group.
-    usermod -a -G jackuser "<your username>"
+Add yourself to the audio and jackuser groups.
+    usermod -a -G audio,jackuser "<your username>"
 Now you will need to log out and log back in, or simply restart the system.
 
 Start the jack daemon (the best parameters for your sound card may be different):
diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec
index 8f934ec..27a3309 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:       9%{?dist}
+Release:       10%{?dist}
 # The entire source (~500 files) is a mixture of these three licenses
 License:       GPLv2 and GPLv2+ and LGPLv2+
 Group:         System Environment/Daemons
@@ -114,7 +114,7 @@ popd
 
 %build
 pushd jack-%{version}
-export CPPFLAGS="$RPM_OPT_FLAGS -DJACK_32_64 -O0"
+export CPPFLAGS="$RPM_OPT_FLAGS -DJACK_32_64"
 export PREFIX=%{_prefix}
 # Parallel build disabled as it fails sometimes
 ./waf configure \
@@ -262,6 +262,9 @@ exit 0
 
 
 %changelog
+* Sun Oct 28 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.8-10
+- Seem like RHBZ#827748 is resolved. Rebuild optimized
+
 * Thu Jun 21 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.8-9
 - Build with -O0 until RHBZ#827748 is resolved
 


More information about the scm-commits mailing list