liveusb-creator.spec setup.py

Luke Macken lmacken at fedoraproject.org
Tue Dec 1 19:56:30 UTC 2009


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

New commits:
commit 6131aa944da90ca6be59f51a71ec126d9a9cbd3e
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Dec 1 14:56:21 2009 -0500

    3.8.9, fixes bug #540255

diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 2b3d680..34f7db5 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.8.8
+Version:        3.8.9
 Release:        1%{?dist}
 Summary:        A liveusb creator
 
@@ -68,6 +68,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Tue Dec 01 2009 Luke Macken <lmacken at redhat.com> - 3.8.9-1
+- 3.8.9, fixes bug #540255
+
 * Tue Dec 01 2009 Luke Macken <lmacken at redhat.com> - 3.8.8-1
 - 3.8.8, bugfix release
 
diff --git a/setup.py b/setup.py
index 69afd0c..e839459 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if sys.platform == 'win32':
 
     setup(
         name = 'liveusb-creator',
-        version = '3.8.8',
+        version = '3.8.9',
         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.8.8',
+        version = '3.8.9',
         packages = ['liveusb'],
         scripts = ['liveusb-creator'],
         license = 'GNU General Public License (GPL)',




More information about the liveusb-creator mailing list