rpms/cdrkit/F-7 cdrkit.spec,1.7,1.8

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Fri Sep 21 08:53:33 UTC 2007


Author: harald

Update of /cvs/pkgs/rpms/cdrkit/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17229

Modified Files:
	cdrkit.spec 
Log Message:
* Fri Sep 21 2007 Harald Hoyer <harald at redhat.com> - 1.1.6-5
- fixed rhbz#255001 - icedax --devices segfaults
- fixed rhbz#249357 - Typo in wodim output



Index: cdrkit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cdrkit/F-7/cdrkit.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cdrkit.spec	21 Sep 2007 08:10:06 -0000	1.7
+++ cdrkit.spec	21 Sep 2007 08:53:01 -0000	1.8
@@ -1,13 +1,15 @@
 Summary: A collection of CD/DVD utilities
 Name: cdrkit
 Version: 1.1.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cdrkit.org/
 Source: http://debburn.alioth.debian.org/cdrkit-%{version}.tar.gz
 
 Patch1: genisoimage-dlength.patch
+Patch2: icedax-segfault.patch
+Patch3: wodim-prtypo.patch
 
 BuildRequires: cmake libcap-devel zlib-devel perl
 
@@ -69,6 +71,8 @@
 %prep
 %setup -q 
 %patch1 -p1 -b .dlength
+%patch2 -p1 -b .segf
+%patch3 -p1 -b .prtypo
 find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g'
 find doc -type f -print0 | xargs -0 chmod a-x 
 
@@ -205,6 +209,10 @@
 %{_mandir}/man1/readmult.*
 
 %changelog
+* Fri Sep 21 2007 Harald Hoyer <harald at redhat.com> - 1.1.6-5
+- fixed rhbz#255001 - icedax --devices segfaults
+- fixed rhbz#249357 - Typo in wodim output
+
 * Fri Sep 21 2007 Harald Hoyer <harald at redhat.com> - 1.1.6-4
 - play stupid tricks, to let alternatives make the links and
   rpm not removing them afterwards




More information about the fedora-extras-commits mailing list