From: Seth Vidal Date: Tue, 8 Jan 2008 20:47:24 +0000 (-0500) Subject: bump to 0.9.1 X-Git-Tag: upstream/0.9.9~172 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46ec1bca03d3a5b946bc4d428c54d6f5ff429e10;p=tools%2Fcreaterepo.git bump to 0.9.1 --- diff --git a/createrepo.spec b/createrepo.spec index 73949d5..7515a48 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -2,7 +2,7 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.9 +Version: 0.9.1 Release: 1 License: GPL Group: System Environment/Base @@ -40,99 +40,10 @@ make DESTDIR=$RPM_BUILD_ROOT install %{python_sitelib}/createrepo %changelog +* Tue Jan 8 2008 Seth Vidal +- 0.9.1 - lots of fixes +- cleanup changelog, too + * Thu Dec 20 2007 Seth Vidal - beginning of the new version -* Mon Dec 3 2007 Luke Macken -- Add man page for modifyrepo - -* Thu Jun 07 2007 Paul Nasrat -- 0.4.10 - -* Wed May 16 2007 Paul Nasrat -- 0.4.9 - -* Mon Feb 12 2007 Seth Vidal -- 0.4.8 - -* Tue Feb 6 2007 Seth Vidal -- 0.4.7 and yum-metadata-parser dependency - -* Sat Oct 14 2006 Luke Macken -- Add modifyrepo - -* Fri Aug 11 2006 Paul Nasrat -- 0.4.6 - -* Wed Jul 19 2006 Luke Macken -- Remove python-urlgrabber dependency - -* Fri Jun 9 2006 Seth Vidal -- 0.4.5 - -* Sat Mar 04 2006 Paul Nasrat -- 0.4.4 - -* Thu Jul 14 2005 Seth Vidal -- enable caching option -- 0.4.3 - -* Tue Jan 18 2005 Seth Vidal -- add man page - -* Mon Jan 17 2005 Seth Vidal -- 0.4.2 - - -* Thu Oct 21 2004 Seth Vidal -- ghost files not being added into primary file list if - matching regex -- 0.4.1 - - -* Mon Oct 11 2004 Seth Vidal -- 0.4.0 - -* Thu Sep 30 2004 Seth Vidal -- 0.3.9 -- fix for groups checksum creation - -* Sat Sep 11 2004 Seth Vidal -- 0.3.8 - -* Wed Sep 1 2004 Seth Vidal -- 0.3.7 - -* Fri Jul 23 2004 Seth Vidal -- make filelists right - - -* Fri Jul 23 2004 Seth Vidal -- fix for broken filelists - -* Mon Jul 19 2004 Seth Vidal -- re-enable groups -- update num to 0.3.4 - -* Tue Jun 8 2004 Seth Vidal -- update to the format -- versioned deps -- package counts -- uncompressed checksum in repomd.xml - - -* Fri Apr 16 2004 Seth Vidal -- 0.3.2 - small addition of -p flag - -* Sun Jan 18 2004 Seth Vidal -- I'm an idiot - -* Sun Jan 18 2004 Seth Vidal -- 0.3 - -* Tue Jan 13 2004 Seth Vidal -- 0.2 - - -* Sat Jan 10 2004 Seth Vidal -- first packaging - diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 082e937..e12ae58 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -24,7 +24,7 @@ except ImportError: from utils import _gzipOpen, bzipFile -__version__ = '0.9' +__version__ = '0.9.1' class MDError(exceptions.Exception):