rpms/cdrkit/devel cdrkit-1.1.10-build-fix.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 cdrkit.spec, 1.30, 1.31 sources, 1.5, 1.6 cdrkit-1.1.9-root_option.patch, 1.1, NONE cdrkit-1.1.9-types.patch, 1.1, NONE

Nikola Pajkovsky npajkovs at fedoraproject.org
Wed Jan 20 10:54:43 UTC 2010


Author: npajkovs

Update of /cvs/extras/rpms/cdrkit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10376

Modified Files:
	.cvsignore cdrkit.spec sources 
Added Files:
	cdrkit-1.1.10-build-fix.patch 
Removed Files:
	cdrkit-1.1.9-root_option.patch cdrkit-1.1.9-types.patch 
Log Message:
new upstream version 1.1.10

cdrkit-1.1.10-build-fix.patch:
 genisoimage.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE cdrkit-1.1.10-build-fix.patch ---
diff -up cdrkit-1.1.10/genisoimage/genisoimage.c.build-fix cdrkit-1.1.10/genisoimage/genisoimage.c
--- cdrkit-1.1.10/genisoimage/genisoimage.c.build-fix	2010-01-20 11:05:05.000000000 +0100
+++ cdrkit-1.1.10/genisoimage/genisoimage.c	2010-01-20 11:21:16.144098749 +0100
@@ -47,6 +47,7 @@
 
 #include <mconfig.h>
 #include "genisoimage.h"
+#include "checksum.h"
 #include "iso9660.h"
 #include <errno.h>
 #include <timedefs.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cdrkit/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	29 Oct 2008 11:00:44 -0000	1.4
+++ .cvsignore	20 Jan 2010 10:54:43 -0000	1.5
@@ -1 +1 @@
-cdrkit-1.1.9.tar.gz
+cdrkit-1.1.10.tar.gz


Index: cdrkit.spec
===================================================================
RCS file: /cvs/extras/rpms/cdrkit/devel/cdrkit.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- cdrkit.spec	11 Aug 2009 13:43:13 -0000	1.30
+++ cdrkit.spec	20 Jan 2010 10:54:43 -0000	1.31
@@ -1,7 +1,7 @@
 Summary: A collection of CD/DVD utilities
 Name: cdrkit
-Version: 1.1.9
-Release: 10%{?dist}
+Version: 1.1.10
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cdrkit.org/
@@ -9,11 +9,10 @@ Source: http://cdrkit.org/releases/cdrki
 
 Patch1: cdrkit-1.1.8-werror.patch
 Patch2: cdrkit-1.1.9-efi-boot.patch
-Patch3: cdrkit-1.1.9-types.patch
 Patch4: cdrkit-1.1.9-no_mp3.patch
 Patch5: cdrkit-1.1.9-buffer_overflow.patch
 #Patch6: cdrkit-1.1.9-rr_joliet.patch
-Patch7: cdrkit-1.1.9-root_option.patch
+Patch6: cdrkit-1.1.10-build-fix.patch
 
 BuildRequires: cmake libcap-devel zlib-devel perl file-devel bzip2-devel
 
@@ -85,11 +84,10 @@ rates. Icedax can also be used as a CD p
 %setup -q 
 %patch1 -p1 -b .werror
 %patch2 -p1 -b .efi
-%patch3 -p1 -b .types
 %patch4 -p1 -b .no_mp3
 %patch5 -p1 -b .buffer_overflow
 #%patch6 -p1 -b .rr_joliet
-%patch7 -p1 -b .root_option
+%patch6 -p1 -b .build-fix
 
 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 
@@ -232,6 +230,9 @@ fi
 %{_mandir}/man1/dirsplit.*
 
 %changelog
+* Wed Jan 20 2010 Nikola Pajkovsky <npajkovs at redhat.com> - 1.1.10-1
+- new upstream version 1.1.10
+
 * Tue Aug 11 2009 Nikola Pajkovsky <npajkovs at redhat.com> 1.1.9-10
 - fix #508449. fix string overflow breakage when using the -root
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cdrkit/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	29 Oct 2008 11:00:44 -0000	1.5
+++ sources	20 Jan 2010 10:54:43 -0000	1.6
@@ -1 +1 @@
-cbc0647e5d85f0e8fb3a692ba1d42edd  cdrkit-1.1.9.tar.gz
+3c25505d567113c269dc6e71640646d8  cdrkit-1.1.10.tar.gz


--- cdrkit-1.1.9-root_option.patch DELETED ---


--- cdrkit-1.1.9-types.patch DELETED ---



More information about the scm-commits mailing list