rpms/alsa-utils/devel alsa-utils.spec,1.84,1.85

Jaroslav Kysela perex at fedoraproject.org
Fri May 15 12:41:49 UTC 2009


Author: perex

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

Modified Files:
	alsa-utils.spec 
Log Message:
fix headphone init


Index: alsa-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-utils/devel/alsa-utils.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -p -r1.84 -r1.85
--- alsa-utils.spec	15 May 2009 12:37:39 -0000	1.84
+++ alsa-utils.spec	15 May 2009 12:41:19 -0000	1.85
@@ -4,7 +4,7 @@
 Summary: Advanced Linux Sound Architecture (ALSA) utilities
 Name:    alsa-utils
 Version: 1.0.20
-Release: 2%{?prever_dot}%{?dist}
+Release: 3%{?prever_dot}%{?dist}
 License: GPLv2+
 Group:   Applications/Multimedia
 URL:     http://www.alsa-project.org/
@@ -27,6 +27,7 @@ Architecture (ALSA).
 
 %prep
 %setup -q -n %{name}-%{version}%{?prever}
+%patch1 -p1 -b .headphone
 
 %build
 %configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --sbindir=/sbin --disable-alsaconf
@@ -93,6 +94,9 @@ if [ -s /etc/alsa/asound.state -a ! -s /
 fi
 
 %changelog
+* Fri May 15 2009 Jaroslav Kysela <jkysela at redhat.com> 1.0.20-3
+- added missing Headphone Volume patch
+
 * Fri May 15 2009 Jaroslav Kysela <jkysela at redhat.com> 1.0.20-2
 - fixed Headphone Volume issue (bz#500956)
 




More information about the scm-commits mailing list