Matthias Saou b742f1
Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)
cvsdist 4a4477
Name: cdparanoia
Adam Jackson 85bbf8
Version: 10.2
Dennis Gilmore 93d623
Release: 21%{?dist}
Adam Jackson 540860
# the app is GPLv2, everything else is LGPLv2
Adam Jackson 540860
License: GPLv2 and LGPLv2
cvsdist 4a4477
Group: Applications/Multimedia
Adam Jackson d658d7
URL: http://www.xiph.org/paranoia/index.html
Peter Robinson 355d8d
Peter Jones 0ef859
Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz
Kevin Kofler 1ef85e
# Patch from upstream to fix cdda_interface.h C++ incompatibility ("private")
Kevin Kofler 1ef85e
# https://trac.xiph.org/changeset/15338
Kevin Kofler 1ef85e
# https://bugzilla.redhat.com/show_bug.cgi?id=463009
Kevin Kofler 1ef85e
Patch0: cdparanoia-10.2-#463009.patch
Adam Jackson eeb995
# #466659
Adam Jackson eeb995
Patch1: cdparanoia-10.2-endian.patch
Peter Jones 0ef859
Patch2: cdparanoia-10.2-install.patch
Jaromir Capik 8b84a5
Patch3: cdparanoia-10.2-format-security.patch
Peter Robinson 355d8d
Patch4: cdparanoia-use-proper-gnu-config-files.patch
Peter Robinson 355d8d
Peter Robinson 355d8d
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
cvsdist 4a4477
cvsdist f3b1e8
%description 
cvsdist 4a4477
Cdparanoia (Paranoia III) reads digital audio directly from a CD, then
cvsdist 4a4477
writes the data to a file or pipe in WAV, AIFC or raw 16 bit linear
cvsdist 4a4477
PCM format.  Cdparanoia doesn't contain any extra features (like the ones
cvsdist 4a4477
included in the cdda2wav sampling utility).  Instead, cdparanoia's strength
cvsdist 4a4477
lies in its ability to handle a variety of hardware, including inexpensive
cvsdist 4a4477
drives prone to misalignment, frame jitter and loss of streaming during
cvsdist 4a4477
atomic reads.  Cdparanoia is also good at reading and repairing data from
cvsdist 4a4477
damaged CDs.
cvsdist 4a4477
Adam Jackson 3b035b
%package static
Adam Jackson 3b035b
Summary: Development tools for libcdda_paranoia (Paranoia III)
Adam Jackson 3b035b
Group: Development/Libraries
Adam Jackson 3b035b
Requires: cdparanoia-devel = %{version}-%{release}
Adam Jackson 3b035b
License: LGPLv2
Adam Jackson 3b035b
Adam Jackson 3b035b
%description static
Adam Jackson 3b035b
The cdparanoia-devel package contains the static libraries needed for
Adam Jackson 3b035b
developing applications to read CD Digital Audio disks.
cvsdist 4a4477
Adam Jackson d658d7
%package libs
Matthias Saou b742f1
Summary: Libraries for libcdda_paranoia (Paranoia III)
Peter Jones 0ef859
Group: Applications/Multimedia
Adam Jackson 540860
License: LGPLv2
cvsdist f3b1e8
Adam Jackson d658d7
%description libs
cvsdist f3b1e8
The cdparanoia-libs package contains the dynamic libraries needed for
cvsdist f3b1e8
applications which read CD Digital Audio disks.
cvsdist f3b1e8
Peter Jones 0ef859
%package devel
Peter Jones 0ef859
Summary: Development tools for libcdda_paranoia (Paranoia III)
Peter Jones 0ef859
Group: Development/Libraries
Peter Robinson 355d8d
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Peter Jones 0ef859
License: LGPLv2
Peter Jones 0ef859
Peter Jones 0ef859
%description devel
Peter Jones 0ef859
The cdparanoia-devel package contains the libraries and header files needed
Peter Jones 0ef859
for developing applications to read CD Digital Audio disks.
Peter Jones 0ef859
cvsdist 4a4477
%prep
Peter Jones 0ef859
%setup -q -n cdparanoia-III-%{version}
Kevin Kofler 1ef85e
%patch0 -p3 -b .#463009
Adam Jackson eeb995
%patch1 -p1 -b .endian
Peter Jones 0ef859
%patch2 -p1 -b .install
Jaromir Capik 8b84a5
%patch3 -p1 -b .fmt-sec
Peter Robinson 355d8d
%patch4 -p1 -b .config
Peter Robinson 355d8d
Peter Robinson 355d8d
# Update config.guess/sub for newer architectures
Peter Robinson 355d8d
cp /usr/lib/rpm/redhat/config.* .
cvsdist 4a4477
cvsdist 4a4477
%build
cvsdist f3b1e8
%configure --includedir=%{_includedir}/cdda
Peter Jones 0ef859
# Using -O0 is mandatory, the build fails otherwise...
Peter Jones 0ef859
# Also remove many warnings which we are aware of
Peter Jones 0ef859
# Lastly, don't use _smp_mflags since it also makes the build fail
Peter Jones 0ef859
make OPT="$RPM_OPT_FLAGS -O0 -Wno-pointer-sign -Wno-unused"
Peter Jones 0ef859
cvsdist 4a4477
cvsdist 4a4477
%install
Peter Jones 0ef859
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist 4a4477
Peter Jones 0ef859
%post libs -p /sbin/ldconfig
Peter Jones 0ef859
Peter Jones 0ef859
%postun libs -p /sbin/ldconfig
Peter Jones 0ef859
Adam Jackson d658d7
%files
Matthias Saou b742f1
%doc COPYING* README
Peter Jones 0ef859
%{_bindir}/cdparanoia
Peter Jones 0ef859
%{_mandir}/man1/cdparanoia.1*
cvsdist 4a4477
Adam Jackson d658d7
%files libs
Matthias Saou b742f1
%{_libdir}/*.so.*
cvsdist f3b1e8
Adam Jackson d658d7
%files devel
Peter Jones 0ef859
%{_includedir}/cdda/
Matthias Saou b742f1
%{_libdir}/*.so
cvsdist 4a4477
Adam Jackson 3b035b
%files static
Adam Jackson 3b035b
%{_libdir}/*.a
Adam Jackson 3b035b
cvsdist 4a4477
%changelog
Dennis Gilmore 93d623
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-21
Dennis Gilmore 93d623
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Dennis Gilmore 93d623
Dennis Gilmore ffd2e1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-20
Dennis Gilmore ffd2e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore ffd2e1
Till Maas dacf86
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 10.2-19
Till Maas dacf86
- Rebuilt for Fedora 23 Change
Till Maas dacf86
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
Till Maas dacf86
Peter Robinson 945a75
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-18
Peter Robinson 945a75
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Peter Robinson 945a75
Dennis Gilmore 9354e1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-17
Dennis Gilmore 9354e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore 9354e1
Peter Robinson 355d8d
* Sat May  3 2014 Peter Robinson <pbrobinson@fedoraproject.org> 10.2-16
Peter Robinson 355d8d
- Update config.guess config.sub to build on new architectures
Peter Robinson 355d8d
- Cleanup spec
Peter Robinson 355d8d
Jaromir Capik 8b84a5
* Mon Apr 14 2014 Jaromir Capik <jcapik@redhat.com> - 10.2-15
Jaromir Capik 8b84a5
- Fixing format-security flaws (#1037011)
Jaromir Capik 8b84a5
Dennis Gilmore b3821a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-14
Dennis Gilmore b3821a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore b3821a
Dennis Gilmore ddfafe
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-13
Dennis Gilmore ddfafe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Dennis Gilmore ddfafe
Dennis Gilmore 3c5bd4
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-12
Dennis Gilmore 3c5bd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore 3c5bd4
Dennis Gilmore a371d3
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-11
Dennis Gilmore a371d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Dennis Gilmore a371d3
Dennis Gilmore 4c9877
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-10
Dennis Gilmore 4c9877
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 4c9877
Adam Jackson d5ce93
* Fri Feb 05 2010 Adam Jackson <ajax@redhat.com> 10.2-9
Adam Jackson d5ce93
- Fix packaging typo from -7
Adam Jackson d5ce93
Peter Jones 0ef859
* Wed Feb 03 2010 Peter Jones <pjones@redhat.com> - 10.2-8
Peter Jones 0ef859
- Incorporate changes from Matthias Saou:
Peter Jones 0ef859
- Include install patch, to avoid all of the ugly manual installation.
Peter Jones 0ef859
- Cosmetic fixes (libs group, scriplets, don't mix %%name with hardcode...).
Peter Jones 0ef859
Adam Jackson 3b035b
* Tue Feb 02 2010 Adam Jackson <ajax@redhat.com> 10.2-7
Adam Jackson 3b035b
- Move static libs to -static subpackage, make it require -devel
Adam Jackson 3b035b
Matthias Saou b742f1
* Tue Dec  8 2009 Matthias Saou <http://freshrpms.net/> 10.2-6
Matthias Saou b742f1
- Fix all of the problems detected during the review which aren't acceptable
Matthias Saou b742f1
  according to the current policies and guidelines (part of #225638).
Matthias Saou b742f1
- Don't prefix summaries with "A" nor suffix them with a dot.
Matthias Saou b742f1
- Move .so symlink to the devel sub-package (#203620).
Matthias Saou b742f1
- Add highest known version to the cdparanoia-III obsoletes.
Matthias Saou b742f1
- Remove incorrect buildroot removal from %%build.
Matthias Saou b742f1
- Use acceptable %%clean section.
Matthias Saou b742f1
- Provide cdparanoia-static in the devel sub-package since the *.a is there.
Matthias Saou b742f1
- Use single-command scriplet syntax for /sbin/ldconfig calls.
Matthias Saou b742f1
- Escape all macros in changelog.
Matthias Saou b742f1
- Include license file since it is present with the sources.
Matthias Saou b742f1
Jesse Keating 806238
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-5
Jesse Keating 806238
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating 806238
Jesse Keating a71e3c
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-4
Jesse Keating a71e3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating a71e3c
Adam Jackson d658d7
* Tue Feb 10 2009 Adam Jackson <ajax@redhat.com>
Adam Jackson d658d7
- Merge review cleanups (not finished, #225638)
Adam Jackson d658d7
Adam Jackson eeb995
* Tue Feb 10 2009 Adam Jackson <ajax@redhat.com> 10.2-3
Adam Jackson eeb995
- cdparanoia-10.2-endian.patch: Backport a crash fix for host/drive
Adam Jackson eeb995
  endianness mismatch. (#466659)
Adam Jackson eeb995
Kevin Kofler 1ef85e
* Tue Sep 30 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 10.2-2
Kevin Kofler 1ef85e
- fix cdda_interface.h C++ incompatibility (patch from upstream) (#463009)
Kevin Kofler 1ef85e
Adam Jackson 85bbf8
* Thu Sep 11 2008 Adam Jackson <ajax@redhat.com> 10.2-1
Adam Jackson 85bbf8
- cdparanoia 10.2
Adam Jackson 85bbf8
Adam Jackson 540860
* Wed Aug 13 2008 Adam Jackson <ajax@redhat.com> 10.1-1
Adam Jackson 540860
- Update to 10.1, just changes the license back.
Adam Jackson 540860
Tom Callaway c166a1
* Tue Jul 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 10.0-3
Tom Callaway c166a1
- fix license tag
Tom Callaway c166a1
- fix headers, setspeed patch to apply with fuzz=0
Tom Callaway c166a1
Adam Jackson b258eb
* Thu Jun 19 2008 Adam Jackson <ajax@redhat.com> 10.0-2
Adam Jackson b258eb
- cdparanoia 10.
Adam Jackson b258eb
Adam Jackson ea8295
* Thu Mar 20 2008 Adam Jackson <ajax@redhat.com> alpha9.8-30
Adam Jackson ea8295
- Add -Werror-implicit-function-declarations.
Adam Jackson ea8295
- cdparanoia-III-alpha9.8-headers.patch: Fix the resulting errors.
Adam Jackson ea8295
Adam Jackson 8cfe21
* Tue Mar 04 2008 Adam Jackson <ajax@redhat.com> alpha9.8-29
Adam Jackson 8cfe21
- cdparanoia-III-alpha9.8.scsi-setspeed.patch: Allow setting the speed of
Adam Jackson 8cfe21
  SCSI CD drives. (#431178)
Adam Jackson 8cfe21
Jesse Keating cac5c2
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - alpha9.8-28.2
Jesse Keating cac5c2
- Autorebuild for GCC 4.3
Jesse Keating cac5c2
Jesse Keating 486491
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - alpha9.8-27.2
Jesse Keating 486491
- rebuild
Jesse Keating 486491
Jesse Keating 6180af
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - alpha9.8-27.1
Jesse Keating 6180af
- bump again for double-long bug on ppc(64)
Jesse Keating 6180af
Ray Strode 0c1b8b
* Wed Feb 08 2006 Monty Montgomery <cmontgom@redhat.com> - alpha9.8-27
Ray Strode 0c1b8b
- rebuilt 
Ray Strode 0c1b8b
Jesse Keating 348d66
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - alpha9.8-26.2
Jesse Keating 348d66
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 348d66
Jesse Keating cd12ea
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating cd12ea
- rebuilt
Jesse Keating cd12ea
Florian La Roche 3ea212
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 3ea212
- make sure shared libs are linked against respective other libs
Florian La Roche 3ea212
Peter Jones 77b5b4
* Wed Mar 16 2005 Peter Jones <pjones@redhat.com> alpha9.8-25
Peter Jones 77b5b4
- gcc4 rebuild and CFLAGS change
Peter Jones 77b5b4
Peter Jones a7fb3e
* Wed Feb 9 2005 Peter Jones <pjones@redhat.com> alpha9.8-24.2
Peter Jones 8094a2
- Rebuild for new toolchain
Peter Jones 8094a2
Peter Jones feeaf7
* Wed Oct 6 2004 Peter Jones <pjones@redhat.com> alpha9.8-24
Peter Jones feeaf7
- workaround for sgio read size issues in newer kernels.
Peter Jones feeaf7
Peter Jones bf30c3
* Fri Oct 1 2004 Peter Jones <pjones@redhat.com> alpha9.8-23
Peter Jones bf30c3
- "This time, with a meaningful changelog" release.  Just like -22.
Peter Jones bf30c3
- new SG_IO code in rawhide.  This means ripping will no longer use the 
Peter Jones bf30c3
  "cooked ioctl" mode that it has since we moved to 2.6, instead utilizing
Peter Jones bf30c3
  the real scsi-based command set to talk to most drives.  This should
Peter Jones bf30c3
  result in better error correction handling, and usage of much more
Peter Jones bf30c3
  commonly used kernel features.
Peter Jones bf30c3
- environment variable "CDDA_TRANSPORT" added.  If you set this to "cooked",
Peter Jones bf30c3
  cdparanoia will try to use the "cooked ioctl" mode instead of SCSI/SG_IO
Peter Jones bf30c3
  based modes first, and then fall back to SG_IO.
Peter Jones bf30c3
- It'd be good if this got some testing.  A prior version of the SG_IO code
Peter Jones bf30c3
  was known to fail on some USB drives.  This version should mitigate that
Peter Jones bf30c3
  quite a bit, but I lack the hardware to test it for sure.
Peter Jones bf30c3
  
Peter Jones c88503
* Wed Jul 7 2004 Peter Jones <pjones@redhat.com> alpha9.8-21sgio1
Peter Jones c88503
- a new set of sgio patches
Peter Jones c88503
cvsdist 571c0b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 571c0b
- rebuilt
cvsdist 571c0b
cvsdist 74f94f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 74f94f
- rebuilt
cvsdist 74f94f
cvsdist 74f94f
* Tue Feb 17 2004 Peter Jones <pjones@redhat.com> alpha9.8-20
Matthias Saou b742f1
- take ownership of %%{_includedir}/cdda
cvsdist 74f94f
cvsdist 74f94f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 74f94f
- rebuilt
cvsdist 74f94f
cvsdist edd851
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist edd851
- rebuilt
cvsdist edd851
cvsdist edd851
* Tue May 20 2003 Peter Jones <pjones@redhat.com> alpha9.8-17
cvsdist edd851
- typo fix (g_fd -> fd)
cvsdist edd851
- add errno output
cvsdist edd851
cvsdist edd851
* Tue May 06 2003 Peter Jones <pjones@redhat.com> alpha9.8-16
cvsdist edd851
- fix warnings on switches
cvsdist edd851
- use O_EXCL
cvsdist edd851
cvsdist 899039
* Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 899039
- add symlinks to shared libs
cvsdist 899039
cvsdist 899039
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 899039
- rebuilt
cvsdist 899039
cvsdist 899039
* Wed Dec 25 2002 Tim Powers <timp@redhat.com> alpha9.8-13
cvsdist 899039
- fix %%install references in the changelog so that it will rebuild properly
cvsdist 899039
cvsdist 899039
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> alpha9.8-12
cvsdist 899039
- rebuild on all arches
cvsdist 899039
cvsdist a68275
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist a68275
- automated rebuild
cvsdist a68275
cvsdist 531444
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 531444
- automated rebuild
cvsdist 531444
cvsdist 87672f
* Wed Apr  3 2002 Peter Jones <pjones@redhat.com> alpha9.8-8
cvsdist 87672f
- don't strip, let rpm do that
cvsdist 87672f
cvsdist 8e46ae
* Mon Feb 25 2002 Tim Powers <timp@redhat.com> alpha9.8-7
cvsdist 8e46ae
- fix broken Obsoletes of cdparanoia-devel
cvsdist 8e46ae
cvsdist f3b1e8
* Thu Dec  6 2001 Peter Jones <pjones@redhat.com> alpha9.8-6
Matthias Saou b742f1
- move includes to %%{_includedir}/cdda/
cvsdist 899039
- add utils.h to %%install
cvsdist 899039
- clean up %%install some.
cvsdist f3b1e8
cvsdist f3b1e8
* Sun Nov  4 2001 Peter Jones <pjones@redhat.com> alpha9.8-5
cvsdist f3b1e8
- make a -libs package which contains the .so files
cvsdist f3b1e8
- make the cdparanoia dependancy towards that, not -devel
cvsdist f3b1e8
cvsdist f3b1e8
* Thu Aug  2 2001 Peter Jones <pjones@redhat.com>
cvsdist f3b1e8
- bump the release not to conflict with on in the RH build tree :/
cvsdist f3b1e8
- reverse devel dependency
cvsdist f3b1e8
cvsdist f3b1e8
* Wed Aug  1 2001 Peter Jones <pjones@redhat.com>
Matthias Saou b742f1
- fix %%post and %%postun to only run ldconfig for devel packages
cvsdist f3b1e8
cvsdist 07c4b3
* Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 07c4b3
- devel now depends on package
cvsdist 07c4b3
cvsdist cde8ab
* Wed Mar 28 2001 Peter Jones <pjones@redhat.com>
cvsdist cde8ab
- 9.8 release.
cvsdist cde8ab
cvsdist c1b280
* Tue Feb 27 2001 Karsten Hopp <karsten@redhat.de>
cvsdist c1b280
- fix spelling error in description
cvsdist c1b280
cvsdist c1b280
* Thu Dec  7 2000 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist c1b280
- rebuild for new tree
cvsdist c1b280
Kevin Kofler 1ef85e
* Fri Jul 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4a4477
- use %%{_tmppath}
cvsdist 4a4477
cvsdist 4a4477
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 4a4477
- automatic rebuild
cvsdist 4a4477
cvsdist 4a4477
* Wed Jun 06 2000 Preston Brown <pbrown@redhat.com>
cvsdist 4a4477
- revert name change
cvsdist 4a4477
- use new rpm macro paths
cvsdist 4a4477
Kevin Kofler 1ef85e
* Wed Apr 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4a4477
- Switched spec file from the one used in Red Hat Linux 6.2, which
cvsdist 4a4477
  also changes the name
cvsdist 4a4477
- gzip man page
cvsdist 4a4477
cvsdist 4a4477
* Thu Dec 23 1999 Peter Jones <pjones@redhat.com>
cvsdist 4a4477
- update package to provide cdparanoia-alpha9.7-2.*.rpm and 
cvsdist 4a4477
  cdparanoia-devel-alpha9.7-2.*.rpm.  Also, URLs point at xiph.org
cvsdist 4a4477
  like they should.
cvsdist 4a4477
cvsdist 4a4477
* Wed Dec 22 1999 Peter Jones <pjones@redhat.com>
cvsdist 4a4477
- updated package for alpha9.7, based on input from:
cvsdist 4a4477
  Monty <xiphmont@xiph.org> 
cvsdist 4a4477
  David Philippi <david@torangan.saar.de>
cvsdist 4a4477
cvsdist 4a4477
* Mon Apr 12 1999 Michael Maher <mike@redhat.com>
cvsdist 4a4477
- updated pacakge
cvsdist 4a4477
cvsdist 4a4477
* Tue Oct 06 1998 Michael Maher <mike@redhat.com>
cvsdist 4a4477
- updated package
cvsdist 4a4477
cvsdist 4a4477
* Mon Jun 29 1998 Michael Maher <mike@redhat.com>
cvsdist 4a4477
- built package