liveusb-creator liveusb-creator.spec setup.py

Luke Macken lmacken at fedoraproject.org
Sun Jun 12 20:31:24 UTC 2011


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

New commits:
commit 72f09cf4e01bf8253bbcb1a18369a53e2e33ba54
Author: Luke Macken <lmacken at redhat.com>
Date:   Sun Jun 12 16:31:17 2011 -0400

    3.11.2

diff --git a/liveusb-creator b/liveusb-creator
index 8e5a2a9..958a530 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -18,7 +18,7 @@
 #
 # Author(s): Luke Macken <lmacken at redhat.com>
 
-__version__ = '3.11.1'
+__version__ = '3.11.2'
 
 def parse_args():
     from optparse import OptionParser
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 5232565..116a59b 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.11.1
+Version:        3.11.2
 Release:        1%{?dist}
 Summary:        A liveusb creator
 
@@ -68,7 +68,10 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
-* Tue May 24 2011 Luke Macken <lmacken at redhat.com> - 3.11-1-1
+* Sun Jun 12 2011 Luke Macken <lmacken at redhat.com> - 3.11.2-1
+- 3.11.2 minor bugfix release
+
+* Tue May 24 2011 Luke Macken <lmacken at redhat.com> - 3.11.1-1
 - 3.11.1 release
 
 * Mon Apr 25 2011 Luke Macken <lmacken at redhat.com> - 3.11.0-1
diff --git a/setup.py b/setup.py
index 51dc4c0..7e6c06f 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ if sys.platform == 'win32':
 
     setup(
         name = 'liveusb-creator',
-        version = '3.11.1',
+        version = '3.11.2',
         packages = ['liveusb', 'liveusb/urlgrabber'],
         scripts = ['liveusb-creator'], 
         license = 'GNU General Public License (GPL)',
@@ -80,7 +80,7 @@ if sys.platform == 'win32':
 else:
     setup(
         name = 'liveusb-creator',
-        version = '3.11.1',
+        version = '3.11.2',
         packages = ['liveusb'],
         scripts = ['liveusb-creator'],
         license = 'GNU General Public License (GPL)',




More information about the liveusb-creator mailing list