createrepo/__init__.py createrepo.spec
[email protected] (Seth Vidal)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
createrepo.spec | 99 ++----------------------------------------------- createrepo/__init__.py | 2 2 files changed, 6 insertions(+), 95 deletions(-) New commits: commit 46ec1bca03d3a5b946bc4d428c54d6f5ff429e10 Author: Seth Vidal <[email protected]> Date: Tue Jan 8 15:47:24 2008 -0500 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 <skvidal at fedoraproject.org> +- 0.9.1 - lots of fixes +- cleanup changelog, too + * Thu Dec 20 2007 Seth Vidal <skvidal at fedoraproject.org> - beginning of the new version -* Mon Dec 3 2007 Luke Macken <[email protected]> -- Add man page for modifyrepo - -* Thu Jun 07 2007 Paul Nasrat <pnasrat at redhat.com> -- 0.4.10 - -* Wed May 16 2007 Paul Nasrat <pnasrat at redhat.com> -- 0.4.9 - -* Mon Feb 12 2007 Seth Vidal <skvidal at linux.duke.edu> -- 0.4.8 - -* Tue Feb 6 2007 Seth Vidal <skvidal at linux.duke.edu> -- 0.4.7 and yum-metadata-parser dependency - -* Sat Oct 14 2006 Luke Macken <[email protected]> -- Add modifyrepo - -* Fri Aug 11 2006 Paul Nasrat <[email protected]> -- 0.4.6 - -* Wed Jul 19 2006 Luke Macken <[email protected]> -- Remove python-urlgrabber dependency - -* Fri Jun 9 2006 Seth Vidal <skvidal at linux.duke.edu> -- 0.4.5 - -* Sat Mar 04 2006 Paul Nasrat <[email protected]> -- 0.4.4 - -* Thu Jul 14 2005 Seth Vidal <[email protected]> -- enable caching option -- 0.4.3 - -* Tue Jan 18 2005 Seth Vidal <[email protected]> -- add man page - -* Mon Jan 17 2005 Seth Vidal <[email protected]> -- 0.4.2 - - -* Thu Oct 21 2004 Seth Vidal <[email protected]> -- ghost files not being added into primary file list if - matching regex -- 0.4.1 - - -* Mon Oct 11 2004 Seth Vidal <[email protected]> -- 0.4.0 - -* Thu Sep 30 2004 Seth Vidal <[email protected]> -- 0.3.9 -- fix for groups checksum creation - -* Sat Sep 11 2004 Seth Vidal <[email protected]> -- 0.3.8 - -* Wed Sep 1 2004 Seth Vidal <[email protected]> -- 0.3.7 - -* Fri Jul 23 2004 Seth Vidal <[email protected]> -- make filelists right <sigh> - - -* Fri Jul 23 2004 Seth Vidal <[email protected]> -- fix for broken filelists - -* Mon Jul 19 2004 Seth Vidal <[email protected]> -- re-enable groups -- update num to 0.3.4 - -* Tue Jun 8 2004 Seth Vidal <[email protected]> -- update to the format -- versioned deps -- package counts -- uncompressed checksum in repomd.xml - - -* Fri Apr 16 2004 Seth Vidal <[email protected]> -- 0.3.2 - small addition of -p flag - -* Sun Jan 18 2004 Seth Vidal <[email protected]> -- I'm an idiot - -* Sun Jan 18 2004 Seth Vidal <[email protected]> -- 0.3 - -* Tue Jan 13 2004 Seth Vidal <[email protected]> -- 0.2 - - -* Sat Jan 10 2004 Seth Vidal <[email protected]> -- 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):