update version numbers
authorSeth Vidal <skvidal@linux.duke.edu>
Thu, 21 Oct 2004 07:42:37 +0000 (07:42 +0000)
committerSeth Vidal <skvidal@linux.duke.edu>
Thu, 21 Oct 2004 07:42:37 +0000 (07:42 +0000)
Makefile
createrepo.spec
genpkgmetadata.py

index d88624fbec055c2a2fb106bba4f3eec678dbfb1a..207388396a1fd8b870f8156a249e593852280157 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE = createrepo
-VERSION = 0.4.0
+VERSION = 0.4.1
 SHELL = /bin/sh
 top_srcdir = .
 srcdir = .
index 30de8dd90768d532d65f1d79ea85c0f6c0e560d9..747f3e8d90c491d644629381f32049764b5282ab 100644 (file)
@@ -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 <skvidal@phy.duke.edu>
+- ghost files not being added into primary file list if 
+  matching regex
+- 0.4.1
+
+
 * Mon Oct 11 2004 Seth Vidal <skvidal@phy.duke.edu>
 - 0.4.0
 
index ce047d81c13401d79cd5e619fae7cc1b9bc4bd02..400b925e365f706d5ae7e0f545ec0613abdef67c 100755 (executable)
@@ -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