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

skvidal at osuosl.org skvidal at osuosl.org
Mon Oct 27 20:12:01 UTC 2008


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

New commits:
commit 8a15eebdb06e5f52f5a76a8d760e763279f5cb9e
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Oct 27 16:11:31 2008 -0400

    mark as 3.2.20

diff --git a/yum.spec b/yum.spec
index 0eb35e3..531b2ca 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.19
+Version: 3.2.20
 Release: 0
 License: GPLv2+
 Group: System Environment/Base
@@ -99,6 +99,9 @@ exit 0
 %{_mandir}/man*/yum-updatesd*
 
 %changelog
+* Mon Oct 27 2008 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.20
+
 * Mon Aug 25 2008 Seth Vidal <skvidal at fedoraproject.org>
 - 3.2.19
 
diff --git a/yum/__init__.py b/yum/__init__.py
index 4296f5d..04f2aac 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -73,7 +73,7 @@ import string
 
 from urlgrabber.grabber import default_grabber
 
-__version__ = '3.2.19'
+__version__ = '3.2.20'
 __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