395898
Summary: A collection of CD/DVD utilities
395898
Name: cdrkit
395898
Version: 1.1.11
395898
Release: 39%{?dist}
395898
License: GPLv2
395898
Group: Applications/System
395898
URL: http://cdrkit.org/
395898
Source: http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
395898
395898
Patch1: cdrkit-1.1.8-werror.patch
395898
Patch2: cdrkit-1.1.9-efi-boot.patch
395898
Patch4: cdrkit-1.1.9-no_mp3.patch
395898
Patch5: cdrkit-1.1.9-buffer_overflow.patch
395898
Patch6: cdrkit-1.1.10-build-fix.patch
395898
Patch7: cdrkit-1.1.11-manpagefix.patch
395898
Patch8: cdrkit-1.1.11-rootstat.patch
395898
Patch9: cdrkit-1.1.11-usalinst.patch
395898
Patch10: cdrkit-1.1.11-readsegfault.patch
395898
Patch11: cdrkit-1.1.11-format.patch
395898
Patch12: cdrkit-1.1.11-handler.patch
395898
Patch13: cdrkit-1.1.11-dvdman.patch
395898
Patch14: cdrkit-1.1.11-paranoiacdda.patch
395898
Patch15: cdrkit-1.1.11-utf8.patch
395898
Patch16: cdrkit-1.1.11-cmakewarn.patch
395898
Patch17: cdrkit-1.1.11-memset.patch
395898
Patch19: cdrkit-1.1.11-ppc64le_elfheader.patch
395898
Patch20: cdrkit-1.1.11-werror_gcc5.patch
395898
Patch21: cdrkit-1.1.11-devname.patch
395898
Patch22: cdrkit-1.1.11-sysmacros.patch
395898
395898
Patch23: 0001-fix-file-name-buffer-overflow-in-isoinfo.patch 
395898
395898
BuildRequires: cmake libcap-devel zlib-devel perl-interpreter perl-generators file-devel bzip2-devel
395898
395898
%description
395898
cdrkit is a collection of CD/DVD utilities.
395898
395898
%package -n wodim
395898
Summary: A command line CD/DVD recording program
395898
Group: Applications/Archiving
395898
Obsoletes: dvdrecord <= 0:0.1.5
395898
Provides: dvdrecord = 0:0.1.5.1
395898
Obsoletes: cdrecord < 9:2.01-12
395898
Provides: cdrecord = 9:2.01-12
395898
Requires: libusal = %{version}-%{release}
395898
Requires(preun): %{_sbindir}/alternatives coreutils
395898
Requires(post): %{_sbindir}/alternatives coreutils
395898
395898
%description -n wodim
395898
Wodim is an application for creating audio and data CDs. Wodim
395898
works with many different brands of CD recorders, fully supports
395898
multi-sessions and provides human-readable error messages.
395898
395898
%package -n genisoimage
395898
Summary: Creates an image of an ISO9660 file-system
395898
Group: Applications/System
395898
Obsoletes: mkisofs < 9:2.01-12
395898
Provides: mkisofs = 9:2.01-12
395898
Requires: libusal = %{version}-%{release}
395898
Requires(preun): %{_sbindir}/alternatives coreutils
395898
Requires(post): %{_sbindir}/alternatives coreutils
395898
395898
%description -n genisoimage
395898
The genisoimage program is used as a pre-mastering program; i.e., it
395898
generates the ISO9660 file-system. Genisoimage takes a snapshot of
395898
a given directory tree and generates a binary image of the tree
395898
which will correspond to an ISO9660 file-system when written to
395898
a block device. Genisoimage is used for writing CD-ROMs, and includes
395898
support for creating boot-able El Torito CD-ROMs.
395898
395898
Install the genisoimage package if you need a program for writing
395898
CD-ROMs.
395898
395898
%package -n dirsplit
395898
Summary: Utility to split directories
395898
Group: Applications/System
395898
Requires: perl-interpreter >= 4:5.8.1
395898
Requires: genisoimage = %{version}-%{release}
395898
395898
%description -n dirsplit
395898
This utility is used to split directories into chunks before burning. 
395898
Chunk size is usually set to fit to a CD/DVD.
395898
395898
%package -n icedax
395898
Group: Applications/Multimedia
395898
Summary: A utility for sampling/copying .wav files from digital audio CDs
395898
Obsoletes: cdda2wav < 9:2.01-12
395898
Provides: cdda2wav = 9:2.01-12
395898
Requires: libusal = %{version}-%{release}
395898
Requires(preun): %{_sbindir}/alternatives chkconfig coreutils
395898
Requires(post): %{_sbindir}/alternatives chkconfig coreutils
395898
Requires: vorbis-tools
395898
Requires: cdparanoia
395898
BuildRequires: cdparanoia-devel
395898
395898
%description -n icedax
395898
Icedax is a sampling utility for CD-ROM drives that are capable of
395898
providing a CD's audio data in digital form to your host. Audio data
395898
read from the CD can be saved as .wav or .sun format sound files.
395898
Recording formats include stereo/mono, 8/12/16 bits and different
395898
rates. Icedax can also be used as a CD player.
395898
395898
%package -n libusal
395898
Summary: Library to communicate with SCSI devices
395898
Group: Development/Libraries
395898
395898
%description -n libusal
395898
The libusal package contains C libraries that allows applications
395898
to communicate with SCSI devices and is well suitable for writing
395898
CD-R media.
395898
395898
%package -n libusal-devel
395898
Summary: Development files for libusal
395898
Group: Development/Libraries
395898
Requires: libusal = %{version}-%{release}
395898
395898
%description -n libusal-devel
395898
The libusal-devel package contains C libraries and header files
395898
for developing applications that use libusal for communication with
395898
SCSI devices.
395898
395898
%prep
395898
%setup -q 
395898
%patch1 -p1 -b .werror
395898
%patch2 -p1 -b .efi
395898
%patch4 -p1 -b .no_mp3
395898
%patch5 -p1 -b .buffer_overflow
395898
%patch6 -p1 -b .build-fix
395898
%patch7 -p1 -b .manpagefix
395898
%patch8 -p1 -b .rootstat
395898
%patch9 -p1 -b .usalinst
395898
%patch10 -p1 -b .readsegfault
395898
%patch11 -p1 -b .format
395898
%patch12 -p1 -b .handler
395898
%patch13 -p1 -b .dvdman
395898
%patch14 -p1 -b .paranoiacdda
395898
# not using -b since otherwise backup files would be included into rpm
395898
%patch15 -p1
395898
%patch16 -p1 -b .cmakewarn
395898
%patch17 -p1 -b .edcspeed
395898
%patch19 -p1 -b .elfheader
395898
%patch20 -p1 -b .werror_gcc5
395898
%patch21 -p1 -b .devname
395898
%patch22 -p1 -b .sysmacros
395898
395898
%patch23 -p1 -b .namesize
395898
395898
# we do not want bundled paranoia library
395898
rm -rf libparanoia
395898
395898
find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g'
395898
find doc -type f -print0 | xargs -0 chmod a-x 
395898
395898
395898
%build
395898
mkdir fedora
395898
cd fedora
395898
export CFLAGS="$RPM_OPT_FLAGS -Wno-error=format-security -fno-strict-aliasing"
395898
export CXXFLAGS="$CFLAGS"
395898
export FFLAGS="$CFLAGS"
395898
%cmake CMAKE_VERBOSE=1 \
395898
	-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
