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

Seth Vidal skvidal at linux.duke.edu
Wed May 14 20:40:47 UTC 2008


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

New commits:
commit c80e4f5f4585221f8a1ce7f8639f89fbf0fc39bd
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Wed May 14 16:33:36 2008 -0400

    mark as 3.2.15

diff --git a/yum.spec b/yum.spec
index 5a01c0a..1ca50c5 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,7 +1,7 @@
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.14
-Release: 1
+Version: 3.2.15
+Release: 0
 License: GPL
 Group: System Environment/Base
 Source: %{name}-%{version}.tar.gz
@@ -99,6 +99,9 @@ exit 0
 %{_mandir}/man*/yum-updatesd*
 
 %changelog
+* Wed May 14 2008 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.15
+
 * Mon Apr  7 2008 Seth Vidal <skvidal at fedoraproject.org>
 - 3.2.14
 
diff --git a/yum/__init__.py b/yum/__init__.py
index 7cfbb27..ff9d3be 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -72,7 +72,7 @@ import string
 
 from urlgrabber.grabber import default_grabber
 
-__version__ = '3.2.14'
+__version__ = '3.2.15'
 
 #  Setup a default_grabber UA here that says we are yum, done using the global
 # so that other API users can easily add to it if they want.



More information about the Yum-cvs-commits mailing list