liveusb-creator.spec | 5 ++++- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-)
New commits: commit 87ff78e29930e6c69e735dfa93f2eaded7485679 Author: Luke Macken lmacken@redhat.com Date: Wed Aug 5 19:58:59 2009 -0400
3.7.2
diff --git a/liveusb-creator.spec b/liveusb-creator.spec index 58b7315..7b7f764 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.7.1 +Version: 3.7.2 Release: 1%{?dist} Summary: A liveusb creator
@@ -68,6 +68,9 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%changelog +* Wed Aug 05 2009 Luke Macken lmacken@redhat.com - 3.7.2-1 +- 3.7.2 + * Sat Jun 27 2009 Luke Macken lmacken@redhat.com - 3.7.1-1 - 3.7.1
diff --git a/setup.py b/setup.py index 3d30fce..084ce1c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.platform == 'win32':
setup( name = 'liveusb-creator', - version = '3.7.1', + version = '3.7.2', 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.7.1', + version = '3.7.2', packages = ['liveusb'], scripts = ['liveusb-creator'], license = 'GNU General Public License (GPL)',
liveusb-creator@lists.stg.fedorahosted.org