[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py yum.spec
skvidal at osuosl.org
skvidal at osuosl.org
Thu Sep 3 18:01:05 UTC 2009
yum.spec | 7 +++++--
yum/__init__.py | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
New commits:
commit f0a6f2ccb258f187785e0a799212d8288439258e
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Thu Sep 3 14:00:40 2009 -0400
mark as 3.2.24
diff --git a/yum.spec b/yum.spec
index fde1bee..5145061 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
Summary: RPM installer/updater
Name: yum
-Version: 3.2.23
+Version: 3.2.24
Release: 0
License: GPLv2+
Group: System Environment/Base
@@ -15,7 +15,7 @@ BuildRequires: intltool
Requires: python >= 2.4
Requires: rpm-python, rpm >= 0:4.4.2
Requires: python-sqlite
-Requires: urlgrabber
+Requires: urlgrabber >= 3.9.0
Requires: yum-metadata-parser >= 1.1.0
Requires: python-iniparse
Requires: pygpgme
@@ -101,6 +101,9 @@ exit 0
%{_mandir}/man*/yum-updatesd*
%changelog
+* Thu Sep 3 2009 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.24
+
* Tue May 19 2009 Seth Vidal <skvidal at fedoraproject.org>
- 3.2.23
diff --git a/yum/__init__.py b/yum/__init__.py
index 97e38c3..8211c70 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -72,7 +72,7 @@ from weakref import proxy as weakref
from urlgrabber.grabber import default_grabber
-__version__ = '3.2.23'
+__version__ = '3.2.24'
__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