[yum-git] 2 commits - Makefile yum/__init__.py yum.spec
Seth Vidal
skvidal at linux.duke.edu
Thu Jan 24 18:34:44 UTC 2008
Makefile | 3 +++
yum.spec | 5 ++++-
yum/__init__.py | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 485dba3ad957e63b06867de287780a16aff098a3
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Thu Jan 24 13:34:03 2008 -0500
changelog command in makefile so I don't have to remember the damned incantation
diff --git a/Makefile b/Makefile
index 28d4d1e..255a2a4 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,9 @@ test:
check: test
+changelog:
+ git log --pretty --numstat --summary | git2cl > ChangeLog
+
testnewbehavior:
@NEW_BEHAVIOR=1 nosetests -i ".*test" test
commit 4e3eb3130885b68ce4648d3357d83ce427d4176c
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Thu Jan 24 13:31:40 2008 -0500
bump ver numbers for 3.2.9
diff --git a/yum.spec b/yum.spec
index 45f397d..6533252 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
Summary: RPM installer/updater
Name: yum
-Version: 3.2.8
+Version: 3.2.9
Release: 1
License: GPL
Group: System Environment/Base
@@ -92,6 +92,9 @@ exit 0
%{_mandir}/man*/yum-updatesd*
%changelog
+* Thu Jan 24 2008 Seth Vidal <skvidal at fedoraproject.org>
+- wee 3.2.9
+
* Wed Dec 12 2007 Seth Vidal <skvidal at fedoraproject.org>
- add pygpgme dep for new gpg key handling
diff --git a/yum/__init__.py b/yum/__init__.py
index 8b198da..b53f4d8 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -62,7 +62,7 @@ from packages import parsePackages, YumAvailablePackage, YumLocalPackage, YumIns
from constants import *
from yum.rpmtrans import RPMTransaction,SimpleCliCallBack
-__version__ = '3.2.8'
+__version__ = '3.2.9'
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