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

Tim Lauridsen timlau at linux.duke.edu
Wed Sep 17 18:58:19 UTC 2008


 ChangeLog      |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 yum-utils.spec |    5 ++-
 2 files changed, 82 insertions(+), 1 deletion(-)

New commits:
commit 878eda99af0a56138b21d228faa396e8365f3a09
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Sep 17 20:58:11 2008 +0200

    updated ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 6a79fd4..037f10b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2008-09-17  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* yum-utils.spec: bumped yum-utils version to 1.1.17
+
+2008-09-16  James Antill <james at and.org>
+
+	* plugins/keys/keys.py: Use calcColumns in keys plugin
+
+2008-09-15  James Antill <james at and.org>
+
+	* plugins/security/security.py: Pass used_map to _has_id from
+	ysp_should_filter_pkg, fixes bug 462372
+
+2008-09-15  Seth Vidal <skvidal at fedoraproject.org>
+
+	* yum-complete-transaction.py: do the same for y-c-t -
+	setup_locale()
+
+2008-09-15  James Antill <james at and.org>
+
+	* yum-builddep.py: Use the setup_locale call instead of copy&paste
+
+2008-09-15  Seth Vidal <skvidal at fedoraproject.org>
+
+	* yum-builddep.py: add all the crazy locale code from
+	yum-complete-transaction to yum-build-dep so our confirmation can
+	work on non-C and on-US locales.
+
+2008-09-09  Seth Vidal <skvidal at fedoraproject.org>
+
+	* plugins/remove-with-leaves/remove-with-leaves.py: get rid of
+	interactive - since it isn't really interactive
+
+2008-09-08  Seth Vidal <skvidal at fedoraproject.org>
+
+	* yum-utils.spec: add conf file, too
+
+2008-09-08  Seth Vidal <skvidal at fedoraproject.org>
+
+	* plugins/remove-with-leaves/remove-with-leaves.conf,
+	plugins/remove-with-leaves/remove-with-leaves.py, yum-utils.spec: 
+	add remove-with-leaves plugin and update spec file
+
+2008-09-02  James Antill <james at and.org>
+
+	* plugins/keys/keys.py: Add repoid data to info/data output. Don't
+	display the gpg-pubkey noise
+
+2008-08-29  James Antill <james at and.org>
+
+	* plugins/security/security.py: Count packages in the transaction
+	like listTransaction does
+
+2008-08-28  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* Makefile:  make a gpg signed tag when using 'make release'
+
+2008-08-28  Seth Vidal <skvidal at fedoraproject.org>
+
+	* reposync.py: add a parens to unbreak reposync
+
+2008-08-27  James Antill <james at and.org>
+
+	* plugins/filter-data/filter-data.py: Fix typo in filter-data plugin
+
+
+2008-08-27  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* Makefile: remove some test stuff from Makefile
+
+2008-08-27  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* Makefile: fix the awk voodoo, to do the right thing
+
+2008-08-27  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* ChangeLog: updated ChangeLog
+
 2008-08-27  Tim Lauridsen <timlau at fedoraproject.org>
 
 	* yum-utils.spec: bumped yum-utils version to 1.1.16
commit 54311466797ba08f3d72bc59df291b1625028cb2
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Sep 17 20:58:11 2008 +0200

    bumped yum-utils version to 1.1.17

diff --git a/yum-utils.spec b/yum-utils.spec
index 2c102a2..839cc34 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.16
+Version: 1.1.17
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
@@ -515,6 +515,9 @@ fi
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/remove-with-leaves.conf
 
 %changelog
+* Wed Sep 17 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.17
+
 * Mon Sep  8 2008 Seth Vidal <skvidal at fedoraproject.org>
 - add yum-remove-with-leaves plugin
 



More information about the Yum-cvs-commits mailing list