mark as 0.3.3
authorSeth Vidal <skvidal@linux.duke.edu>
Wed, 9 Jun 2004 03:09:20 +0000 (03:09 +0000)
committerSeth Vidal <skvidal@linux.duke.edu>
Wed, 9 Jun 2004 03:09:20 +0000 (03:09 +0000)
Makefile
createrepo.spec
genpkgmetadata.py

index 5a58784c1ae82103d28591af5f95f26d4c84fc0d..3b482ef8c1e0d93f6634873c59ff12a19b92980e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE = createrepo
-VERSION = 0.3.2
+VERSION = 0.3.3
 SHELL = /bin/sh
 top_srcdir = .
 srcdir = .
index c829126b3bfd4e50ca6c69007babf4926f1570c5..9318cd4da137a9dae522f3371c14b10547d98b20 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.3.2
+Version: 0.3.3
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -33,6 +33,13 @@ rpm packages
 %{_bindir}/%{name}
 
 %changelog
+* Tue Jun  8 2004 Seth Vidal <skvidal@phy.duke.edu>
+- update to the format
+- versioned deps
+- package counts
+- uncompressed checksum in repomd.xml
+
+
 * Fri Apr 16 2004 Seth Vidal <skvidal@phy.duke.edu>
 - 0.3.2 - small addition of -p flag
 
index 2d7322a1953d62f63310d8c4d40a90bf2eee6971..a9d0ddb7859f41abc0019e8aba2bfaf7882acb81 100755 (executable)
@@ -33,7 +33,7 @@ from zlib import error as zlibError
 from gzip import write32u, FNAME
 
 import dumpMetadata
-__version__ = '0.3.2'
+__version__ = '0.3.3'
 
 def errorprint(stuff):
     print >> sys.stderr, stuff