liveusb-creator.spec setup.py

Luke Macken lmacken at fedoraproject.org
Fri Jan 2 04:44:03 UTC 2009


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

New commits:
commit aef62ee80ce792f740b67988af57c454bd27d59a
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Jan 1 23:37:08 2009 -0500

    3.1

diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 53ad5ac..3e4396e 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           liveusb-creator
-Version:        3.0
-Release:        4%{?dist}
+Version:        3.1
+Release:        1%{?dist}
 Summary:        A liveusb creator
 
 Group:          Applications/System
@@ -64,6 +64,10 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Thu Jan 01 2009 Luke Macken <lmacken at redhat.com> 3.1-1
+- Latest upstream release, containing some windows-specific
+  optimizations and fixes.
+
 * Mon Dec 29 2008 Luke Macken <lmacken at redhat.com> 3.0-4
 - Latest upstream release.
 - Fedora 10 support
diff --git a/setup.py b/setup.py
index 486d91a..cdd8ed8 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if sys.platform == 'win32':
 
     setup(
         name = 'liveusb-creator',
-        version = '3.0',
+        version = '3.1',
         packages = ['liveusb', 'liveusb/urlgrabber'],
         scripts = ['liveusb-creator'], 
         license = 'GNU General Public License (GPL)',
@@ -28,7 +28,6 @@ if sys.platform == 'win32':
             {
                 "script" : "liveusb-creator",
                 "icon_resources" : [(0, "data/fedora.ico")],
-		"uac_info": "requireAdministrator",
             }
         ],
         options={
@@ -36,8 +35,6 @@ if sys.platform == 'win32':
                 #"includes" : ["sip", "PyQt4._qt"],
                 "includes" : ["sip"],
                 'bundle_files': 1,
-		'optimize': 2,
-		'compressed': True,
             }
         }, 
         zipfile=None,
@@ -58,7 +55,7 @@ if sys.platform == 'win32':
 else:
     setup(
         name = 'liveusb-creator',
-        version = '3.0',
+        version = '3.1',
         packages = ['liveusb', 'liveusb/urlgrabber'],
         scripts = ['liveusb-creator'],
         license = 'GNU General Public License (GPL)',




More information about the liveusb-creator mailing list