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 cd2b456d13331e44fee8aeab56fb90cb1454df01 Author: Seth Vidal <[email protected]> Date: Mon Jan 28 23:07:30 2008 -0500 bump ver to 0.9.4 in spec and module diff --git a/createrepo.spec b/createrepo.spec index 75e1c14..d058b7a 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -2,7 +2,7 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.9.3 +Version: 0.9.4 Release: 1 License: GPL Group: System Environment/Base @@ -40,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %{python_sitelib}/createrepo %changelog +* Mon Jan 28 2008 Seth Vidal <skvidal at fedoraproject.org> +- 0.9.4 + * Tue Jan 22 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.3 diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 7a851da..0d36c89 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -40,7 +40,7 @@ except ImportError: from utils import _gzipOpen, bzipFile, checkAndMakeDir -__version__ = '0.9.3' +__version__ = '0.9.4'