3 commits - data/liveusb-creator.nsi liveusb-creator liveusb-creator.spec release.bat tools/7zCon.sfx

Luke Macken lmacken at fedoraproject.org
Tue Jan 25 03:47:00 UTC 2011


 data/liveusb-creator.nsi |    2 --
 dev/null                 |binary
 liveusb-creator          |    2 +-
 liveusb-creator.spec     |    5 ++++-
 release.bat              |    5 +++--
 5 files changed, 8 insertions(+), 6 deletions(-)

New commits:
commit f12ae00ba4cd54c2054fb4c380ec835338b2c759
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Jan 24 22:46:47 2011 -0500

    3.10.0

diff --git a/liveusb-creator b/liveusb-creator
index d427a58..f186ba3 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -18,7 +18,7 @@
 #
 # Author(s): Luke Macken <lmacken at redhat.com>
 
-__version__ = '3.9.4'
+__version__ = '3.10.0'
 
 def parse_args():
     from optparse import OptionParser
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 0e7f00c..0400ef2 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           liveusb-creator
-Version:        3.9.3
+Version:        3.10.0
 Release:        1%{?dist}
 Summary:        A liveusb creator
 
@@ -68,6 +68,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Mon Jan 24 2011 Luke Macken <lmacken at redhat.com> - 3.10.0-1
+- 3.10.0 upstream release
+
 * Tue Dec 08 2009 Luke Macken <lmacken at redhat.com> - 3.9.1-1
 - 3.9.1 bugfix release
 


commit 3c8ce8b6a6f9c8687d73d7825ec4b332d5738d3b
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Jan 24 22:45:46 2011 -0500

    Improve our windows release batch script

diff --git a/release.bat b/release.bat
index 6e6290f..a03e411 100644
--- a/release.bat
+++ b/release.bat
@@ -2,8 +2,9 @@
 :: Usage: `release 3.0.1`
 :: Author: Luke Macken <lmacken at redhat.com>
 echo Generating an exe of the liveusb-creator %1
-del /Q dist
-del /Q build
+rmdir /S /Q dist
+rmdir /S /Q build
+rmdir /S /Q liveusb-creator-%1
 python -OO setup.py py2exe
 copy README.txt dist
 copy data\fedora.ico dist\liveusb-creator.ico


commit 1e36e56887f6277982a0d75badd1f123ddd4e786
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Jan 24 22:44:47 2011 -0500

    Remove the unnecessary 7zip sfx file

diff --git a/data/liveusb-creator.nsi b/data/liveusb-creator.nsi
index 5e75de9..73ffde0 100644
--- a/data/liveusb-creator.nsi
+++ b/data/liveusb-creator.nsi
@@ -33,7 +33,6 @@ Section ""
 	SetOutPath $INSTDIR\tools
 	File tools\7z.dll
 	File tools\7z.exe
-	File tools\7zCon.sfx
 	File tools\7-Zip-License.txt
 	File tools\dd.exe
 	File tools\syslinux.exe
@@ -80,7 +79,6 @@ Section Uninstall
 	
 	Delete "$INSTDIR\tools\7z.dll"
 	Delete "$INSTDIR\tools\7z.exe"
-	Delete "$INSTDIR\tools\7zCon.sfx"
 	Delete "$INSTDIR\tools\7-Zip-License.txt"
 	Delete "$INSTDIR\tools\dd.exe"
 	Delete "$INSTDIR\tools\syslinux.exe"
diff --git a/tools/7zCon.sfx b/tools/7zCon.sfx
deleted file mode 100644
index 6d8747a..0000000
Binary files a/tools/7zCon.sfx and /dev/null differ




More information about the liveusb-creator mailing list