[yum-git] yum/__init__.py yum.spec

Seth Vidal skvidal at linux.duke.edu
Fri Jan 25 04:46:43 UTC 2008


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

New commits:
commit c5923eb604569481af439fb953325202718b1f4b
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Thu Jan 24 23:46:00 2008 -0500

    3.2.10 numbering b/c of the paperbag issues in 3.2.9

diff --git a/yum.spec b/yum.spec
index 6533252..37b0797 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.9
+Version: 3.2.10
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -93,6 +93,9 @@ exit 0
 
 %changelog
 * Thu Jan 24 2008 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.10
+
+* Thu Jan 24 2008 Seth Vidal <skvidal at fedoraproject.org>
 - wee 3.2.9
 
 * Wed Dec 12 2007 Seth Vidal <skvidal at fedoraproject.org>
diff --git a/yum/__init__.py b/yum/__init__.py
index b53f4d8..29e00df 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -62,7 +62,7 @@ from packages import parsePackages, YumAvailablePackage, YumLocalPackage, YumIns
 from constants import *
 from yum.rpmtrans import RPMTransaction,SimpleCliCallBack
 
-__version__ = '3.2.9'
+__version__ = '3.2.10'
 
 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