[yum-git] Branch 'yum-3_2_X' - yum/__init__.py yum.spec
Seth Vidal
skvidal at linux.duke.edu
Thu Aug 7 13:32:45 UTC 2008
yum.spec | 5 ++++-
yum/__init__.py | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit f2bcbdc63a23141e1ca57a3678635d9e00b5ffc1
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Thu Aug 7 09:29:47 2008 -0400
mark as 3.2.18
diff --git a/yum.spec b/yum.spec
index 6b67412..0e2e7bc 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
Summary: RPM installer/updater
Name: yum
-Version: 3.2.17
+Version: 3.2.18
Release: 0
License: GPL
Group: System Environment/Base
@@ -99,6 +99,9 @@ exit 0
%{_mandir}/man*/yum-updatesd*
%changelog
+* Thu Aug 7 2008 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.18
+
* Wed Jul 8 2008 Seth Vidal <skvidal at fedoraproject.org>
- 3.2.17
diff --git a/yum/__init__.py b/yum/__init__.py
index ab74889..a5123f5 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -73,7 +73,7 @@ import string
from urlgrabber.grabber import default_grabber
-__version__ = '3.2.17'
+__version__ = '3.2.18'
__version_info__ = tuple([ int(num) for num in __version__.split('.')])
# Setup a default_grabber UA here that says we are yum, done using the global
More information about the Yum-cvs-commits
mailing list