rpms/alsa-utils/devel alsactl-init-fix-headphone2.patch, NONE, 1.1 alsa-utils.spec, 1.87, 1.88

perex perex at fedoraproject.org
Thu Sep 3 11:00:50 UTC 2009


Author: perex

Update of /cvs/pkgs/rpms/alsa-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21635

Modified Files:
	alsa-utils.spec 
Added Files:
	alsactl-init-fix-headphone2.patch 
Log Message:
alsa-utils: updated to 1.0.21 final

alsactl-init-fix-headphone2.patch:
 default |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE alsactl-init-fix-headphone2.patch ---
>From 2cbf39749cd71a2b892b6006ae69283576176d17 Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela <perex at perex.cz>
Date: Wed, 2 Sep 2009 14:31:49 +0200
Subject: [PATCH] alsactl init: Fix typo "(" -> "{" in Headphone default rule

Reported-by: Philipp Jocham <philipp.jocham at gmx.net>
Signed-off-by: Jaroslav Kysela <perex at perex.cz>
---
 alsactl/init/default |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/alsactl/init/default b/alsactl/init/default
index 8653ec6..f2c0539 100644
--- a/alsactl/init/default
+++ b/alsactl/init/default
@@ -49,7 +49,7 @@ CTL{reset}="mixer"
 CTL{name}="Headphone Playback Volume",PROGRAM!="__ctl_search",GOTO="headphone0_end"
 # if master volume control is present, turn headphone volume to max
 ENV{has_pmaster_vol}=="true",CTL{values}="0dB",RESULT=="0",GOTO="headphone0_end"
-ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="headphone0_end"
+ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="headphone0_end"
 CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="$env{ppercent}"
 LABEL="headphone0_end"
 CTL{name}="Headphone Playback Switch",PROGRAM=="__ctl_search", \
-- 
1.5.5.1



Index: alsa-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-utils/devel/alsa-utils.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -p -r1.87 -r1.88
--- alsa-utils.spec	3 Sep 2009 10:57:30 -0000	1.87
+++ alsa-utils.spec	3 Sep 2009 11:00:49 -0000	1.88
@@ -4,7 +4,7 @@
 Summary: Advanced Linux Sound Architecture (ALSA) utilities
 Name:    alsa-utils
 Version: 1.0.21
-Release: 1%{?prever_dot}%{?dist}
+Release: 2%{?prever_dot}%{?dist}
 License: GPLv2+
 Group:   Applications/Multimedia
 URL:     http://www.alsa-project.org/
@@ -94,6 +94,9 @@ if [ -s /etc/alsa/asound.state -a ! -s /
 fi
 
 %changelog
+* Thu Sep  3 2009 Jaroslav Kysela <jkysela at redhat.com> 1.0.21-2
+- added missing patch file
+
 * Thu Sep  3 2009 Jaroslav Kysela <jkysela at redhat.com> 1.0.21-1
 - updated to 1.0.21 final
 - updated alsa-info.sh script to 0.4.58




More information about the scm-commits mailing list