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