diff --git a/.cvsignore b/.cvsignore index d069a9f..3a21797 100644 --- a/.cvsignore +++ b/.cvsignore @@ -26,3 +26,4 @@ pykickstart-1.35.tar.gz pykickstart-1.36.tar.gz pykickstart-1.37.tar.gz pykickstart-1.38.tar.gz +pykickstart-1.39.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index d3ecb2c..d8fc399 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.38 +Version: 1.39 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -44,6 +44,9 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* Fri Jun 13 2008 Chris Lumens - 1.39-1 +- It's helpful to return the parser object. (clumens) + * Tue Jun 10 2008 Chris Lumens - 1.38-1 - Fix loading the Handler object by looking for a more specific name (#450740). (clumens) diff --git a/sources b/sources index 964d621..c610184 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f003491d5d4cf93d3fd785b469529780 pykickstart-1.38.tar.gz +a6bbb73c0ee23af1da6fc85d01604056 pykickstart-1.39.tar.gz