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

Seth Vidal skvidal at linux.duke.edu
Fri Oct 5 15:05:07 UTC 2007


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

New commits:
commit 0ec55a427c6273e639f4f890fcfbdefc92d977e6
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Oct 5 11:04:39 2007 -0400

    mark as 3.2.6

diff --git a/yum.spec b/yum.spec
index f65248e..654e0d4 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.5
+Version: 3.2.6
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -92,6 +92,9 @@ exit 0
 %{_mandir}/man*/yum-updatesd*
 
 %changelog
+* Fri Oct  5 2007 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.6
+
 * Mon Sep 10 2007 Seth Vidal <skvidal at fedoraproject.org>
 - 3.2.5
 
diff --git a/yum/__init__.py b/yum/__init__.py
index 6189ee8..effbb64 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -57,7 +57,7 @@ from packages import parsePackages, YumAvailablePackage, YumLocalPackage, YumIns
 from constants import *
 from yum.rpmtrans import RPMTransaction,SimpleCliCallBack
 
-__version__ = '3.2.5'
+__version__ = '3.2.6'
 
 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