liveusb-creator liveusb-creator.spec setup.py

Luke Macken lmacken at fedoraproject.org
Fri Aug 28 02:25:03 UTC 2009


 liveusb-creator      |    2 +-
 liveusb-creator.spec |    5 ++++-
 setup.py             |    4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit e373e288041dedf139fbd0d23ee942839950adb3
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Aug 27 22:24:49 2009 -0400

    v3.7.3

diff --git a/liveusb-creator b/liveusb-creator
index 26f021b..ffccb35 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -18,7 +18,7 @@
 #
 # Author(s): Luke Macken <lmacken at redhat.com>
 
-__version__ = '3.6.6'
+__version__ = '3.7.3'
 
 def parse_args():
     from optparse import OptionParser
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 7b7f764..4f926e3 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.7.2
+Version:        3.7.3
 Release:        1%{?dist}
 Summary:        A liveusb creator
 
@@ -68,6 +68,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Thu Aug 27 2009 Luke Macken <lmacken at redhat.com> - 3.7.3-1
+- 3.7.3
+
 * Wed Aug 05 2009 Luke Macken <lmacken at redhat.com> - 3.7.2-1
 - 3.7.2
 
diff --git a/setup.py b/setup.py
index 084ce1c..5e44e08 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if sys.platform == 'win32':
 
     setup(
         name = 'liveusb-creator',
-        version = '3.7.2',
+        version = '3.7.3',
         packages = ['liveusb', 'liveusb/urlgrabber'],
         scripts = ['liveusb-creator'], 
         license = 'GNU General Public License (GPL)',
@@ -55,7 +55,7 @@ if sys.platform == 'win32':
 else:
     setup(
         name = 'liveusb-creator',
-        version = '3.7.2',
+        version = '3.7.3',
         packages = ['liveusb'],
         scripts = ['liveusb-creator'],
         license = 'GNU General Public License (GPL)',




More information about the liveusb-creator mailing list