rpms/dvd+rw-tools/devel dvd+rw-tools-7.0-dvddl.patch, NONE, 1.1 dvd+rw-tools.spec, 1.37, 1.38

Roman Rakus rrakus at fedoraproject.org
Wed Dec 17 12:34:48 UTC 2008


Author: rrakus

Update of /cvs/extras/rpms/dvd+rw-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23057

Modified Files:
	dvd+rw-tools.spec 
Added Files:
	dvd+rw-tools-7.0-dvddl.patch 
Log Message:
Allow burn small images on dvd-dl

dvd+rw-tools-7.0-dvddl.patch:

--- NEW FILE dvd+rw-tools-7.0-dvddl.patch ---
--- ./growisofs_mmc.cpp.joe	2006-04-27 20:45:00.788446635 +0200
+++ ./growisofs_mmc.cpp	2006-04-27 20:46:01.666824300 +0200
@@ -1412,9 +1412,7 @@
     blocks += 15, blocks &= ~15;
 
     if (blocks <= split)
-	fprintf (stderr,":-( more than 50%% of space will be *wasted*!\n"
-			"    use single layer media for this recording\n"),
-	exit (FATAL_START(EMEDIUMTYPE));
+	fprintf (stderr,":-? more than 50%% of space will be *wasted*!\n");
 
     blocks /= 16;
     blocks += 1;


Index: dvd+rw-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/dvd+rw-tools/devel/dvd+rw-tools.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- dvd+rw-tools.spec	15 Aug 2008 10:42:54 -0000	1.37
+++ dvd+rw-tools.spec	17 Dec 2008 12:34:17 -0000	1.38
@@ -1,7 +1,7 @@
 Summary:	Toolchain to master DVD+RW/+R media
 Name:		dvd+rw-tools
 Version:	7.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2
 Group:		Applications/Multimedia
 Source:		http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
@@ -11,6 +11,7 @@
 Patch3:		dvd+rw-tools-7.0-glibc2.6.90.patch
 Patch4: 	dvd+rw-tools-7.0-reload.patch
 Patch5: 	dvd+rw-tools-7.0-wctomb.patch
+Patch6:		dvd+rw-tools-7.0-dvddl.patch
 URL:		http://fy.chalmers.se/~appro/linux/DVD+RW/
 Requires:	mkisofs >= 2.0
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,6 +28,8 @@
 %patch3 -p1 -b .glibc2.6.90
 %patch4 -p1 -b .reload
 %patch5 -p0 -b .wctomb
+%patch6 -p0 -b .dvddl
+
 install -m 644 %{SOURCE1} index.html
 
 %build
@@ -49,6 +52,10 @@
 %{_mandir}/man1/growisofs.1*
 
 %changelog
+* Wed Dec 17 2008 Roman Rakus <rrakus at redhat.com> - 7.1-2
+- Allow burn small images on dvd-dl
+  Resolves: #476154
+
 * Fri Aug 15 2008 Roman Rakus <rrakus at redhat.com> - 7.1-1
 - new version 7.1
 




More information about the fedora-extras-commits mailing list