[yum-git] yum/__init__.py yum.spec
Seth Vidal
skvidal at linux.duke.edu
Fri Feb 8 19:06:19 UTC 2008
yum.spec | 4 +++-
yum/__init__.py | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
New commits:
commit df0a8dcb5549e9c5b63f86a7c9cbb1d4564e04fd
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Fri Feb 8 14:03:54 2008 -0500
bump ver for 3.2.11
diff --git a/yum.spec b/yum.spec
index 450fa95..0887cc3 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
Summary: RPM installer/updater
Name: yum
-Version: 3.2.10
+Version: 3.2.11
Release: 1
License: GPL
Group: System Environment/Base
@@ -98,6 +98,8 @@ exit 0
%{_mandir}/man*/yum-updatesd*
%changelog
+* Fri Feb 8 2008 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.11
* Sun Jan 27 2008 James Bowes <jbowes at redhat.com>
- Move the yumupd module to yum-updatesd
diff --git a/yum/__init__.py b/yum/__init__.py
index f55aaed..40c899e 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -68,7 +68,7 @@ import string
from urlgrabber.grabber import default_grabber as urlgrab
-__version__ = '3.2.10'
+__version__ = '3.2.11'
class YumBase(depsolve.Depsolve):
"""This is a primary structure and base class. It houses the objects and
More information about the Yum-cvs-commits
mailing list