395898
	-DBUILD_SHARED_LIBS:BOOL=ON \
395898
..
395898
395898
make VERBOSE=1 %{?_smp_mflags}
395898
395898
%install
395898
cd fedora
395898
make install DESTDIR=$RPM_BUILD_ROOT
395898
perl -pi -e 's#^require v5.8.1;##g' $RPM_BUILD_ROOT%{_bindir}/dirsplit
395898
ln -s genisoimage $RPM_BUILD_ROOT%{_bindir}/mkisofs
395898
ln -s genisoimage $RPM_BUILD_ROOT%{_bindir}/mkhybrid
395898
ln -s icedax $RPM_BUILD_ROOT%{_bindir}/cdda2wav
395898
ln -s wodim $RPM_BUILD_ROOT%{_bindir}/cdrecord
395898
ln -s wodim $RPM_BUILD_ROOT%{_bindir}/dvdrecord
395898
395898
#do not include empty fedora/* directories in debuginfo package
395898
cd ..
395898
rm -rf fedora
395898
395898
# missing man page. Do symlink like in debian
395898
ln -sf wodim.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/netscsid.1.gz
395898
395898
# we don't need cdda2mp3 since we don't have any mp3 {en,de}coder
395898
rm $RPM_BUILD_ROOT%{_bindir}/cdda2mp3
395898
395898
%post -n wodim
395898
link=`readlink %{_bindir}/cdrecord`
395898
if [ "$link" == "%{_bindir}/wodim" ]; then
395898
	rm -f %{_bindir}/cdrecord
