createrepo/__init__.py createrepo.spec
[email protected] (Seth Vidal)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
createrepo.spec | 5 ++++- createrepo/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) New commits: commit 8914d36c8282bfe5621682a0b10a118f258592d7 Author: Seth Vidal <[email protected]> Date: Thu Jan 17 12:28:54 2008 -0500 bump version to 0.9.2 diff --git a/createrepo.spec b/createrepo.spec index 7515a48..24a3525 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -2,7 +2,7 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.9.1 +Version: 0.9.2 Release: 1 License: GPL Group: System Environment/Base @@ -40,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %{python_sitelib}/createrepo %changelog +* Thu Jan 17 2008 Seth Vidal <skvidal at fedoraproject.org> +- significant api changes + * Tue Jan 8 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.1 - lots of fixes - cleanup changelog, too diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 5079a38..93d6d5a 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -40,7 +40,7 @@ except ImportError: from utils import _gzipOpen, bzipFile, checkAndMakeDir -__version__ = '0.9.1' +__version__ = '0.9.2'