[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py yum.spec

skvidal at osuosl.org skvidal at osuosl.org
Wed Jan 7 21:48:52 UTC 2009


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

New commits:
commit c53febf278d7a3a57b7d227f0c826d016152e788
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Wed Jan 7 16:48:21 2009 -0500

    mark as 3.2.21

diff --git a/yum.spec b/yum.spec
index 531b2ca..29d8061 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.20
+Version: 3.2.21
 Release: 0
 License: GPLv2+
 Group: System Environment/Base
@@ -99,6 +99,9 @@ exit 0
 %{_mandir}/man*/yum-updatesd*
 
 %changelog
+* Wed Jan  7 2009 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.21
+
 * Mon Oct 27 2008 Seth Vidal <skvidal at fedoraproject.org>
 - 3.2.20
 
diff --git a/yum/__init__.py b/yum/__init__.py
index b580a45..65b2d65 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -73,7 +73,7 @@ import string
 
 from urlgrabber.grabber import default_grabber
 
-__version__ = '3.2.20'
+__version__ = '3.2.21'
 __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-commits mailing list