[cdrkit] Fix driver specification in man pages (Resolves: #711623)

Jan Horak hhorak at fedoraproject.org
Wed Dec 7 12:02:55 UTC 2011


commit f9244d4266ca9fe8da0382a855b44864675faf61
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Wed Dec 7 12:59:13 2011 +0100

    Fix driver specification in man pages
    (Resolves: #711623)

 cdrkit-1.1.11-dvdman.patch |   70 ++++++++++++++++++++++++++++++++++++++++++++
 cdrkit.spec                |    8 ++++-
 2 files changed, 77 insertions(+), 1 deletions(-)
---
diff --git a/cdrkit-1.1.11-dvdman.patch b/cdrkit-1.1.11-dvdman.patch
new file mode 100644
index 0000000..471a7a9
--- /dev/null
+++ b/cdrkit-1.1.11-dvdman.patch
@@ -0,0 +1,70 @@
+diff -up cdrkit-1.1.11/wodim/wodim.1.dvdman cdrkit-1.1.11/wodim/wodim.1
+--- cdrkit-1.1.11/wodim/wodim.1.dvdman	2011-06-08 14:49:00.073093571 +0200
++++ cdrkit-1.1.11/wodim/wodim.1	2011-06-08 14:50:59.707093540 +0200
+@@ -835,49 +835,33 @@ newer ones) still implement the Sony pro
+ not yet become a problem to use this driver for all Sony drives. If you find
+ a newer Sony drive that does not work with this driver, please report.
+ .TP
+-.B mmc_dvd
++.B mmc_mdvd
+ The generic SCSI-3/mmc-2 DVD-R/DVD-RW driver is auto-selected whenever
+ .B wodim
+ finds a MMC-2 or MMC-3 compliant drive that supports to write DVDs and
+ an appropriate medium is loaded.
+-There is no Track At Once mode for DVD writers.
+-.TP
+-.B mmc_dvdplus
+-The generic SCSI-3/mmc-3 DVD+R/DVD+RW driver is auto-selected whenever
+-one of the DVD+ media types that are incompatible to each other is found.
+-It checks media and then 
+-branches to the driver that matches the current medium.
+-.TP
+-.B mmc_dvdplusr
+-The generic SCSI-3/mmc-3 DVD+R driver is auto-selected whenever
+-a DVD+R medium is found in an appropriate writer.
+ Note that for unknown reason, the DVD-Plus alliance does not
+-like that there is a simulation mode for DVD+R media.
+-The author of
+-.B wodim
+-tries to convince manufacturers to implement a simulation mode for DVD+R
+-and implement support.
+-DVD+R only supports one write mode that is somewhere between Track At Once
+-and Packet writing; this mode is selected in 
++like that there is a simulation mode for DVD+R and DVD+RW media nor a way 
++to erase DVD+RW media.
++DVD+R and DVD+RW only supports one write mode that is somewhere between 
++Track At Once and Packet writing; this mode is selected in 
+ .B wodim
+ via a the 
+ .BR \-dao / \-sao
+ option.
+-.TP
+-.B mmc_dvdplusrw
+-The generic SCSI-3/mmc-3 DVD+RW driver is auto-selected whenever
+-a DVD+RW medium is found in an appropriate writer.
+-As DVD+RW media needs to be formatted before its first use, wodim
+-auto-detects this media state and performs a format before it starts
+-to write.
+-Note that for unknown reason, the DVD-Plus alliance does not
+-like that there is a simulation mode nor a way to erase DVD+RW media.
+-DVD+RW only supports one write mode that is close to
+-Packet writing; this mode is selected in 
++As DVD+RW media needs to be formatted before its first use, 
+ .B wodim
+-via a the 
+-.BR \-dao / \-sao
+-option.
++auto-detects this media state and performs a format before it starts
++to write. 
++.sp
++Note: If you have any problems during burning DVDs using 
++.BR wodim , 
++please consider 
++.B growisofs 
++from package
++.BR dvd+rw-tools , 
++which often works better 
++in these cases.
+ .TP
+ .B cw_7501
+ The driver for Matsushita/Panasonic CW-7501 is auto-selected when
diff --git a/cdrkit.spec b/cdrkit.spec
index 999fefd..335176e 100644
--- a/cdrkit.spec
+++ b/cdrkit.spec
@@ -1,7 +1,7 @@
 Summary: A collection of CD/DVD utilities
 Name: cdrkit
 Version: 1.1.11
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cdrkit.org/
@@ -19,6 +19,7 @@ Patch9: cdrkit-1.1.11-usalinst.patch
 Patch10: cdrkit-1.1.11-readsegfault.patch
 Patch11: cdrkit-1.1.11-format.patch
 Patch12: cdrkit-1.1.11-handler.patch
+Patch13: cdrkit-1.1.11-dvdman.patch
 
 BuildRequires: cmake libcap-devel zlib-devel perl file-devel bzip2-devel
 
@@ -112,6 +113,7 @@ for developing applications that use libusal.
 %patch10 -p1 -b .readsegfault
 %patch11 -p1 -b .format
 %patch12 -p1 -b .handler
+%patch13 -p1 -b .dvdman
 
 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 
@@ -267,6 +269,10 @@ fi
 %{_includedir}/usal
 
 %changelog
+* Wed Dec 07 2011 Honza Horak <hhorak at redhat.com> - 1.1.11-9
+- Fix driver specification in man pages
+  (Resolves: #711623)
+
 * Thu Jun 02 2011 Honza Horak <hhorak at redhat.com> - 1.1.11-8
 - Fix segmentation fault when icedax exits while sleeping after ctrl-c
   (Resolves: #709902)


More information about the scm-commits mailing list