From b06c7e5cb0dd42a5371b15cca7f005234b4d8acc Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 14 Jul 2005 06:31:25 +0000 Subject: [PATCH] 0.4.3 --- Makefile | 2 +- createrepo.spec | 6 +++++- genpkgmetadata.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 551b745..b36d5e5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = createrepo -VERSION = 0.4.2 +VERSION = 0.4.3 SHELL = /bin/sh top_srcdir = . srcdir = . diff --git a/createrepo.spec b/createrepo.spec index 98a64a3..23c43f8 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -1,6 +1,6 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.4.2 +Version: 0.4.3 Release: 1 License: GPL Group: System Environment/Base @@ -34,6 +34,10 @@ rpm packages %{_mandir}/man8/createrepo.8* %changelog +* Thu Jul 14 2005 Seth Vidal +- enable caching option +- 0.4.3 + * Tue Jan 18 2005 Seth Vidal - add man page diff --git a/genpkgmetadata.py b/genpkgmetadata.py index 4d32fb6..00b3f36 100755 --- a/genpkgmetadata.py +++ b/genpkgmetadata.py @@ -30,7 +30,7 @@ import fnmatch import dumpMetadata from dumpMetadata import _gzipOpen -__version__ = '0.4.2' +__version__ = '0.4.3' def errorprint(stuff): print >> sys.stderr, stuff -- 2.34.1