395898
fi
395898
link=`readlink %{_bindir}/dvdrecord`
395898
if [ "$link" == "wodim" ]; then
395898
	rm -f %{_bindir}/dvdrecord
395898
fi
395898
395898
%{_sbindir}/alternatives --install %{_bindir}/cdrecord cdrecord \
395898
		%{_bindir}/wodim 50 \
395898
	--slave %{_mandir}/man1/cdrecord.1.gz cdrecord-cdrecordman \
395898
		%{_mandir}/man1/wodim.1.gz \
395898
	--slave %{_bindir}/dvdrecord cdrecord-dvdrecord %{_bindir}/wodim \
395898
	--slave %{_mandir}/man1/dvdrecord.1.gz cdrecord-dvdrecordman \
395898
		%{_mandir}/man1/wodim.1.gz \
395898
	--slave %{_bindir}/readcd cdrecord-readcd %{_bindir}/readom \
395898
	--slave %{_mandir}/man1/readcd.1.gz cdrecord-readcdman \
395898
		%{_mandir}/man1/readom.1.gz 
395898
395898
%preun -n wodim
395898
if [ $1 = 0 ]; then
395898
	%{_sbindir}/alternatives --remove cdrecord %{_bindir}/wodim
395898
fi
395898
395898
%post -n genisoimage
395898
link=`readlink %{_bindir}/mkisofs`
395898
if [ "$link" == "genisoimage" ]; then
395898
	rm -f %{_bindir}/mkisofs
395898
fi
395898
395898
%{_sbindir}/alternatives --install %{_bindir}/mkisofs mkisofs \
395898
		%{_bindir}/genisoimage 50 \
395898
	--slave %{_mandir}/man1/mkisofs.1.gz mkisofs-mkisofsman \
395898
		%{_mandir}/man1/genisoimage.1.gz \
395898
	--slave %{_bindir}/mkhybrid mkisofs-mkhybrid %{_bindir}/genisoimage \
395898
	--slave %{_mandir}/man1/mkhybrid.1.gz mkisofs-mkhybridman \
395898
		%{_mandir}/man1/genisoimage.1.gz
395898
395898
%preun -n genisoimage
395898
if [ $1 = 0 ]; then
395898
	%{_sbindir}/alternatives --remove mkisofs %{_bindir}/genisoimage
395898
fi
395898
395898
%post -n icedax
395898
link=`readlink %{_bindir}/cdda2wav`
395898
if [ "$link" == "icedax" ]; then
395898
	rm -f %{_bindir}/cdda2wav
395898
fi
395898
%{_sbindir}/alternatives --install %{_bindir}/cdda2wav cdda2wav \
395898
		%{_bindir}/icedax 50 \
