From cd1ec8f6ede21d12d7de0669742090caf2d128d6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 16 Apr 2012 14:59:45 -0500 Subject: [PATCH] Prep 2.11 release --- pungi.spec | 9 +++++++-- setup.py | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/pungi.spec b/pungi.spec index eefc437b..7954689e 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 2.10 +Version: 2.11 Release: 1%{?dist} Summary: Distribution compose tool @@ -54,8 +54,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/pungi.8.gz /var/cache/pungi - %changelog +* Mon Apr 16 2012 Dennis Gilmore - 2.11-1 +- upstream 2.11 release + +* Thu Feb 09 2012 Dennis Gilmore - 2.10-1 +- upstream 2.10 release + * Wed Jul 27 2011 Dennis Gilmore - 2.9-1 - pass isfinal rather than is_beta to lorax diff --git a/setup.py b/setup.py index ee288bbb..f302c88c 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ from distutils.core import setup import glob setup(name='pungi', - version='2.10', + version='2.11', description='Distribution compose tool', - author='Jesse Keating', - author_email='jkeating@redhat.com', + author='Dennis Gilmore', + author_email='dgilmore@fedoraproject.org', url='http://fedorahosted.org/pungi', license='GPLv2', package_dir = {'': 'src'},