2 commits - liveusb-creator liveusb-creator.spec liveusb/releases.py setup.py

Luke Macken lmacken at fedoraproject.org
Tue May 24 04:39:30 UTC 2011


 liveusb-creator      |    2 +-
 liveusb-creator.spec |    5 ++++-
 liveusb/releases.py  |   12 ++++++++++++
 setup.py             |    4 ++--
 4 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit 29107ab1a133dfd8a7190fe7e2faa26b4d9b5932
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue May 24 00:38:55 2011 -0400

    3.11.1

diff --git a/liveusb-creator b/liveusb-creator
index d76dda7..8e5a2a9 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -18,7 +18,7 @@
 #
 # Author(s): Luke Macken <lmacken at redhat.com>
 
-__version__ = '3.11.0'
+__version__ = '3.11.1'
 
 def parse_args():
     from optparse import OptionParser
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 6230a1a..5232565 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.0
+Version:        3.11.1
 Release:        1%{?dist}
 Summary:        A liveusb creator
 
@@ -68,6 +68,9 @@ 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
+- 3.11.1 release
+
 * Mon Apr 25 2011 Luke Macken <lmacken at redhat.com> - 3.11.0-1
 - 3.11.0 release
 
diff --git a/setup.py b/setup.py
index 562bea6..51dc4c0 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ if sys.platform == 'win32':
 
     setup(
         name = 'liveusb-creator',
-        version = '3.11.0',
+        version = '3.11.1',
         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.0',
+        version = '3.11.1',
         packages = ['liveusb'],
         scripts = ['liveusb-creator'],
         license = 'GNU General Public License (GPL)',


commit 4f98463147120245f33229cc1d8fb2fb01f7b620
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue May 24 00:37:32 2011 -0400

    Add F15 to our downloads menu

diff --git a/liveusb/releases.py b/liveusb/releases.py
index d620785..bb99bee 100644
--- a/liveusb/releases.py
+++ b/liveusb/releases.py
@@ -1,4 +1,16 @@
 releases = (
+    {'name': 'Fedora 15 i686 Desktop',
+     'sha256': '73203b15e4d43e72378d522a9d3e0098c8c4403a2f1e0e062b70ca1d4b63af74',
+     'url': 'http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Live/i686/Fedora-15-i686-Live-Desktop.iso'},
+    {'name': 'Fedora 15 i686 KDE',
+     'sha256': '78f509cfa6d71732e36974dc194bce544d38aa1c9f12bc0b897f77d2da3455f5',
+     'url': 'http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Live/i686/Fedora-15-i686-Live-KDE.iso'},
+    {'name': 'Fedora 15 x86_64 Desktop',
+     'sha256': 'e4007d98d9338419d79fab5d5deb9fcd477117a604d37f89f622141f3d0fa60e',
+     'url': 'http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Live/x86_64/Fedora-15-x86_64-Live-Desktop.iso'},
+    {'name': 'Fedora 15 x86_64 KDE',
+     'sha256': 'bc8bdb07abc8b8399f7c54dc7ae7a7ee3ea26d262b3ab974700d226d386e3ede',
+     'url': 'http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Live/x86_64/Fedora-15-x86_64-Live-KDE.iso'},
     {'name': 'Fedora 14 i686 Desktop',
      'sha256': '60d05ebdb6882a63f245e609aacb16d47923e1dcb925e9a928f6818a89e17e08',
      'url': 'http://download.fedora.redhat.com/pub/fedora/linux/releases/14/Live/i686/Fedora-14-i686-Live-Desktop.iso'},




More information about the liveusb-creator mailing list