[cdw/f16] Update to 0.7.1 and silly fixes

sebelk sebelk at fedoraproject.org
Fri Jun 22 14:06:50 UTC 2012


commit 08c801ed332b5d658ac7a9770ee43a6b64091c8b
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Fri Jun 22 11:06:34 2012 -0300

    Update to 0.7.1 and silly fixes

 .gitignore |    1 +
 cdw.spec   |   24 +++++++++++++-----------
 sources    |    2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ea7865..a3df0b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cdw-0.6.0.tar.gz
 /cdw-0.7.0.tar.gz
+/cdw-0.7.1.tar.gz
diff --git a/cdw.spec b/cdw.spec
index 448f16e..760ac56 100644
--- a/cdw.spec
+++ b/cdw.spec
@@ -1,5 +1,5 @@
 Name: cdw
-Version: 0.7.0 
+Version: 0.7.1 
 Release: 2%{?dist}
 Summary: Front-end for tools used for burning data CD/DVD
 
@@ -7,15 +7,7 @@ Group: Applications/Archiving
 License: GPLv2+ 
 URL: http://cdw.sourceforge.net/
 
-# The source for this package was retrieved from the following urls.  Use the
-# following commands to generate the tarball:
-#  wget -N "http://downloads.sourceforge.net/project/cdw/cdw/cdw%200.7.0/cdw-0.7.0.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fcdw%2Ffiles%2Fcdw%2Fcdw%25200.7.0%2F&ts=1318858923&use_mirror=ufpr"
-# tar xvzf cdw-0.7.0.tar.gz
-# wget  "http://cdw.cvs.sourceforge.net/viewvc/cdw/cdw/COPYING?r1=1.1&r2=1.2&view=patch" -O COPYING.patch
-# cd cdw-0.7.0
-# patch -p1 COPYING ../COPYING.patch
-# cd .. &&  tar -cvzpf cdw-0.7.0.tar.gz cdw-0.7.0
-Source0: %{name}/%{name}-%{version}.tar.gz 
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 
 BuildRequires: libcdio-devel, ncurses-devel, libburn-devel
 #It does not make sense install cdw without the packages below:
@@ -34,7 +26,6 @@ CD or DVD disc using md5sum or some of  programs that verifies SHA hashes.
 %prep
 %setup -q
 
-
 %build
 export CXXFLAGS="%{optflags}" LIBS="-lm"
 %configure
@@ -58,6 +49,17 @@ make check LIBS="-lm"
 
 
 %changelog
+*Fri Jun 22 2012 Sergio Belkin <sebelk at fedoraproject.org> 0.7.1-2
+- Fixed changelog and missing sources
+
+*Wed Jun 20 2012 Sergio Belkin <sebelk at fedoraproject.org> 0.7.1-1
+- Lots of bugfixes and improvements about of interface and workings
+- better detection of external tools
+- COPYING file have updated the FSF address
+
+* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+ 
 *Mon Oct 17 2011 Sergio Belkin <sebelk at fedoraproject.org> 0.7.0-2
 - Fixed FSF address in COPYING file
 - Minor change in Description
diff --git a/sources b/sources
index f298d51..3094e56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff24d51550eb3d8b9f9433903238560d  cdw-0.7.0.tar.gz
+5c31fced50e0daded43447c3ba73f2fe  cdw-0.7.1.tar.gz


More information about the scm-commits mailing list