From: Seth Vidal Date: Thu, 21 Oct 2004 07:42:37 +0000 (+0000) Subject: update version numbers X-Git-Tag: upstream/0.9.9~277 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69ab19e85f8949b5aba4dcf425440daca6c5c659;p=tools%2Fcreaterepo.git update version numbers --- diff --git a/Makefile b/Makefile index d88624f..2073883 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = createrepo -VERSION = 0.4.0 +VERSION = 0.4.1 SHELL = /bin/sh top_srcdir = . srcdir = . diff --git a/createrepo.spec b/createrepo.spec index 30de8dd..747f3e8 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -1,6 +1,6 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.4.0 +Version: 0.4.1 Release: 1 License: GPL Group: System Environment/Base @@ -33,6 +33,12 @@ rpm packages %{_bindir}/%{name} %changelog +* Thu Oct 21 2004 Seth Vidal +- ghost files not being added into primary file list if + matching regex +- 0.4.1 + + * Mon Oct 11 2004 Seth Vidal - 0.4.0 diff --git a/genpkgmetadata.py b/genpkgmetadata.py index ce047d8..400b925 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.4.0' +__version__ = '0.4.1' def errorprint(stuff): print >> sys.stderr, stuff