From 0da9c56bcf07b0c606b0c4eb336669c145f314c1 Mon Sep 17 00:00:00 2001 From: perex Date: May 15 2009 12:37:39 +0000 Subject: fix headphone init --- diff --git a/alsa-utils.spec b/alsa-utils.spec index 889a328..ac80110 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -4,7 +4,7 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: 1.0.20 -Release: 1%{?prever_dot}%{?dist} +Release: 2%{?prever_dot}%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -13,6 +13,7 @@ Source4: alsaunmute Source6: alsa-info.sh Source10: alsa.rules Source11: alsactl.conf +Patch1: alsactl-init-fix-headphone.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel >= %{version} BuildRequires: ncurses-devel @@ -92,6 +93,9 @@ if [ -s /etc/alsa/asound.state -a ! -s /etc/asound.state ] ; then fi %changelog +* Fri May 15 2009 Jaroslav Kysela 1.0.20-2 +- fixed Headphone Volume issue (bz#500956) + * Wed May 06 2009 Jaroslav Kysela 1.0.20-1 - updated to 1.0.20 final - updated alsa-info.sh script to 0.4.56