[yum-cvs] yum/__init__.py yum.spec
Seth Vidal
skvidal at linux.duke.edu
Mon Sep 10 14:51:16 UTC 2007
yum.spec | 5 ++++-
yum/__init__.py | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit badd299b4695a3fb08116a0b012efdaa57657a9c
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Sep 10 10:37:41 2007 -0400
mark as 3.2.5
diff --git a/yum.spec b/yum.spec
index e95f888..f65248e 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
Summary: RPM installer/updater
Name: yum
-Version: 3.2.4
+Version: 3.2.5
Release: 1
License: GPL
Group: System Environment/Base
@@ -92,6 +92,9 @@ exit 0
%{_mandir}/man*/yum-updatesd*
%changelog
+* Mon Sep 10 2007 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.5
+
* Tue Aug 28 2007 Seth Vidal <skvidal at fedoraproject.org>
- 3.2.4
- add python-iniparse - it's a dep here but yum will run w/o it
diff --git a/yum/__init__.py b/yum/__init__.py
index c0ece6f..39121e2 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.4'
+__version__ = '3.2.5'
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