From dda8eac8a506b08a405bacb108dc8cb20dec381e Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Oct 28 2012 04:50:20 +0000 Subject: Seem like RHBZ#827748 is resolved. Rebuild optimized --- 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 "" +Add yourself to the audio and jackuser groups. + usermod -a -G audio,jackuser "" 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 f087cc9..af6214a 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: 11%{?dist} +Release: 12%{?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 -O0" +export CPPFLAGS="$RPM_OPT_FLAGS -DJACK_32_64" export PREFIX=%{_prefix} # Parallel build disabled as it fails sometimes ./waf configure \ @@ -260,6 +260,9 @@ exit 0 %changelog +* Sun Oct 28 2012 Orcan Ogetbil - 1.9.8-12 +- Seem like RHBZ#827748 is resolved. Rebuild optimized + * Tue Sep 04 2012 Orcan Ogetbil - 1.9.8-11 - Removed libfreebob dependency as this package is retired