395898
	--slave %{_mandir}/man1/cdda2wav.1.gz cdda2wav-cdda2wavman \
395898
		%{_mandir}/man1/icedax.1.gz 
395898
395898
%preun -n icedax
395898
if [ $1 = 0 ]; then
395898
	%{_sbindir}/alternatives --remove cdda2wav %{_bindir}/icedax
395898
fi
395898
395898
%post -n libusal -p /sbin/ldconfig
395898
395898
%postun -n libusal -p /sbin/ldconfig
395898
395898
%files -n wodim
395898
%doc Changelog COPYING FAQ FORK START
395898
%doc doc/READMEs doc/wodim
395898
%{_bindir}/devdump
395898
%{_bindir}/wodim
395898
%ghost %{_bindir}/cdrecord
395898
%ghost %{_bindir}/dvdrecord
395898
%{_bindir}/readom
395898
%{_sbindir}/netscsid
395898
%{_mandir}/man1/devdump.*
395898
%{_mandir}/man1/wodim.*
395898
%{_mandir}/man1/netscsid.*
395898
%{_mandir}/man1/readom.*
395898
395898
%files -n icedax
395898
%doc doc/icedax COPYING
395898
%{_bindir}/icedax
395898
%ghost %{_bindir}/cdda2wav
395898
%{_bindir}/cdda2ogg
395898
%{_mandir}/man1/icedax.*
395898
%{_mandir}/man1/cdda2ogg.*
395898
%{_mandir}/man1/list_audio_tracks.*
395898
395898
%files -n genisoimage
395898
%doc doc/genisoimage COPYING
395898
%{_bindir}/genisoimage
395898
%ghost %{_bindir}/mkisofs
395898
%ghost %{_bindir}/mkhybrid
395898
%{_bindir}/isodebug
395898
%{_bindir}/isodump
395898
%{_bindir}/isoinfo
395898
%{_bindir}/isovfy
395898
%{_bindir}/pitchplay
395898
%{_bindir}/readmult
395898
%{_mandir}/man5/genisoimagerc.*
395898
%{_mandir}/man1/genisoimage.*
395898
%{_mandir}/man1/isodebug.*
395898
%{_mandir}/man1/isodump.*
395898
%{_mandir}/man1/isoinfo.*
395898
%{_mandir}/man1/isovfy.*
395898
%{_mandir}/man1/pitchplay.*
395898
%{_mandir}/man1/readmult.*
395898
395898
%files -n dirsplit
395898
%{_bindir}/dirsplit
395898
%{_mandir}/man1/dirsplit.*
395898
395898
%files -n libusal
395898
%doc doc/plattforms/README.linux Changelog COPYING FAQ FORK START
395898
%{_libdir}/libusal.so.*
395898
%{_libdir}/librols.so.*
395898
395898
%files -n libusal-devel
395898
%doc COPYING
395898
%{_libdir}/libusal.so
395898
%{_libdir}/librols.so
395898
%{_includedir}/usal
395898
395898
%changelog
395898
* Thu Aug 02 2018 Jakub Martisko <jamartis@redhat.com> - 1.1.11-39
395898
- Fix buffer overflow erro in isoinfo caused by long names
395898
- Resolves: 1533004
395898
395898
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-38
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
395898
395898
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-37
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
395898
395898
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-36
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
395898
395898
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1.1.11-35
395898
- perl dependency renamed to perl-interpreter
395898
  <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
395898
395898
* Wed Feb 22 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-34
395898
- FTBFS with gcc7, removed -Werror (no upstream to fix problems anyway)
395898
395898
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-33
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
395898
395898
* Wed Jan 04 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-32
395898
- FTBFS: <sys/sysmacros.h> included where "major" and "minor" macros are in use
395898
  (cdrkit-1.1.11-sysmacros.patch added)
