new upstream
This commit is contained in:
parent
cac3527a8b
commit
cb18415d04
@ -13,3 +13,4 @@ alsa-utils-1.0.12rc2.tar.bz2
|
|||||||
alsa-utils-1.0.12.tar.bz2
|
alsa-utils-1.0.12.tar.bz2
|
||||||
alsa-utils-1.0.14rc1.tar.bz2
|
alsa-utils-1.0.14rc1.tar.bz2
|
||||||
alsa-utils-1.0.14rc2.tar.bz2
|
alsa-utils-1.0.14rc2.tar.bz2
|
||||||
|
alsa-utils-1.0.14.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- alsa-utils-1.0.14rc2/Makefile.in.old 2007-01-15 14:49:50.000000000 +0100
|
--- alsa-utils-1.0.14/Makefile.in.orig 2007-05-31 10:07:29.000000000 +0200
|
||||||
+++ alsa-utils-1.0.14rc2/Makefile.in 2007-04-10 13:12:12.000000000 +0200
|
+++ alsa-utils-1.0.14/Makefile.in 2007-06-07 12:15:11.000000000 +0200
|
||||||
@@ -65,7 +65,7 @@
|
@@ -65,7 +65,7 @@ RECURSIVE_TARGETS = all-recursive check-
|
||||||
uninstall-recursive
|
uninstall-recursive
|
||||||
ETAGS = etags
|
ETAGS = etags
|
||||||
CTAGS = ctags
|
CTAGS = ctags
|
||||||
@ -9,23 +9,23 @@
|
|||||||
iecset seq speaker-test utils m4 po
|
iecset seq speaker-test utils m4 po
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
distdir = $(PACKAGE)-$(VERSION)
|
distdir = $(PACKAGE)-$(VERSION)
|
||||||
@@ -185,7 +185,7 @@
|
@@ -194,7 +194,7 @@ target_alias = @target_alias@
|
||||||
INCLUDES = -I$(top_srcdir)/include
|
INCLUDES = -I$(top_srcdir)/include
|
||||||
@ALSAMIXER_FALSE@ALSAMIXER_DIR =
|
@ALSAMIXER_FALSE@ALSAMIXER_DIR =
|
||||||
@ALSAMIXER_TRUE@ALSAMIXER_DIR = alsamixer
|
@ALSAMIXER_TRUE@ALSAMIXER_DIR = alsamixer
|
||||||
-SUBDIRS = include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
-SUBDIRS = include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
||||||
+SUBDIRS = include alsactl $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
+SUBDIRS = include alsactl $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
||||||
EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure hgcompile depcomp
|
EXTRA_DIST = config.rpath config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure hgcompile depcomp
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
--- alsa-utils-1.0.14rc2/Makefile.am.old 2007-01-15 14:48:22.000000000 +0100
|
--- alsa-utils-1.0.14/Makefile.am.orig 2007-05-31 10:07:23.000000000 +0200
|
||||||
+++ alsa-utils-1.0.14rc2/Makefile.am 2007-04-10 13:11:51.000000000 +0200
|
+++ alsa-utils-1.0.14/Makefile.am 2007-06-07 12:15:29.000000000 +0200
|
||||||
@@ -4,7 +4,7 @@
|
@@ -4,7 +4,7 @@ ALSAMIXER_DIR=alsamixer
|
||||||
else
|
else
|
||||||
ALSAMIXER_DIR=
|
ALSAMIXER_DIR=
|
||||||
endif
|
endif
|
||||||
-SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
-SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
||||||
+SUBDIRS= include alsactl $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
+SUBDIRS= include alsactl $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
||||||
EXTRA_DIST= config.rpath mkinstalldirs config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure hgcompile depcomp
|
EXTRA_DIST= config.rpath config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure hgcompile depcomp
|
||||||
AUTOMAKE_OPTIONS=foreign
|
AUTOMAKE_OPTIONS=foreign
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
%define prever rc2
|
|
||||||
%define prever_dot .%{prever}
|
|
||||||
|
|
||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: 1.0.14
|
Version: 1.0.14
|
||||||
@ -74,6 +71,9 @@ ln -s ../../sbin/alsactl $RPM_BUILD_ROOT/%{_sbindir}/alsactl
|
|||||||
/usr/share/locale/*
|
/usr/share/locale/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 7 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.8
|
||||||
|
- new upstream
|
||||||
|
|
||||||
* Wed May 30 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.7.rc2
|
* Wed May 30 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.7.rc2
|
||||||
- updated alsanumute for Siemens Lifebook S7020 (#241639)
|
- updated alsanumute for Siemens Lifebook S7020 (#241639)
|
||||||
- unmute Master Mono for all drivers
|
- unmute Master Mono for all drivers
|
||||||
|
Loading…
Reference in New Issue
Block a user