[cdw: 1/2] Update to 0.7.0

sebelk sebelk at fedoraproject.org
Fri Oct 14 16:08:20 UTC 2011


commit 378495eae8de405a70affae2728d0d60aef57784
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Fri Oct 14 13:06:04 2011 -0300

    Update to 0.7.0

 cdw.spec |   31 +++++++++++++++++++++----------
 1 files changed, 21 insertions(+), 10 deletions(-)
---
diff --git a/cdw.spec b/cdw.spec
index 1431a85..efd03f7 100644
--- a/cdw.spec
+++ b/cdw.spec
@@ -1,6 +1,6 @@
 Name: cdw
-Version: 0.6.0 
-Release: 8%{?dist}
+Version: 0.7.0 
+Release: 1%{?dist}
 Summary: Front-end for tools used for burning data CD/DVD
 
 Group: Applications/Archiving
@@ -8,18 +8,19 @@ License: GPLv2+
 URL: http://cdw.sourceforge.net/
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz 
 
-BuildRequires: libcdio-devel, ncurses-devel
+BuildRequires: libcdio-devel, ncurses-devel, libburn-devel
 #It does not make sense install cdw without the packages below:
-Requires: dvd+rw-tools,wodim,genisoimage    
+Requires: dvd+rw-tools,wodim,genisoimage,xorriso 
 
 
 %description
-cdw is a front-end for some command-line tools used for burning data CD and
-DVD discs and for related tasks. cdw is able to rip tracks from your audio CD
-to raw audio files. Limited support for copying content of data CD and DVD
-discs to image files is also provided. 
-cdw can verify correctness of writing ISO9660 image to CD or DVD
-disc using md5sum program (if it is installed on target machine).
+cdw is a ncurses based front-end for some command-line tools used for burning
+data CD and DVD discs and for related tasks. The tools are: cdrecord/wodim,
+mkisofs/genisoimage, growisofs, dvd+rw-mediainfo, dvd+rw-format, xorriso.
+cdw is able to rip tracks from your audio CD to raw audio files.
+Limited support for copying content of data CD and DVD discs to image files
+is also provided. cdw can verify correctness of writing ISO9660 image to
+CD or DVD disc using md5sum or some of shaXsum programs.
 
 %prep
 %setup -q
@@ -48,6 +49,16 @@ make check LIBS="-lm"
 
 
 %changelog
+*Fri Oct 14 2011 Sergio Belkin <sebelk at fedoraproject.org> 0.7.0-1
+- Adding limited support for xorriso
+- Adding new compile-time and run-time dependency: libburn
+- Adding support for more digest (checksum) tools: sha1sum, sha224sum,
+  sha256sum, sha384sum, sha512sum;
+- Fixing verification of ISO images failures
+- Several fixes and UI improvements
+- Improved recognition of track formats (TAO/DAO/SAO) supported
+ by disc/drive when burning with cdrecord;
+- Adding (partial) recognition of capacity of CD/DVD discs
 
 *Mon Feb 28 2011 Sergio Belkin <sebelk at fedoraproject.org> 0.6.0-8
 - Changed email address


More information about the scm-commits mailing list