liveusb-creator.spec | 5 ++++- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-)
New commits: commit 1000313a7638c4e13a3c3c01f682b53b8fc498cd Author: Luke Macken lmacken@redhat.com Date: Fri Jun 12 16:37:49 2009 -0400
v3.6.8
diff --git a/liveusb-creator.spec b/liveusb-creator.spec index 39b1852..8b49a4b 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.6.7 +Version: 3.6.8 Release: 1%{?dist} Summary: A liveusb creator
@@ -68,6 +68,9 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%changelog +* Fri Jun 12 2009 Luke Macken lmacken@redhat.com - 3.6.8-1 +- Latest upstream bugfix release + * Tue Jun 09 2009 Luke Macken lmacken@redhat.com - 3.6.7-1 - Fix a bug with ext formatted sticks
diff --git a/setup.py b/setup.py index 63e2d7c..b24c8ab 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.platform == 'win32':
setup( name = 'liveusb-creator', - version = '3.6.7', + version = '3.6.8', 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.6.7', + version = '3.6.8', packages = ['liveusb'], scripts = ['liveusb-creator'], license = 'GNU General Public License (GPL)',
liveusb-creator@lists.stg.fedorahosted.org