bump number to 0.3.4
authorSeth Vidal <skvidal@linux.duke.edu>
Tue, 20 Jul 2004 01:24:59 +0000 (01:24 +0000)
committerSeth Vidal <skvidal@linux.duke.edu>
Tue, 20 Jul 2004 01:24:59 +0000 (01:24 +0000)
Makefile
createrepo.spec
genpkgmetadata.py

index 3b482ef8c1e0d93f6634873c59ff12a19b92980e..606439457bc584f65d0e31985a021023879415a4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE = createrepo
-VERSION = 0.3.3
+VERSION = 0.3.4
 SHELL = /bin/sh
 top_srcdir = .
 srcdir = .
index 9318cd4da137a9dae522f3371c14b10547d98b20..96295a8907d690f480f2afcc48f6996581a37e45 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.3.3
+Version: 0.3.4
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -33,6 +33,10 @@ rpm packages
 %{_bindir}/%{name}
 
 %changelog
+* Mon Jul 19 2004 Seth Vidal <skvidal@phy.duke.edu>
+- re-enable groups
+- update num to 0.3.4
+
 * Tue Jun  8 2004 Seth Vidal <skvidal@phy.duke.edu>
 - update to the format
 - versioned deps
index 85a32d02858da879717042555ee90d793af499de..9cbf2ed76a9bcaebb4f9c969341d1525e40d3c5a 100755 (executable)
@@ -33,7 +33,7 @@ from zlib import error as zlibError
 from gzip import write32u, FNAME
 
 import dumpMetadata
-__version__ = '0.3.3'
+__version__ = '0.3.4'
 
 def errorprint(stuff):
     print >> sys.stderr, stuff