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