395898
- https://bugzilla.redhat.com/show_bug.cgi?id=1263599 - man page clarified
395898
  (cdrkit-1.1.11-manpagefix.patch modified)
395898
395898
* Tue Feb 16 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-31
395898
- FTBFS: added -Wno-error=misleading-indentation
395898
395898
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-30
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
395898
395898
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-29
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
395898
395898
* Fri May 29 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-28
395898
- libusal: added /dev/srN next to /dev/scdN path when scanning for devices
395898
  added cdrkit-1.1.11-devname.patch
395898
  bz#1053056
395898
395898
* Wed Feb 25 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-27
395898
- fixed FTBFS with gcc5, added cdrkit-1.1.11-werror_gcc5.patch
395898
395898
* Fri Nov 07 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-26
395898
- reverted back to cdda-paranoia, cdio has now incompatible GPLv3+ license
395898
395898
* Wed Nov 05 2014 Dan Horák <dan[at]danny.cz> - 1.1.11-25
395898
- fix build on ppc* (#1144072)
395898
395898
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-24
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
395898
395898
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-23
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
395898
395898
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1.1.11-22
395898
- Perl 5.18 rebuild
395898
395898
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-21
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
395898
395898
* Tue Jul 23 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-20
395898
- do not include empty fedora/* directories in debuginfo package
395898
395898
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.1.11-19
395898
- Perl 5.18 rebuild
395898
395898
* Wed Jul 17 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-18
395898
- ported from cdda-paranoia to libcdio-paranoia, modified paranoia-cdda.patch
395898
- fixed bogus date in changelog
395898
395898
* Mon Feb 25 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-17
395898
- modified the memset patch, memsetting the whole array
395898
395898
* Fri Feb 22 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-16
395898
- changed or deleted faulty and unneeded memset's that caused build failure with gcc-4.8 -Werror
395898
395898
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-15
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
395898
395898
* Wed Oct 03 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-14
395898
- Add coreutils as preun/post requirements for wodim and genisoimage
395898
  Resolves: #862554
395898
395898
* Mon Aug 27 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-13
395898
- Add mkhybrid(1) as a symlink to genisoimage(1)
395898
- Spec file cleanup
395898
395898
* Mon Jul 30 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-12
395898
- Use system cdparanoia instead of old bundled version
395898
- Build libusal as a shared library
395898
- Messages from rpmlint clean-up
395898
395898
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-11
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
395898
395898
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-10
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
395898
395898
* Wed Dec 07 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-9
395898
- Fix driver specification in man pages
395898
  (Resolves: #711623)
395898
395898
* Thu Jun 02 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-8
395898
- Fix segmentation fault when icedax exits while sleeping after ctrl-c
395898
  (Resolves: #709902)
395898
395898
* Tue May 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-7
395898
- Fix automatic formatting of DVD+RW if needed
395898
  (Resolves: #519465)
395898
395898
* Thu Mar 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-6
395898
- Added Provides: libusal-static for libusal-devel subpackage
395898
  (Resolves: #688347)
395898
395898
* Mon Mar 07 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-5
395898
- Fix segmentation fault in readom
395898
  (Resolves: #682591)
395898
395898
* Thu Feb 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-4
395898
- Library libusal is installed in order to be used by other apps
395898
  (Resolves: #588508)
395898
  https://bugzilla.redhat.com/show_bug.cgi?id=588508
395898
395898
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-3
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
395898
395898
* Mon Jan 31 2011 Honza Horak <hhorak@redhat.com> 1.1.11-2
395898
- fixed man page missing arguments (Resolves: #647024)
395898
  https://bugzilla.redhat.com/show_bug.cgi?id=647024
395898
- fixed erroneous "Unknown file type (unallocated)" warning 
395898
  (Resolves: #174667)
395898
  https://bugzilla.redhat.com/show_bug.cgi?id=174667
395898
395898
* Mon Oct 18 2010 Nikola Pajkovsky <npajkovs@redhat.com> 1.1.11-1
395898
- new upstream version 1.1.11
395898
395898
* Mon Jun 21 2010 Roman Rakus <rrakus@redhat.com> - 1.1.10-2
395898
- Added missing manpage for netscsid (symlink to wodim manpage)
395898
395898
* Wed Jan 20 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.10-1
395898
- new upstream version 1.1.10
395898
395898
* Tue Aug 11 2009 Nikola Pajkovsky <npajkovs@redhat.com> 1.1.9-10
395898
- fix #508449. fix string overflow breakage when using the -root
395898
395898
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-9
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
395898
395898
* Thu Jul 16 2009 Nikola Pajkovsky <npajkovs@redhat.com> 1.1.9-8
395898
- fix buffer overflow
395898
395898
* Fri Jul 10 2009 Adam Jackson <ajax@redhat.com> 1.1.9-7
395898
- Move dirsplit to a subpackage to isolate the perl dependency.
395898
395898
* Mon Jun 15 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-6
395898
- rename functions as they conflict with glibc
395898
- Don't push cdda2mp3 because we don't have any mp3 coder
395898
  Resolves: #505918
395898
395898
* Tue Jun 02 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-5
395898
- Added Requires vorbis-tools in icedax (rhbz #503699)
395898
395898
* Wed Feb 25 2009 Peter Jones <pjones@redhat.com> - 1.1.9-4
395898
- Add support for EFI boot images.
395898
395898
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3
395898
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
395898
395898
* Thu Feb 12 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-2
395898
- Use -fno-strict-aliasing to prevent strict_aliasing warnings/errors
395898
395898
* Mon Oct 27 2008 Roman Rakus <rrakus@redhat.com> - 1.1.9-1
395898
- Bump to version 1.1.9
395898
395898
* Tue May 27 2008 Roman Rakus <rrakus@redhat.com> - 1.1.8-1
395898
- Version 1.1.8 - old patches included
395898
                - added bzip2-devel to build requirements
395898
- fixed #171510 - preserve directory permissions
395898
395898
* Wed Feb 27 2008 Harald Hoyer <harald@redhat.com> 1.1.6-11
395898
- refined -Werror patch
395898
395898
* Mon Feb 25 2008 Harald Hoyer <harald@redhat.com> 1.1.6-10
395898
- patched to compile with -Werror (rhbz#429385)
395898
395898
* Thu Feb 21 2008 Harald Hoyer <harald@redhat.com> 1.1.6-9
395898
- fixed loop on error message for old dev syntax (rhbz#429386)
395898
395898
* Thu Feb 21 2008 Harald Hoyer <harald@redhat.com> 1.1.6-8
395898
- added file-devel to build requirements
395898
395898
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.6-7
395898
- Autorebuild for GCC 4.3
395898
395898
* Tue Sep 25 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-6
395898
- fixed readcd man page symlink
395898
395898
* Fri Sep 21 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-5
395898
- fixed rhbz#255001 - icedax --devices segfaults
395898
- fixed rhbz#249357 - Typo in wodim output
395898
395898
* Fri Sep 21 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-4
395898
- play stupid tricks, to let alternatives make the links and
395898
  rpm not removing them afterwards
395898
- removed bogus warning for "." and ".."
395898
395898
* Thu Sep 20 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-3
395898
- fixed rhbz#248262
395898
- switched to alternatives
395898
395898
* Fri Aug 17 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-2
395898
- changed license to GPLv2
395898
395898
* Wed Jun 20 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-1
395898
- version 1.1.6
395898
- added readcd symlink
395898
395898
* Mon Apr 23 2007 Harald Hoyer <harald@redhat.com> - 1.1.2-4
395898
- bump obsoletes/provides
395898
395898
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 1.1.2-3
395898
- applied specfile changes as in bug #224365
395898
395898
* Wed Jan 24 2007 Harald Hoyer <harald@redhat.com> - 1.1.2-1
395898
- version 1.1.2