rpms/dvd+rw-tools/F-9 dvd+rw-tools-7.0-dvddl.patch, NONE, 1.1 dvd+rw-tools.spec, 1.36, 1.37

Roman Rakus rrakus at fedoraproject.org
Wed Dec 17 12:19:57 UTC 2008


Author: rrakus

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

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/F-9/dvd+rw-tools.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- dvd+rw-tools.spec	26 Mar 2008 13:45:17 -0000	1.36
+++ dvd+rw-tools.spec	17 Dec 2008 12:19:27 -0000	1.37
@@ -1,7 +1,7 @@
 Summary:	Toolchain to master DVD+RW/+R media
 Name:		dvd+rw-tools
 Version:	7.0
-Release:	11%{?dist}
+Release:	12%{?dist}
 License:	GPLv2
 Group:		Applications/Multimedia
 Source:		http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
@@ -14,6 +14,7 @@
 Patch6:		dvd+rw-tools-7.0-glibc2.6.90.patch
 Patch7: 	dvd+rw-tools-7.0-reload.patch
 Patch8: 	dvd+rw-tools-7.0-wctomb.patch
+Patch9:		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)
@@ -33,6 +34,7 @@
 %patch6 -p1 -b .glibc2.6.90
 %patch7 -p1 -b .reload
 %patch8 -p0 -b .wctomb
+%patch9 -p0 -b .undersized
 install -m 644 %{SOURCE1} index.html
 
 %build
@@ -55,6 +57,11 @@
 %{_mandir}/man1/growisofs.1*
 
 %changelog
+* Wed Dec 17 2008 Roman Rakus <rrakus at redhat.com> 7.0-12
+- allow the burning of dual-layer DVD's from an image
+  of less than half the disc's capacity.
+  Resolves: #476154
+
 * Wed Mar 26 2008 Harald Hoyer <harald at redhat.com> 7.0-11
 - fixed widechar overflow (bug #426068) (patch from Jonathan Kamens)
 




More information about the fedora-extras-commits mailing list