From: Seth Vidal Date: Wed, 26 Jan 2011 17:13:19 +0000 (-0500) Subject: mark as 0.9.9 X-Git-Tag: upstream/0.9.9^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=458122a1842b13b8188be79ea8ed9159c66bd743;p=tools%2Fcreaterepo.git mark as 0.9.9 --- diff --git a/createrepo.spec b/createrepo.spec index 00f9d2b..1e491cd 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -2,7 +2,7 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.9.8 +Version: 0.9.9 Release: 1 License: GPL Group: System Environment/Base @@ -43,6 +43,10 @@ make DESTDIR=$RPM_BUILD_ROOT sysconfdir=%{_sysconfdir} install %{python_sitelib}/createrepo %changelog +* Wed Jan 26 2011 Seth Vidal +- bump to 0.9.9 +- add worker.py + * Thu Aug 19 2010 Seth Vidal - increase yum requirement for the modifyrepo use of RepoMD, RepoData and RepoMDError diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 8d96474..8f2538e 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -50,7 +50,7 @@ from utils import _gzipOpen, bzipFile, checkAndMakeDir, GzipFile, \ checksum_and_rename, split_list_into_equal_chunks import deltarpms -__version__ = '0.9.8' +__version__ = '0.9.9' class MetaDataConfig(object):