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 d60f9d7158c5ceab1d6deef1427db8c4eecd29d3 Author: Seth Vidal <[email protected]> Date: Mon Feb 18 13:18:53 2008 -0500 bump version numbers diff --git a/createrepo.spec b/createrepo.spec index d058b7a..68f5747 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -2,7 +2,7 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.9.4 +Version: 0.9.5 Release: 1 License: GPL Group: System Environment/Base @@ -40,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %{python_sitelib}/createrepo %changelog +* Mon Feb 18 2008 Seth Vidal <skvidal at fedoraproject.org> +- 0.9.5 + * Mon Jan 28 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.4 diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 6cbca7d..2e5fa6e 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -34,7 +34,7 @@ except ImportError: from utils import _gzipOpen, bzipFile, checkAndMakeDir, GzipFile, checksum_and_rename -__version__ = '0.9.4' +__version__ = '0.9.5' class MetaDataConfig(object):