0.3.7
authorSeth Vidal <skvidal@linux.duke.edu>
Wed, 1 Sep 2004 06:56:04 +0000 (06:56 +0000)
committerSeth Vidal <skvidal@linux.duke.edu>
Wed, 1 Sep 2004 06:56:04 +0000 (06:56 +0000)
Makefile
createrepo.spec
genpkgmetadata.py

index 011037998a71a5dd12a59d97a06c328de9289761..d3ffffbc412b041d1f1410dce2097af1f971d66e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE = createrepo
-VERSION = 0.3.6
+VERSION = 0.3.7
 SHELL = /bin/sh
 top_srcdir = .
 srcdir = .
index 9259661ad71d35d08027c0453c3fa401dd2f3bcc..cdbaa5fbb73735bee661ad611a685eccb5b486be 100644 (file)
@@ -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 <skvidal@phy.duke.edu>
+- 0.3.7
+
 * Fri Jul 23 2004 Seth Vidal <skvidal@phy.duke.edu>
 - make filelists right <sigh>
 
index fdac2944a5fd93958165fb3d470c0c9052d0b4f5..050bf24c77180bfc1a3891e0745b03dd9359783e 100755 (executable)
@@ -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