1e107db
#define  prever     rc3
1e107db
#define  prever_dot .rc3
1e107db
#define  postver    a
1e107db
1e107db
Summary:  The Advanced Linux Sound Architecture (ALSA) library
1e107db
Name:     alsa-lib
1e107db
Version:  1.0.26
1e107db
Release:  2%{?prever_dot}%{?dist}
1e107db
License:  LGPLv2+
1e107db
Group:    System Environment/Libraries
1e107db
URL:      http://www.alsa-project.org/
1e107db
1e107db
Source:   ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2
f6767a5
Source10: asound.conf
Jaroslav Kysela 6ca6951
Source11: modprobe-dist-alsa.conf
Jaroslav Kysela 6ca6951
Source12: modprobe-dist-oss.conf
1e107db
Patch0:   alsa-lib-1.0.24-config.patch
1e107db
Patch2:   alsa-lib-1.0.14-glibc-open.patch
1e107db
Patch4:   alsa-lib-1.0.16-no-dox-date.patch
1e107db
1e107db
BuildRequires:  doxygen
08b95fc
Requires(post): /sbin/ldconfig, coreutils
cvsdist b6a545d
cvsdist b6a545d
%description
cvsdist b6a545d
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
cvsdist b6a545d
functionality to the Linux operating system.
cvsdist b6a545d
cvsdist b6a545d
This package includes the ALSA runtime libraries to simplify application
cvsdist b6a545d
programming and provide higher level functionality as well as support for
cvsdist b6a545d
the older OSS API, providing binary compatibility for most OSS programs.
cvsdist b6a545d
1e107db
%package  devel
1e107db
Summary:  Development files from the ALSA library
1e107db
Group:    Development/Libraries
08b95fc
Requires: %{name} = %{version}-%{release}
cvsdist b6a545d
Requires: pkgconfig
08b95fc
cvsdist b6a545d
%description devel
cvsdist b6a545d
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
cvsdist b6a545d
functionality to the Linux operating system.
cvsdist b6a545d
cvsdist b6a545d
This package includes the ALSA development libraries for developing
cvsdist b6a545d
against the ALSA libraries and interfaces.
cvsdist b6a545d
cvsdist b6a545d
%prep
16c8de2
%setup -q -n %{name}-%{version}%{?prever}%{?postver}
afea195
%patch0 -p1 -b .config
afea195
%patch2 -p1 -b .glibc-open
dc0fdde
%patch4 -p1 -b .no-dox-date
cvsdist b6a545d
cvsdist b6a545d
%build
Jaroslav Kysela fceacea
%configure --disable-aload --with-plugindir=%{_libdir}/alsa-lib --disable-alisp
1e107db
08b95fc
# Remove useless /usr/lib64 rpath on 64bit archs
08b95fc
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
08b95fc
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
1e107db
1e107db
make %{?_smp_mflags} V=1
cvsdist b6a545d
make doc
cvsdist b6a545d
cvsdist b6a545d
%install
cvsdist b6a545d
make DESTDIR=%{buildroot} install
cvsdist b6a545d
08b95fc
# We need the library to be available even before /usr might be mounted
f192583
mkdir -p %{buildroot}/%{_lib}
f192583
mv %{buildroot}%{_libdir}/libasound.so.* %{buildroot}/%{_lib}
f192583
ln -snf ../../%{_lib}/libasound.so.2 %{buildroot}%{_libdir}/libasound.so
f192583
f6767a5
# Install global configuration files
cfbc169
mkdir -p -m 755 %{buildroot}/etc
f6767a5
install -p -m 644 %{SOURCE10} %{buildroot}/etc
f6767a5
Jaroslav Kysela 6ca6951
# Install the modprobe files for ALSA
Jaroslav Kysela 6ca6951
mkdir -p -m 755 %{buildroot}/lib/modprobe.d/
Jaroslav Kysela 6ca6951
install -p -m 644 %{SOURCE11} %{buildroot}/lib/modprobe.d/dist-alsa.conf
Jaroslav Kysela 6ca6951
install -p -m 644 %{SOURCE12} %{buildroot}/lib/modprobe.d/dist-oss.conf
Jaroslav Kysela 6ca6951
1e107db
# Create UCM directory
1e107db
mkdir -p %{buildroot}/%{_datadir}/alsa/ucm
1e107db
1e107db
#Remove libtool archives.
1e107db
find %{buildroot} -name '*.la' -exec rm -f {} ';'
cvsdist b6a545d
6017556
%post -p /sbin/ldconfig
cvsdist b6a545d
cvsdist b6a545d
%postun -p /sbin/ldconfig
cvsdist b6a545d
cvsdist b6a545d
%files
08b95fc
%defattr(-,root,root,-)
86e00cd
%doc COPYING TODO doc/asoundrc.txt
86e00cd
# file is as old as 0.2.0 / Red Hat bugzilla #510212
86e00cd
#doc Changelog
f6767a5
%config %{_sysconfdir}/asound.conf
f192583
/%{_lib}/libasound.so.*
08b95fc
%{_bindir}/aserver
08b95fc
%{_libdir}/alsa-lib/
ad270ce
%{_datadir}/alsa/
Jaroslav Kysela 6ca6951
/lib/modprobe.d/dist-*
cvsdist b6a545d
cvsdist b6a545d
%files devel
08b95fc
%defattr(-,root,root,-)
08b95fc
%doc doc/doxygen/
08b95fc
%{_includedir}/alsa/
cvsdist b6a545d
%{_includedir}/sys/asoundlib.h
cvsdist b6a545d
%{_libdir}/libasound.so
cvsdist b6a545d
%{_libdir}/pkgconfig/alsa.pc
cvsdist b6a545d
%{_datadir}/aclocal/alsa.m4
cvsdist b6a545d
cvsdist b6a545d
%changelog
1e107db
* Mon Dec  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.26-2
1e107db
- Create and own ucm directory so alsaucm doesn't crash.
1e107db
- Cleanup and modernise spec
1e107db
Jaroslav Kysela f7e6294
* Thu Sep  6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26-1
Jaroslav Kysela f7e6294
- Updated to 1.0.26
Jaroslav Kysela f7e6294
86e00cd
* Thu Jul 26 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.25-6
86e00cd
- Don't package ancient ChangeLog that ends at alsa-lib 0.2.0 (#510212).
86e00cd
8efc696
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-5
8efc696
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8efc696
Jaroslav Kysela 6ca6951
* Wed May  2 2012 Josh Boyer <jwboyer@redhat.com> - 1.0.25-4
Jaroslav Kysela 6ca6951
- Install ALSA related module conf files
Jaroslav Kysela 6ca6951
Jaroslav Kysela 57d0ac5
* Wed Feb  1 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.25-3
Jaroslav Kysela 323fa85
- Remove the pulse audio configuration from /etc/asound.conf
Jaroslav Kysela 323fa85
Jaroslav Kysela fceacea
* Sat Jan 28 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.25-1
Jaroslav Kysela fceacea
- Updated to 1.0.25 final
Jaroslav Kysela fceacea
cb4ca83
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-3
cb4ca83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cb4ca83
8cfc5d9
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-2
8cfc5d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8cfc5d9
Jaroslav Kysela c99e2c7
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> - 1.0.24-1
Jaroslav Kysela c99e2c7
- Updated to 1.0.24 final
Jaroslav Kysela c99e2c7
Jochen Schmitt 5a430bf
* Tue Nov  9 2010 Jochen Schmitt <Jochen herr-schmitt de> 1.0.23-2
Jochen Schmitt 5a430bf
- Set plugindir to %%{_libdir}/alsa-lib (bz#651507)
Jochen Schmitt 5a430bf
54ddf42
* Fri Apr 16 2010 Jaroslav Kysela <jkysela@redhat.com> - 1.0.23-1
54ddf42
- Updated to 1.0.23 final
54ddf42
96d9519
* Mon Dec 28 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.22-1
96d9519
- Updated to 1.0.22 final
96d9519
- Fix file descriptor leak in pcm_hw plugin
96d9519
- Fix sound distortions for S24_LE - softvol plugin
96d9519
097e774
* Wed Sep  9 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.21-3
097e774
- Add Speaker and Beep control names to mixer weight list
097e774
- Fix redhat bug #521988
097e774
2df51fb
* Wed Sep  2 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.21-1
097e774
- Updated to 1.0.21 final
2df51fb
03b202f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-2
03b202f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
03b202f
9d375d5
* Wed May  6 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.20-1
9d375d5
- Updated to 1.0.20 final
9d375d5
7d74bc9
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.19-3
7d74bc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7d74bc9
620c3db
* Wed Feb  4 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.19-2
620c3db
- Make doxygen documentation same for all architectures (bz#465205)
620c3db
5bb0b7f
* Tue Jan 20 2009 Jaroslav Kysela <jkysela@redhat.com> - 1.0.19-1
5bb0b7f
- Updated to 1.0.19 final
5bb0b7f
f02105a
* Wed Nov  4 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-7
f02105a
- Updated to 1.0.18 final
f02105a
cfbc169
* Wed Sep 10 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-6.rc3
cfbc169
- fix /etc directory issue
cfbc169
94679b4
* Wed Sep 10 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-5.rc3
94679b4
- move alsactl.conf to alsa-utils package
94679b4
dfad12b
* Wed Sep 10 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-4.rc3
dfad12b
- fixed spec file
dfad12b
- fixed package version number (1.0.18-3.rc3 was tagged by accident)
dfad12b
f6767a5
* Wed Sep 10 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-1.rc3
f6767a5
- updated to 1.0.18rc3
f6767a5
- moved /etc/alsa configuration files back to /usr/share/alsa
f6767a5
- removed pulse default patch (moved to /etc/asound.conf)
f6767a5
- added /etc/asound.conf and /etc/alsa/alsactl.conf
f6767a5
- disable /dev/aload device checking (obsolete for 2.6 kernels)
f6767a5
16c8de2
* Fri Aug 15 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.17-3
16c8de2
- updated to 1.0.17a
16c8de2
37d7157
* Mon Jul 21 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.17-2
37d7157
- added four patches from upstream (to better support pulseaudio)
37d7157
603b6a0
* Mon Jul 21 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.17-1
603b6a0
- updated to 1.0.17 final
603b6a0
dc0fdde
* Thu Apr  3 2008 Jim Radford <radford@blackbean.org> - 1.0.16-3
dc0fdde
- Fix multilib doxygen conflicts
dc0fdde
8ff8b38
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.16-2
8ff8b38
- Autorebuild for GCC 4.3
8ff8b38
c60d141
* Mon Feb 18 2008 Martin Stransky <stransky@redhat.com> 1.0.16-1
c60d141
- updated to 1.0.16 final
c60d141
1d294b2
* Mon Oct 29 2007 Martin Stransky <stransky@redhat.com> 1.0.15-1
1d294b2
- updated to 1.0.15 final
1d294b2
2204a68
* Wed Oct 17 2007 Lennart Poettering <lpoetter@redhat.com> 1.0.15-0.3.rc3
2204a68
- Add hook to /etc/alsa/alsa.conf so that /etc/alsa/default-pulse.conf
2204a68
  is loaded when it exists. This allows us to enable the pulse plugin by
2204a68
  default depending on whether it is installed or not.
2204a68
423f847
* Mon Oct 15 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.3.rc3
423f847
- updated to 1.0.15rc3
423f847
08b95fc
* Thu Sep 20 2007 Matthias Saou <http://freshrpms.net/> 1.0.15-0.2.rc2
08b95fc
- Update License field.
08b95fc
- Use configdir instead of sysconfdir hacks (cleaner).
08b95fc
- Remove redundant optflags overriding.
08b95fc
- Switch to using main "version", and merge "postver" since this is the right
08b95fc
  way of doing things (see NamingGuidelines#NonNumericRelease).
08b95fc
- Remove static library.
08b95fc
- Mark all of /etc/alsa as config, but not "noreplace".
08b95fc
- Remove useless rpath on 64bit archs.
08b95fc
a2f2733
* Wed Sep 19 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.1.rc2
a2f2733
- updated to 1.0.15rc2
a2f2733
77e1ef9
* Thu Aug 16 2007 Martin Stransky <stransky@redhat.com> 1.0.14-3
77e1ef9
- updated to 1.0.14a
77e1ef9
afea195
* Wed Aug 15 2007 Lennart Poettering <lpoetter@redhat.com> 1.0.14-2
afea195
- fixed #251307 - fix plugindir directory specification
afea195
- fix build with newer glibc where open() is a macro
afea195
aa626bb
* Wed Jul 25 2007 Martin Stransky <stransky@redhat.com> 1.0.14-1
aa626bb
- bumped release number
aa626bb
- fixed #246011 - alsa-lib should own /usr/lib/alsa-lib/smixer
aa626bb
16c026a
* Thu Jun 7  2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.5
16c026a
- new upstream
16c026a
9d45960
* Tue Apr 10 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.4.rc3
9d45960
- added fix for #233764 - unowned directories
9d45960
73fbca0
* Thu Mar 8  2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.3.rc3
73fbca0
- new upstream
73fbca0
6e8a4db
* Fri Jan 19 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.2.rc2
6e8a4db
- new upstream
6e8a4db
06e0389
* Mon Dec 11 2006 Martin Stransky <stransky@redhat.com> 1.0.14-0.1.rc1
06e0389
- new upstream
06e0389
9878030
* Fri Aug 25 2006 Martin Stransky <stransky@redhat.com> 1.0.12-2
9878030
- new upstream
9878030
4031db7
* Mon Aug 07 2006 Martin Stransky <stransky@redhat.com> 1.0.12-1.rc2
4031db7
- new upstream
4031db7
536610c
* Thu Jul 20 2006 Martin Stransky <stransky@redhat.com> 1.0.12-1.rc1
536610c
- new upstream
536610c
- removed ainit (no longer needed in the new upstream)
536610c
4857d0c
* Wed Jul 19 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-6.rc2
f675af8
- fix release for upgrade path
f675af8
7ba2502
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-3.rc2.2.1
7ba2502
- rebuild
7ba2502
ed20d83
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-3.rc2.2
ed20d83
- bump again for double-long bug on ppc(64)
ed20d83
fcbeaaa
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-3.rc2.1
fcbeaaa
- rebuilt for new gcc4.1 snapshot and glibc changes
fcbeaaa
0a519be
* Fri Feb 3 2006 Martin Stransky <stransky@redhat.com> 1.0.11-3.rc2
0a519be
- fix for #179446 - don't remove old SHM memory/keys during login
0a519be
1ba1fb6
* Fri Jan 13 2006 Martin Stransky <stransky@redhat.com> 1.0.11-2.rc2
1ba1fb6
- fix for #169729 - Kernel update makes snd-atiixp-modem & slmodemd fail
1ba1fb6
- new ainit (0.7) should fix some problems with root users
1ba1fb6
ac4c5d3
* Tue Jan 12 2006 Martin Stransky <stransky@redhat.com> 1.0.11-1.rc2
ac4c5d3
- new upstream version
ac4c5d3
b397c7f
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.0.10rf-4
b397c7f
- rebuilt
b397c7f
995233d
* Fri Dec 9 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-3
995233d
- rights for shared memory have been moved to config files
995233d
e2eb90a
* Fri Dec 2 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-2
e2eb90a
- fix in spec file (#159046)
e2eb90a
8fba7bb
* Thu Nov 24 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-1
8fba7bb
- new upstream version
8fba7bb
e137dee
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-2
e137dee
- fixes in config files, new ainit (for #166086)
e137dee
3947d3d
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-1
3947d3d
- new upstream version
3947d3d
25447ef
* Wed Jul 20 2005 Martin Stransky <stransky@redhat.com> 1.0.9rf-3
25447ef
- check for /var/run/console/console.lock (#162982)
25447ef
2951cb0
* Thu Jun 16 2005 Martin Stransky <stransky@redhat.com> 1.0.9rf-2
2951cb0
- fix for #159411
2951cb0
be23373
* Mon May 30 2005 Martin Stransky <stransky@redhat.com> 1.0.9rf-1
be23373
- New upstream version
be23373
- moved alsacard utility to alsa-utils
be23373
a742b94
* Fri May 27 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc4-2
a742b94
- alsacard utility for s-c-s
a742b94
22a4afd
* Tue May 24 2005 Bill Nottingham <notting@redhat.com> 1.0.9rc4-1
22a4afd
- update to 1.0.9rc4 (#157180, #158547)
22a4afd
67cde2f
* Wed May 18 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-5
67cde2f
- fix for #130593
67cde2f
- new ainit (dmix/dsnoop is default only for cards which really need it)
67cde2f
- fix dsnoop
67cde2f
- add fix for mixer (from https://bugs.gentoo.org/attachment.cgi?id=58918)
67cde2f
3fb38a0
* Wed May 04 2005 Than Ngo <than@redhat.com> 1.0.9rc2-4
3fb38a0
- apply patch to fix artsd daemon crash #156592
3fb38a0
95d3858
* Tue May 3  2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-3
95d3858
- fixed ainit (#156278, #156505)
95d3858
d09c303
* Thu Apr 28 2005 David Woodhouse <dwmw2@redhat.com> 1.0.9rc2-2
d09c303
- Fix bogus use of fgetc() in ainit. (#156278)
d09c303
d0a435f
* Fri Apr 22 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-1
d0a435f
- updated to 1.0.9rc2
6017556
- add ainit tool
d0a435f
- dmix is now default pcm device
d0a435f
f1b73c0
* Mon Mar  7 2005 Martin Stransky <stransky@redhat.com> 1.0.8-4.devel
f1b73c0
- gcc4 patch
2414af6
9ae9432
* Wed Feb 15 2005 Martin Stransky <stransky@redhat.com> 1.0.8-3.devel
9ae9432
- add $RPM_OPT_FLAGS to CFLAGS
9ae9432
7b0fb0e
* Fri Feb 11 2005 Martin Stransky <stransky@redhat.com> 1.0.8-2.devel
7b0fb0e
- add alpha patch (#147388, thx to Sergey Tikhonov)
7b0fb0e
- fix alsa-mixer on ICH6 system (#146607)
7b0fb0e
eea21b4
* Wed Jan 26 2005 Martin Stransky <stransky@redhat.com> 1.0.8-1.devel
eea21b4
- update to 1.0.8
eea21b4
- temporarily removed alsa-lib-1.0.7-asym-config.patch
eea21b4
d730f5b
* Mon Jan 10 2005 Martin Stransky <stransky@redhat.com> 1.0.7-3.devel
d730f5b
- fix #144518 - stack protection control
d730f5b
bf4b629
* Sat Jan 08 2005 Colin Walters <walters@redhat.com> 1.0.7-2
bf4b629
- New patch alsa-lib-1.0.7-asym-config.patch, sets up asym
bf4b629
  in the default config file and makes it easy to make it
bf4b629
  the default via an environment variable.  Also increases the
bf4b629
  default dmix buffer variables.
bf4b629
- Mark /etc/alsa/alsa.conf as a config file, and use sysconfdir
bf4b629
  variable
bf4b629
989abba
* Thu Jan 06 2005 Colin Walters <walters@redhat.com> 1.0.7-1
989abba
- New upstream version
989abba
4e8ea1b
* Tue Nov 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-6
4e8ea1b
- fix bad assertion that trips up gstreamer (fixes GNOME bug #159647)
3f822a5
- undef gets in case it's a macro (#141423)
4e8ea1b
a9f2d6d
* Thu Oct 14 2004 Bill Nottingham <notting@redhat.com> 1.0.6-3
f192583
- move libraries & data to root fs, needed at boot time
f192583
cvsdist 47cba85
* Mon Aug 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-1
cvsdist 47cba85
- update to 1.0.6
cvsdist 47cba85
cvsdist 1330c07
* Fri Jul  2 2004 Bill Nottingham <notting@redhat.com> 1.0.5-1
cvsdist 1330c07
- update to 1.0.5
cvsdist 1330c07
cvsdist 03342e5
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 03342e5
- rebuilt
cvsdist 03342e5
cvsdist 97d9e2e
* Mon May 17 2004 Colin Walters <walters@redhat.com> 1.0.4-1
cvsdist 97d9e2e
- New upstream version
cvsdist 97d9e2e
cvsdist 309ca77
* Mon May 03 2004 Colin Walters <walters@redhat.com> 1.0.3a-2
cvsdist 309ca77
- Add patch to avoid assert()ing on errors
cvsdist 309ca77
cvsdist 7ebd7e2
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.0.3a-1
cvsdist 7ebd7e2
- update to 1.0.3a
cvsdist 7ebd7e2
cvsdist 7ebd7e2
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 7ebd7e2
- rebuilt
cvsdist 7ebd7e2
cvsdist 7ebd7e2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 7ebd7e2
- rebuilt
cvsdist 7ebd7e2
cvsdist b6a545d
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1.0.2-1
cvsdist b6a545d
- update to 1.0.2
cvsdist b6a545d
cvsdist b6a545d
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 1.0.0rc2-1
cvsdist b6a545d
- update to 1.0.0rc2
cvsdist b6a545d
cvsdist b6a545d
* Mon Dec  1 2003 Bill Nottingham <notting@redhat.com> 0.9.8-3
cvsdist b6a545d
- fix various specfile issues, including License: tag (#111153)
cvsdist b6a545d
cvsdist b6a545d
* Wed Nov 26 2003 Than Ngo <than@redhat.com> 0.9.8-2
cvsdist b6a545d
- fixed dependant libraries check on x86_64
cvsdist b6a545d
cvsdist b6a545d
* Mon Nov  4 2003 Bill Nottingham <notting@redhat.com> - 0.9.8-1
cvsdist b6a545d
- initial build, modify spec file from Matthias Saou