[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py yum.spec

skvidal at osuosl.org skvidal at osuosl.org
Wed Oct 14 18:45:57 UTC 2009


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

New commits:
commit 6c561ee9a60a30800b16af4add6c7e8236ebb70d
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Wed Oct 14 14:44:53 2009 -0400

    mark as 3.2.25

diff --git a/yum.spec b/yum.spec
index 5652586..a72509c 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.24
+Version: 3.2.25
 Release: 0
 License: GPLv2+
 Group: System Environment/Base
@@ -102,6 +102,9 @@ exit 0
 %{_mandir}/man*/yum-updatesd*
 
 %changelog
+* Tue Oct 13 2009 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.25
+
 * Thu Sep  3 2009 Seth Vidal <skvidal at fedoraproject.org>
 - 3.2.24
 
diff --git a/yum/__init__.py b/yum/__init__.py
index aa8228e..655f8e1 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -73,7 +73,7 @@ from weakref import proxy as weakref
 
 from urlgrabber.grabber import default_grabber
 
-__version__ = '3.2.24'
+__version__ = '3.2.25'
 __version_info__ = tuple([ int(num) for num in __version__.split('.')])
 
 #  Setup a default_grabber UA here that says we are yum, done using the global


More information about the Yum-commits mailing list