a4030a
#define  prever     rc3
a4030a
#define  prever_dot .rc3
a4030a
#define  postver    a
a4030a
a4030a
Summary:  The Advanced Linux Sound Architecture (ALSA) library
a4030a
Name:     alsa-lib
c7a343
Version:  1.1.6
ea9e1d
Release:  2%{?prever_dot}%{?dist}
a4030a
License:  LGPLv2+
a4030a
Group:    System Environment/Libraries
a4030a
URL:      http://www.alsa-project.org/
a4030a
a4030a
Source:   ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2
a4030a
Source10: asound.conf
a4030a
Source11: modprobe-dist-alsa.conf
a4030a
Source12: modprobe-dist-oss.conf
c7a343
Patch0:   alsa-lib-1.1.6-post.patch
b65520
Patch1:   alsa-lib-1.1.0-config.patch
a4030a
a4030a
BuildRequires:  doxygen
b63a84
BuildRequires:  autoconf automake libtool
a4030a
Requires(post): /sbin/ldconfig, coreutils
a4030a
a4030a
%description
a4030a
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
a4030a
functionality to the Linux operating system.
a4030a
a4030a
This package includes the ALSA runtime libraries to simplify application
a4030a
programming and provide higher level functionality as well as support for
a4030a
the older OSS API, providing binary compatibility for most OSS programs.
a4030a
a4030a
%package  devel
a4030a
Summary:  Development files from the ALSA library
a4030a
Group:    Development/Libraries
a4030a
Requires: %{name} = %{version}-%{release}
a4030a
Requires: pkgconfig
a4030a
a4030a
%description devel
a4030a
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
a4030a
functionality to the Linux operating system.
a4030a
a4030a
This package includes the ALSA development libraries for developing
a4030a
against the ALSA libraries and interfaces.
a4030a
a4030a
%prep
a4030a
%setup -q -n %{name}-%{version}%{?prever}%{?postver}
b65520
%patch0 -p1 -b .post
b65520
%patch1 -p1 -b .config
b63a84
autoreconf -f -i
a4030a
a4030a
%build
a4030a
%configure --disable-aload --with-plugindir=%{_libdir}/alsa-lib --disable-alisp
a4030a
a4030a
# Remove useless /usr/lib64 rpath on 64bit archs
a4030a
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
a4030a
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
a4030a
a4030a
make %{?_smp_mflags} V=1
a4030a
make doc
a4030a
a4030a
%install
a4030a
make DESTDIR=%{buildroot} install
a4030a
a4030a
# We need the library to be available even before /usr might be mounted
a4030a
mkdir -p %{buildroot}/%{_lib}
a4030a
mv %{buildroot}%{_libdir}/libasound.so.* %{buildroot}/%{_lib}
a4030a
ln -snf ../../%{_lib}/libasound.so.2 %{buildroot}%{_libdir}/libasound.so
a4030a
a4030a
# Install global configuration files
a4030a
mkdir -p -m 755 %{buildroot}/etc
a4030a
install -p -m 644 %{SOURCE10} %{buildroot}/etc
a4030a
a4030a
# Install the modprobe files for ALSA
a4030a
mkdir -p -m 755 %{buildroot}/lib/modprobe.d/
a4030a
install -p -m 644 %{SOURCE11} %{buildroot}/lib/modprobe.d/dist-alsa.conf
a4030a
# bug#926973, place this file to the doc directory
b65520
mkdir -p -m 755 %{buildroot}%{_defaultdocdir}/%{name}/
b65520
install -p -m 644 %{SOURCE12} %{buildroot}%{_defaultdocdir}/%{name}/modprobe-dist-oss.conf
a4030a
a4030a
# Create UCM directory
a4030a
mkdir -p %{buildroot}/%{_datadir}/alsa/ucm
a4030a
# Remove all UCM files (should be selected by architecture)
a4030a
rm -rf %{buildroot}/%{_datadir}/alsa/ucm/*
b63a84
# Remove smixer .so modules
b63a84
rm -rf %{buildroot}/%{_libdir}/alsa-lib/smixer
a4030a
a4030a
#Remove libtool archives.
b63a84
find %{buildroot} -name '*.la' -delete
a4030a
a4030a
%post -p /sbin/ldconfig
a4030a
a4030a
%postun -p /sbin/ldconfig
a4030a
a4030a
%files
a4030a
%defattr(-,root,root,-)
a4030a
%doc COPYING TODO doc/asoundrc.txt
a4030a
# file is as old as 0.2.0 / Red Hat bugzilla #510212
a4030a
#doc Changelog
b65520
%{_defaultdocdir}/%{name}/modprobe-dist-oss.conf
a4030a
%config %{_sysconfdir}/asound.conf
a4030a
/%{_lib}/libasound.so.*
a4030a
%{_bindir}/aserver
c7a343
#{_libdir}/alsa-lib/
a4030a
%{_datadir}/alsa/
a4030a
/lib/modprobe.d/dist-*
a4030a
a4030a
%files devel
a4030a
%defattr(-,root,root,-)
a4030a
%doc doc/doxygen/
a4030a
%{_includedir}/alsa/
a4030a
%{_includedir}/sys/asoundlib.h
a4030a
%{_libdir}/libasound.so
a4030a
%{_libdir}/pkgconfig/alsa.pc
a4030a
%{_datadir}/aclocal/alsa.m4
a4030a
a4030a
%changelog
c7a343
* Tue May 22 2018 Jaroslav Kysela <jkysela@redhat.com> - 1.1.6-2
c7a343
- Updated to 1.1.6
c7a343
- Resolves: rhbz#1578680
c7a343
ea9e1d
* Sun Oct 22 2017 Jaroslav Kysela <jkysela@redhat.com> - 1.1.4.1-2
ea9e1d
- Updated to 1.1.4.1
ea9e1d
- Resolves: rhbz#1485645
ea9e1d
b63a84
* Wed Mar  1 2017 Jaroslav Kysela <jkysela@redhat.com> - 1.1.3-3
b63a84
- Updated to 1.1.3
b63a84
- Resolves: rhbz#1399508
b63a84
b65520
* Mon Jun  6 2016 Jaroslav Kysela <jkysela@redhat.com> - 1.1.1-1
b65520
- Updated to 1.1.1
b65520
- Resolves: rhbz#1297932
b65520
484952
* Tue Sep 16 2014 Jaroslav Kysela <jkysela@redhat.com> - 1.0.28-2
484952
- Fix minor coverity bug
484952
484952
* Mon Sep 15 2014 Jaroslav Kysela <jkysela@redhat.com> - 1.0.28-1
484952
- Updated to 1.0.28
484952
- Resolves: rhbz#1112204
484952
2f4059
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.27.2-3
2f4059
- Mass rebuild 2014-01-24
2f4059
2f4059
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.27.2-2
2f4059
- Mass rebuild 2013-12-27
2f4059
a4030a
* Mon Jul 08 2013 Jaroslav Kysela <perex@perex.cz> - 1.0.27.2-1
a4030a
- Updated to 1.0.27.2
a4030a
a4030a
* Thu May 30 2013 Jaroslav Kysela <perex@perex.cz> - 1.0.27.1-2
a4030a
- Fixed bug#953352
a4030a
a4030a
* Tue May 21 2013 Jaroslav Kysela <perex@perex.cz> - 1.0.27.1-1
a4030a
- Updated to 1.0.27.1
a4030a
a4030a
* Tue May 07 2013 Rex Dieter <rdieter@fedoraproject.org> 1.0.27-3
a4030a
- pull in upstream fix for building in C90 mode
a4030a
a4030a
* Thu Apr 11 2013 Jaroslav Kysela <perex@perex.cz> - 1.0.27-2
a4030a
- move dist-oss.conf to doc as modprobe-dist-oss.conf
a4030a
a4030a
* Thu Apr 11 2013 Jaroslav Kysela <perex@perex.cz> - 1.0.27-1
a4030a
- Updated to 1.0.27
a4030a
a4030a
* Wed Apr 03 2013 Stephen Gallagher <sgallagh@redhat.com> - 1.0.26-4
a4030a
- Add upstream patch to explicitly include sys/types.h
a4030a
a4030a
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.26-3
a4030a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a4030a
a4030a
* Mon Dec  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.26-2
a4030a
- Create and own ucm directory so alsaucm doesn't crash.
a4030a
- Cleanup and modernise spec
a4030a
a4030a
* Thu Sep  6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26-1
a4030a
- Updated to 1.0.26
a4030a
a4030a
* Thu Jul 26 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.25-6
a4030a
- Don't package ancient ChangeLog that ends at alsa-lib 0.2.0 (#510212).
a4030a
a4030a
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-5
a4030a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a4030a
a4030a
* Wed May  2 2012 Josh Boyer <jwboyer@redhat.com> - 1.0.25-4
a4030a
- Install ALSA related module conf files
a4030a
a4030a
* Wed Feb  1 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.25-3
a4030a
- Remove the pulse audio configuration from /etc/asound.conf
a4030a
a4030a
* Sat Jan 28 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.25-1
a4030a
- Updated to 1.0.25 final
a4030a
a4030a
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-3
a4030a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a4030a
a4030a
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-2
a4030a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a4030a
a4030a
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> - 1.0.24-1
a4030a
- Updated to 1.0.24 final
a4030a
a4030a
* Tue Nov  9 2010 Jochen Schmitt <Jochen herr-schmitt de> 1.0.23-2
a4030a
- Set plugindir to %%{_libdir}/alsa-lib (bz#651507)
a4030a
a4030a
* Fri Apr 16 2010 Jaroslav Kysela <jkysela@redhat.com> - 1.0.23-1
a4030a
- Updated to 1.0.23 final
a4030a
a4030a
* Mon Dec 28 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.22-1
a4030a
- Updated to 1.0.22 final
a4030a
- Fix file descriptor leak in pcm_hw plugin
a4030a
- Fix sound distortions for S24_LE - softvol plugin
a4030a
a4030a
* Wed Sep  9 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.21-3
a4030a
- Add Speaker and Beep control names to mixer weight list
a4030a
- Fix redhat bug #521988
a4030a
a4030a
* Wed Sep  2 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.21-1
a4030a
- Updated to 1.0.21 final
a4030a
a4030a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-2
a4030a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a4030a
a4030a
* Wed May  6 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.20-1
a4030a
- Updated to 1.0.20 final
a4030a
a4030a
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.19-3
a4030a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a4030a
a4030a
* Wed Feb  4 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.19-2
a4030a
- Make doxygen documentation same for all architectures (bz#465205)
a4030a
a4030a
* Tue Jan 20 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.19-1
a4030a
- Updated to 1.0.19 final
a4030a
b65520
* Tue Nov  4 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-7
a4030a
- Updated to 1.0.18 final
a4030a
a4030a
* Wed Sep 10 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-6.rc3
a4030a
- fix /etc directory issue
a4030a
a4030a
* Wed Sep 10 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-5.rc3
a4030a
- move alsactl.conf to alsa-utils package
a4030a
a4030a
* Wed Sep 10 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-4.rc3
a4030a
- fixed spec file
a4030a
- fixed package version number (1.0.18-3.rc3 was tagged by accident)
a4030a
a4030a
* Wed Sep 10 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-1.rc3
a4030a
- updated to 1.0.18rc3
a4030a
- moved /etc/alsa configuration files back to /usr/share/alsa
a4030a
- removed pulse default patch (moved to /etc/asound.conf)
a4030a
- added /etc/asound.conf and /etc/alsa/alsactl.conf
a4030a
- disable /dev/aload device checking (obsolete for 2.6 kernels)
a4030a
a4030a
* Fri Aug 15 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.17-3
a4030a
- updated to 1.0.17a
a4030a
a4030a
* Mon Jul 21 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.17-2
a4030a
- added four patches from upstream (to better support pulseaudio)
a4030a
a4030a
* Mon Jul 21 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.17-1
a4030a
- updated to 1.0.17 final
a4030a
a4030a
* Thu Apr  3 2008 Jim Radford <radford@blackbean.org> - 1.0.16-3
a4030a
- Fix multilib doxygen conflicts
a4030a
a4030a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.16-2
a4030a
- Autorebuild for GCC 4.3
a4030a
a4030a
* Mon Feb 18 2008 Martin Stransky <stransky@redhat.com> 1.0.16-1
a4030a
- updated to 1.0.16 final
a4030a
a4030a
* Mon Oct 29 2007 Martin Stransky <stransky@redhat.com> 1.0.15-1
a4030a
- updated to 1.0.15 final
a4030a
a4030a
* Wed Oct 17 2007 Lennart Poettering <lpoetter@redhat.com> 1.0.15-0.3.rc3
a4030a
- Add hook to /etc/alsa/alsa.conf so that /etc/alsa/default-pulse.conf
a4030a
  is loaded when it exists. This allows us to enable the pulse plugin by
a4030a
  default depending on whether it is installed or not.
a4030a
a4030a
* Mon Oct 15 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.3.rc3
a4030a
- updated to 1.0.15rc3
a4030a
a4030a
* Thu Sep 20 2007 Matthias Saou <http://freshrpms.net/> 1.0.15-0.2.rc2
a4030a
- Update License field.
a4030a
- Use configdir instead of sysconfdir hacks (cleaner).
a4030a
- Remove redundant optflags overriding.
a4030a
- Switch to using main "version", and merge "postver" since this is the right
a4030a
  way of doing things (see NamingGuidelines#NonNumericRelease).
a4030a
- Remove static library.
a4030a
- Mark all of /etc/alsa as config, but not "noreplace".
a4030a
- Remove useless rpath on 64bit archs.
a4030a
a4030a
* Wed Sep 19 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.1.rc2
a4030a
- updated to 1.0.15rc2
a4030a
a4030a
* Thu Aug 16 2007 Martin Stransky <stransky@redhat.com> 1.0.14-3
a4030a
- updated to 1.0.14a
a4030a
a4030a
* Wed Aug 15 2007 Lennart Poettering <lpoetter@redhat.com> 1.0.14-2
a4030a
- fixed #251307 - fix plugindir directory specification
a4030a
- fix build with newer glibc where open() is a macro
a4030a
a4030a
* Wed Jul 25 2007 Martin Stransky <stransky@redhat.com> 1.0.14-1
a4030a
- bumped release number
a4030a
- fixed #246011 - alsa-lib should own /usr/lib/alsa-lib/smixer
a4030a
a4030a
* Thu Jun 7  2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.5
a4030a
- new upstream
a4030a
a4030a
* Tue Apr 10 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.4.rc3
a4030a
- added fix for #233764 - unowned directories
a4030a
a4030a
* Thu Mar 8  2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.3.rc3
a4030a
- new upstream
a4030a
a4030a
* Fri Jan 19 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.2.rc2
a4030a
- new upstream
a4030a
a4030a
* Mon Dec 11 2006 Martin Stransky <stransky@redhat.com> 1.0.14-0.1.rc1
a4030a
- new upstream
a4030a
a4030a
* Fri Aug 25 2006 Martin Stransky <stransky@redhat.com> 1.0.12-2
a4030a
- new upstream
a4030a
a4030a
* Mon Aug 07 2006 Martin Stransky <stransky@redhat.com> 1.0.12-1.rc2
a4030a
- new upstream
a4030a
a4030a
* Thu Jul 20 2006 Martin Stransky <stransky@redhat.com> 1.0.12-1.rc1
a4030a
- new upstream
a4030a
- removed ainit (no longer needed in the new upstream)
a4030a
a4030a
* Wed Jul 19 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-6.rc2
a4030a
- fix release for upgrade path
a4030a
a4030a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-3.rc2.2.1
a4030a
- rebuild
a4030a
a4030a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-3.rc2.2
a4030a
- bump again for double-long bug on ppc(64)
a4030a
a4030a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-3.rc2.1
a4030a
- rebuilt for new gcc4.1 snapshot and glibc changes
a4030a
a4030a
* Fri Feb 3 2006 Martin Stransky <stransky@redhat.com> 1.0.11-3.rc2
a4030a
- fix for #179446 - don't remove old SHM memory/keys during login
a4030a
a4030a
* Fri Jan 13 2006 Martin Stransky <stransky@redhat.com> 1.0.11-2.rc2
a4030a
- fix for #169729 - Kernel update makes snd-atiixp-modem & slmodemd fail
a4030a
- new ainit (0.7) should fix some problems with root users
a4030a
b65520
* Thu Jan 12 2006 Martin Stransky <stransky@redhat.com> 1.0.11-1.rc2
a4030a
- new upstream version
a4030a
a4030a
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.0.10rf-4
a4030a
- rebuilt
a4030a
a4030a
* Fri Dec 9 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-3
a4030a
- rights for shared memory have been moved to config files
a4030a
a4030a
* Fri Dec 2 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-2
a4030a
- fix in spec file (#159046)
a4030a
a4030a
* Thu Nov 24 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-1
a4030a
- new upstream version
a4030a
a4030a
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-2
a4030a
- fixes in config files, new ainit (for #166086)
a4030a
a4030a
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-1
a4030a
- new upstream version
a4030a
a4030a
* Wed Jul 20 2005 Martin Stransky <stransky@redhat.com> 1.0.9rf-3
a4030a
- check for /var/run/console/console.lock (#162982)
a4030a
a4030a
* Thu Jun 16 2005 Martin Stransky <stransky@redhat.com> 1.0.9rf-2
a4030a
- fix for #159411
a4030a
a4030a
* Mon May 30 2005 Martin Stransky <stransky@redhat.com> 1.0.9rf-1
a4030a
- New upstream version
a4030a
- moved alsacard utility to alsa-utils
a4030a
a4030a
* Fri May 27 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc4-2
a4030a
- alsacard utility for s-c-s
a4030a
a4030a
* Tue May 24 2005 Bill Nottingham <notting@redhat.com> 1.0.9rc4-1
a4030a
- update to 1.0.9rc4 (#157180, #158547)
a4030a
a4030a
* Wed May 18 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-5
a4030a
- fix for #130593
a4030a
- new ainit (dmix/dsnoop is default only for cards which really need it)
a4030a
- fix dsnoop
a4030a
- add fix for mixer (from https://bugs.gentoo.org/attachment.cgi?id=58918)
a4030a
a4030a
* Wed May 04 2005 Than Ngo <than@redhat.com> 1.0.9rc2-4
a4030a
- apply patch to fix artsd daemon crash #156592
a4030a
a4030a
* Tue May 3  2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-3
a4030a
- fixed ainit (#156278, #156505)
a4030a
a4030a
* Thu Apr 28 2005 David Woodhouse <dwmw2@redhat.com> 1.0.9rc2-2
a4030a
- Fix bogus use of fgetc() in ainit. (#156278)
a4030a
a4030a
* Fri Apr 22 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-1
a4030a
- updated to 1.0.9rc2
a4030a
- add ainit tool
a4030a
- dmix is now default pcm device
a4030a
a4030a
* Mon Mar  7 2005 Martin Stransky <stransky@redhat.com> 1.0.8-4.devel
a4030a
- gcc4 patch
a4030a
b65520
* Tue Feb 15 2005 Martin Stransky <stransky@redhat.com> 1.0.8-3.devel
a4030a
- add $RPM_OPT_FLAGS to CFLAGS
a4030a
a4030a
* Fri Feb 11 2005 Martin Stransky <stransky@redhat.com> 1.0.8-2.devel
a4030a
- add alpha patch (#147388, thx to Sergey Tikhonov)
a4030a
- fix alsa-mixer on ICH6 system (#146607)
a4030a
a4030a
* Wed Jan 26 2005 Martin Stransky <stransky@redhat.com> 1.0.8-1.devel
a4030a
- update to 1.0.8
a4030a
- temporarily removed alsa-lib-1.0.7-asym-config.patch
a4030a
a4030a
* Mon Jan 10 2005 Martin Stransky <stransky@redhat.com> 1.0.7-3.devel
a4030a
- fix #144518 - stack protection control
a4030a
a4030a
* Sat Jan 08 2005 Colin Walters <walters@redhat.com> 1.0.7-2
a4030a
- New patch alsa-lib-1.0.7-asym-config.patch, sets up asym
a4030a
  in the default config file and makes it easy to make it
a4030a
  the default via an environment variable.  Also increases the
a4030a
  default dmix buffer variables.
a4030a
- Mark /etc/alsa/alsa.conf as a config file, and use sysconfdir
a4030a
  variable
a4030a
a4030a
* Thu Jan 06 2005 Colin Walters <walters@redhat.com> 1.0.7-1
a4030a
- New upstream version
a4030a
a4030a
* Tue Nov 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-6
a4030a
- fix bad assertion that trips up gstreamer (fixes GNOME bug #159647)
a4030a
- undef gets in case it's a macro (#141423)
a4030a
a4030a
* Thu Oct 14 2004 Bill Nottingham <notting@redhat.com> 1.0.6-3
a4030a
- move libraries & data to root fs, needed at boot time
a4030a
a4030a
* Mon Aug 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-1
a4030a
- update to 1.0.6
a4030a
a4030a
* Fri Jul  2 2004 Bill Nottingham <notting@redhat.com> 1.0.5-1
a4030a
- update to 1.0.5
a4030a
a4030a
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
a4030a
- rebuilt
a4030a
a4030a
* Mon May 17 2004 Colin Walters <walters@redhat.com> 1.0.4-1
a4030a
- New upstream version
a4030a
a4030a
* Mon May 03 2004 Colin Walters <walters@redhat.com> 1.0.3a-2
a4030a
- Add patch to avoid assert()ing on errors
a4030a
a4030a
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.0.3a-1
a4030a
- update to 1.0.3a
a4030a
a4030a
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
a4030a
- rebuilt
a4030a
a4030a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a4030a
- rebuilt
a4030a
a4030a
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1.0.2-1
a4030a
- update to 1.0.2
a4030a
a4030a
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 1.0.0rc2-1
a4030a
- update to 1.0.0rc2
a4030a
a4030a
* Mon Dec  1 2003 Bill Nottingham <notting@redhat.com> 0.9.8-3
a4030a
- fix various specfile issues, including License: tag (#111153)
a4030a
a4030a
* Wed Nov 26 2003 Than Ngo <than@redhat.com> 0.9.8-2
a4030a
- fixed dependant libraries check on x86_64
a4030a
b65520
* Tue Nov  4 2003 Bill Nottingham <notting@redhat.com> - 0.9.8-1
a4030a
- initial build, modify spec file from Matthias Saou