diff --git a/alsa-utils.spec b/alsa-utils.spec index 49b5d74..66da99a 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,7 +1,9 @@ +%define prever rc1 + Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils -Version: 1.0.11 -Release: 7.1 +Version: 1.0.12 +Release: 1 License: GPL Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -65,6 +67,9 @@ install -m 755 alsacard %{buildroot}/bin /usr/share/locale/* %changelog +* Thu Jul 20 2006 Martin Stransky 1.0.12-1.rc1 +- new upstream + * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild diff --git a/alsaunmute.c b/alsaunmute.c index 348c948..1059697 100644 --- a/alsaunmute.c +++ b/alsaunmute.c @@ -288,7 +288,7 @@ void usage(char *p_name) printf("This software may be freely redistributed under the terms of the GNU\n"); printf("public license.\n\n"); - printf("Usage: alsaunmute card_number [-v] [-s volume]\n\n", p_name); + printf("Usage: alsaunmute card_number [-v] [-s volume]\n\n"); printf(" card_number - number of unmuted card\n"); printf(" [-v] - verbose mode\n"); printf(" [-s volume] - set this volume level instead of the default (75%)\n"); diff --git a/sources b/sources index 5f387cf..92924b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba9b8010120701d0f6daf061d392cfa2 alsa-utils-1.0.11.tar.bz2 +fe05a1cad553547e991fd159e22ff5bf alsa-utils-1.0.12rc1.tar.bz2