new upstream
This commit is contained in:
parent
b547b318d8
commit
60aea0f6ca
@ -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 <stransky@redhat.com> 1.0.12-1.rc1
|
||||
- new upstream
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
||||
- rebuild
|
||||
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user