diff --git a/.cvsignore b/.cvsignore index ab29353..b68c3a5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -23,3 +23,4 @@ alsa-utils-1.0.19.tar.bz2 alsa-utils-1.0.20.tar.bz2 alsa-utils-1.0.21.tar.bz2 alsa-utils-1.0.22.tar.bz2 +alsa-utils-1.0.23.tar.bz2 diff --git a/alsa-utils.spec b/alsa-utils.spec index 9570d82..2c2c95a 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -3,8 +3,8 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils -Version: 1.0.22 -Release: 2%{?prever_dot}%{?dist} +Version: 1.0.23 +Release: 1%{?prever_dot}%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -92,6 +92,9 @@ if [ -s /etc/alsa/asound.state -a ! -s /etc/asound.state ] ; then fi %changelog +* Mon Jun 28 2010 Jaroslav Kysela 1.0.23-1 +- updated to 1.0.23 final + * Sun Apr 18 2010 Thomas Spura 1.0.22-2 - don't own %%{_datadir}/sounds (#569425) diff --git a/alsactl-init-fix-headphone2.patch b/alsactl-init-fix-headphone2.patch deleted file mode 100644 index c2ce86e..0000000 --- a/alsactl-init-fix-headphone2.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 2cbf39749cd71a2b892b6006ae69283576176d17 Mon Sep 17 00:00:00 2001 -From: Jaroslav Kysela -Date: Wed, 2 Sep 2009 14:31:49 +0200 -Subject: [PATCH] alsactl init: Fix typo "(" -> "{" in Headphone default rule - -Reported-by: Philipp Jocham -Signed-off-by: Jaroslav Kysela ---- - 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 - diff --git a/sources b/sources index 064e238..c577a25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7180316188552ee1e6759a03f1fe98d alsa-utils-1.0.22.tar.bz2 +cb0cf46029ac9549cf3a31bff6a4f4e1 alsa-utils-1.0.23.tar.bz2