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

Seth Vidal skvidal at linux.duke.edu
Fri Oct 12 15:36:25 UTC 2007


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

New commits:
commit 5ca7d4c5cc4c35173f814c9de6c73e6c7567700b
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Oct 12 11:34:48 2007 -0400

    ver kick to 3.2.7

diff --git a/yum.spec b/yum.spec
index 654e0d4..ed097e3 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.6
+Version: 3.2.7
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -92,6 +92,9 @@ exit 0
 %{_mandir}/man*/yum-updatesd*
 
 %changelog
+* Fri Oct 12 2007 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.7
+
 * Fri Oct  5 2007 Seth Vidal <skvidal at fedoraproject.org>
 - 3.2.6
 
diff --git a/yum/__init__.py b/yum/__init__.py
index 372e0ec..de5ce17 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.6'
+__version__ = '3.2.7'
 
 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