[yum-cvs] yum/__init__.py yum.spec
Seth Vidal
skvidal at linux.duke.edu
Mon Dec 3 17:36:27 UTC 2007
yum.spec | 5 ++++-
yum/__init__.py | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit ee29d9389127bfcefbf143b98f7db2abcd8c0759
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Dec 3 12:36:02 2007 -0500
mark as 3.2.8
diff --git a/yum.spec b/yum.spec
index ed097e3..15b683e 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
Summary: RPM installer/updater
Name: yum
-Version: 3.2.7
+Version: 3.2.8
Release: 1
License: GPL
Group: System Environment/Base
@@ -92,6 +92,9 @@ exit 0
%{_mandir}/man*/yum-updatesd*
%changelog
+* Mon Dec 3 2007 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.8
+
* Fri Oct 12 2007 Seth Vidal <skvidal at fedoraproject.org>
- 3.2.7
diff --git a/yum/__init__.py b/yum/__init__.py
index f9618bc..f99adde 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -60,7 +60,7 @@ from packages import parsePackages, YumAvailablePackage, YumLocalPackage, YumIns
from constants import *
from yum.rpmtrans import RPMTransaction,SimpleCliCallBack
-__version__ = '3.2.7'
+__version__ = '3.2.8'
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