From: Seth Vidal Date: Wed, 1 Sep 2004 06:56:04 +0000 (+0000) Subject: 0.3.7 X-Git-Tag: upstream/0.9.9~291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e2a2e5337bff4dbaf83b48685c1d9b81768f1c9;p=tools%2Fcreaterepo.git 0.3.7 --- diff --git a/Makefile b/Makefile index 0110379..d3ffffb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = createrepo -VERSION = 0.3.6 +VERSION = 0.3.7 SHELL = /bin/sh top_srcdir = . srcdir = . diff --git a/createrepo.spec b/createrepo.spec index 9259661..cdbaa5f 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -1,6 +1,6 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.3.6 +Version: 0.3.7 Release: 1 License: GPL Group: System Environment/Base @@ -33,6 +33,9 @@ rpm packages %{_bindir}/%{name} %changelog +* Wed Sep 1 2004 Seth Vidal +- 0.3.7 + * Fri Jul 23 2004 Seth Vidal - make filelists right diff --git a/genpkgmetadata.py b/genpkgmetadata.py index fdac294..050bf24 100755 --- a/genpkgmetadata.py +++ b/genpkgmetadata.py @@ -33,7 +33,7 @@ from zlib import error as zlibError from gzip import write32u, FNAME import dumpMetadata -__version__ = '0.3.6' +__version__ = '0.3.7' def errorprint(stuff): print >> sys.stderr, stuff