[yum-git] 2 commits - ChangeLog yum-utils.spec

Tim Lauridsen timlau at linux.duke.edu
Wed Jan 30 06:03:47 UTC 2008


 ChangeLog      |  106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 yum-utils.spec |    4 +-
 2 files changed, 109 insertions(+), 1 deletion(-)

New commits:
commit b5f4f7348a72779c987cafddc9eedeec88e10e60
Author: Tim Lauridsen <tim at naboo.local>
Date:   Wed Jan 30 07:03:15 2008 +0100

    updated ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 2a2ff5c..bc3722f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,109 @@
+2008-01-30  Tim Lauridsen <tim at naboo.local>
+
+	* yum-utils.spec: bumped yum-utils version to 1.1.11
+
+2008-01-28  James Antill <james at and.org>
+
+	* plugins/tmprepo/tmprepo.conf, plugins/tmprepo/tmprepo.py,
+	yum-utils.spec: Add --tmprepo as a plugin
+
+2008-01-28  James Antill <james at and.org>
+
+	* plugins/aliases/aliases.py: New help info. for aliases
+
+2008-01-25  James Antill <james at and.org>
+
+	* plugins/security/security.py: Add support for the new help
+
+2008-01-25  James Antill <james at and.org>
+
+	* plugins/list-data/list-data.py: Add support for the new help
+
+2008-01-25  James Antill <james at and.org>
+
+	* plugins/list-data/list-data.py: Fix bad import
+
+2008-01-25  James Antill <james at and.org>
+
+	* plugins/priorities/priorities.py: Make yum-priorities not eat CPU
+	just by installing it
+
+2008-01-23  James Antill <james at and.org>
+
+	* plugins/list-data/list-data.py: Use .committer property in HEAD
+	yum
+
+2008-01-23  Seth Vidal <skvidal at fedoraproject.org>
+
+	* debuginfo-install.py, repoclosure.py, repodiff.py, repomanage.py,
+	repotrack.py, yum-complete-transaction.py: add better usage
+	explanations to a lot of yum-utils. helps to give people an idea
+	what the tool is used for.
+
+2008-01-15  James Antill <james at and.org>
+
+	* plugins/list-data/list-data.conf, plugins/list-data/list-data.py,
+	yum-utils.spec:  List vendors, groups, packagers, buildhosts, licenses, arches,
+	 buildhosts, baseurls, package-sizes, archive-sizes,
+	 installed-sizes, committers
+
+2008-01-19  James Antill <james at and.org>
+
+	* docs/package-cleanup.1: Reorder option docs to be sorted
+
+2008-01-19  James Antill <james at and.org>
+
+	* docs/package-cleanup.1: Remove duplicate doc
+
+2008-01-18  Seth Vidal <skvidal at fedoraproject.org>
+
+	* repodiff.py: make sure this only operates on src rpms b/c
+	otherwise bad things happen
+
+2008-01-18  James Antill <james at and.org>
+
+	* yum-utils.spec: Fix typo
+
+2008-01-17  Seth Vidal <skvidal at fedoraproject.org>
+
+	* repodiff.py: add -q, --new and --old options to repodiff. Correct
+	some logic issues in the diffing, fix up the output to a pipe
+
+2008-01-16  James Antill <james at and.org>
+
+	* yumdownloader.py: Remove hack for *-source repos.
+
+2008-01-16  James Antill <james at and.org>
+
+	* yumdownloader.py:  Real fix for the __len__ problem. Don't disableRepo() and then
+	 enable it, this even do the disable last ... oops.
+
+2008-01-13  Seth Vidal <skvidal at fedoraproject.org>
+
+	add repodiff, merge yum-utils.spec
+
+2008-01-13  Seth Vidal <skvidal at fedoraproject.org>
+
+	* Makefile, repodiff.py, yum-utils.spec: add repodiff
+
+2008-01-10  James Antill <james at and.org>
+
+	* plugins/aliases/aliases.py: Workaround for bad yum module users
+
+2008-01-09  James Antill <james at and.org>
+
+	* plugins/security/security.py: Remove extra newlines, __str__
+	already leads with one
+
+2008-01-09  James Antill <james at and.org>
+
+	* plugins/aliases/aliases: Remove empty lss alias and minor cleanup
+
+
+2008-01-03  Tim Lauridsen <tla at rasmil.dk>
+
+	* ChangeLog: updated ChangeLog
+
 2008-01-03  Tim Lauridsen <tla at rasmil.dk>
 
 	* Makefile: bumped yum-utils version to 1.1.10
commit 79e5b4c02c0fa3c428fd76675b00619c14aae2da
Author: Tim Lauridsen <tim at naboo.local>
Date:   Wed Jan 30 07:03:14 2008 +0100

    bumped yum-utils version to 1.1.11

diff --git a/yum-utils.spec b/yum-utils.spec
index ef3f6ce..db79ce3 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -1,6 +1,6 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.10
+Version: 1.1.11
 Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
@@ -397,6 +397,8 @@ fi
 
 
 %changelog
+* Wed Jan 30 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.11
 * Sun Jan 13 2008 Seth Vidal <skvidal at fedoraproject.org>
 - add repodiff
 



More information about the Yum-cvs-commits mailing list