[Rpm-metadata] createrepo/__init__.py createrepo.spec

Seth Vidal skvidal at linux.duke.edu
Tue Jan 22 19:04:42 UTC 2008


 createrepo.spec        |    5 ++++-
 createrepo/__init__.py |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 1fdb2f2b684fe04ef87367e39a9fbe5db0f7be00
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Tue Jan 22 14:04:33 2008 -0500

    0.9.3

diff --git a/createrepo.spec b/createrepo.spec
index 24a3525..75e1c14 100644
--- a/createrepo.spec
+++ b/createrepo.spec
@@ -2,7 +2,7 @@
 
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.9.2
+Version: 0.9.3
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -40,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
 %{python_sitelib}/createrepo
 
 %changelog
+* Tue Jan 22 2008 Seth Vidal <skvidal at fedoraproject.org>
+- 0.9.3
+
 * Thu Jan 17 2008 Seth Vidal <skvidal at fedoraproject.org>
 - significant api changes
 
diff --git a/createrepo/__init__.py b/createrepo/__init__.py
index eaa79b8..d3f8534 100644
--- a/createrepo/__init__.py
+++ b/createrepo/__init__.py
@@ -40,7 +40,7 @@ except ImportError:
 from utils import _gzipOpen, bzipFile, checkAndMakeDir
 
 
-__version__ = '0.9.2'
+__version__ = '0.9.3'
 
 
 



More information about the Rpm-metadata mailing list