liveusb-creator.spec | 7 +++++-- setup.py | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-)
New commits: commit 7a182901c6433e9ba87a06c76bcbc7e386db0a18 Author: Luke Macken lmacken@redhat.com Date: Tue Jun 9 09:22:45 2009 -0400
3.6.6
diff --git a/liveusb-creator.spec b/liveusb-creator.spec index 9b7dd41..e71ec73 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.6.5 -Release: 2%{?dist} +Version: 3.6.6 +Release: 1%{?dist} Summary: A liveusb creator
Group: Applications/System @@ -68,6 +68,9 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%changelog +* Tue Jun 09 2009 Luke Macken lmacken@redhat.com - 3.6.6-1 +- Update to v3.6.6, which supports Fedora 11 + * Thu Apr 09 2009 Luke Macken lmacken@redhat.com 3.6.5-1 - Update to v3.6.5, which supports F11 beta, and the latest SoaS releases
diff --git a/setup.py b/setup.py index 52b265e..5a8850e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.platform == 'win32':
setup( name = 'liveusb-creator', - version = '3.6.5', + version = '3.6.6', 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.5', + version = '3.6.6', packages = ['liveusb'], scripts = ['liveusb-creator'], license = 'GNU General Public License (GPL)',
liveusb-creator@lists.stg.fedorahosted.org