rpms/alsa-plugins/devel alsa-plugins.spec, 1.12, 1.13 jack.conf, 1.2, 1.3

Eric Moret (emoret) fedora-extras-commits at redhat.com
Wed Mar 19 20:01:42 UTC 2008


Author: emoret

Update of /cvs/pkgs/rpms/alsa-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9766/devel

Modified Files:
	alsa-plugins.spec jack.conf 
Log Message:
Fix jack.conf


Index: alsa-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/alsa-plugins.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- alsa-plugins.spec	9 Mar 2008 15:50:49 -0000	1.12
+++ alsa-plugins.spec	19 Mar 2008 20:01:04 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           alsa-plugins
 Version:        1.0.16
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The Advanced Linux Sound Architecture (ALSA) Plugins
 # All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
 License:        GPLv2+ and LGPLv2+
@@ -171,6 +171,9 @@
 %{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so
 
 %changelog
+* Wed Mar 19 2008 Eric Moret <eric.moret at gmail.com> - 1.0.16-3
+- Fixing jack.conf (#435343)
+
 * Sun Mar 09 2008 Lubomir Kundrak <lkundrak at redhat.com> - 1.0.16-2
 - Add descriptions to various PCM plugins, so they're visible in aplay -L
 


Index: jack.conf
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/jack.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jack.conf	9 Mar 2008 15:50:49 -0000	1.2
+++ jack.conf	19 Mar 2008 20:01:04 -0000	1.3
@@ -5,11 +5,11 @@
 	type jack
 	playback_ports {
 		0 alsa_pcm:playback_1
-		1 alsa_pcm:playback_1
+		1 alsa_pcm:playback_2
 	}
 	capture_ports {
 		0 alsa_pcm:capture_1
-		1 alsa_pcm:pcapture_1
+		1 alsa_pcm:capture_2
 	}
 	hint {
 		description "JACK Audio Connection Kit"




More information about the fedora-extras-commits mailing list