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

Tim Lauridsen timlau at osuosl.org
Thu Jan 13 07:00:09 UTC 2011


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

New commits:
commit ca3903167fed7e77ab5864c2eb83cf7aa80dfff2
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Thu Jan 13 08:00:20 2011 +0100

    updated ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 35cdf62..9d0e118 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+2011-01-13  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* yum-utils.spec: bumped yum-utils version to 1.1.30
+
+2011-01-10  Seth Vidal <skvidal at fedoraproject.org>
+
+	* plugins/verify/verify.py: when we run verify make sure we call the
+	verify_plugins_callback so we can pick up any verify modification
+	plugins in our output
+
+2011-01-03  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* Makefile, plugins/aliases/aliases.py, yum-utils.spec,
+	yumutils/Makefile, yumutils/__init__.py, yumutils/i18n.py: Added
+	yumutils python module with i18n handling code
+
+2010-12-30  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* Makefile, plugins/aliases/aliases.py, po/Makefile,
+	po/POTFILES.in, po/da.po, po/yum-utils.pot, yum-utils.spec: Added
+	translation support to yum-utils Added working translation to
+	yum-plugin-aliases
+
+2010-12-20  Ville Skyttä <ville.skytta at iki.fi>
+
+	* yum-utils.bash: Simplify various completions by just invoking
+	yum's functions ignoring stderr.
+
+2010-12-20  Ville Skyttä <ville.skytta at iki.fi>
+
+	* yum-utils.bash: Add debuginfo-install completion.
+
+2010-12-20  Ville Skyttä <ville.skytta at iki.fi>
+
+	* yum-utils.bash: Use yum's base option completion in
+	package-cleanup and yum-builddep if available.
+
+2010-12-10  Seth Vidal <skvidal at fedoraproject.org>
+
+	* repoquery.py: add sourcerpm to default output of repoquery -i rh
+	bug: https://bugzilla.redhat.com/show_bug.cgi?id=661827
+
+2010-12-10  James Antill <james at and.org>
+
+	* repoquery.py: Don't set basearch if it's src, because that's not
+	valid (esp. for MM etc.)
+
+2010-12-08  Ville Skyttä <ville.skytta at iki.fi>
+
+	* yum-utils.bash: Add basic yum-builddep completion (no support for
+	options yet).
+
+2010-12-03  James Antill <james at and.org>
+
+	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Obey
+	manual --disablerepo in auto-up-di plugin.
+
+2010-11-24  Panu Matilainen <pmatilai at redhat.com>
+
+	* yum-builddep.py: Teach yum-builddep to install buildrequires
+	parsed directly from spec - Split the actual install part out of
+	get_build_deps() to avoid   code duplication - If rpm-python
+	supports it, accept spec files as arguments and   grab buildrequires
+	directly out of the parsed spec
+
+2010-11-24  James Antill <james at and.org>
+
+	* plugins/fastestmirror/fastestmirror.py: Don't crash when we can't
+	unlink the hostfilepath. BZ 650468.
+
+2010-11-16  James Antill <james at and.org>
+
+	* docs/yum-versionlock.1, docs/yum-versionlock.conf.5,
+	plugins/versionlock/versionlock.py: Add excludes functionality to
+	versionlock. Document command.
+
+2010-11-12  James Antill <james at and.org>
+
+	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Add rpmdb
+	caching to a-u-di.
+
+2010-11-12  James Antill <james at and.org>
+
+	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Be less
+	verbose in a-u-di.
+
+2010-11-09  Seth Vidal <skvidal at fedoraproject.org>
+
+	* plugins/priorities/priorities.py: add global check_obsoletes for
+	exclude hook.  closes rh bug#651598
+
+2010-11-07  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* ChangeLog: updated ChangeLog
+
 2010-11-07  Tim Lauridsen <timlau at fedoraproject.org>
 
 	* yum-utils.spec: bumped yum-utils version to 1.1.29
commit 890a7f8e1139a8645999bd068a802e4bc66e757a
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Thu Jan 13 08:00:20 2011 +0100

    bumped yum-utils version to 1.1.30

diff --git a/yum-utils.spec b/yum-utils.spec
index b41b90a..258f525 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -2,7 +2,7 @@
 
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.29
+Version: 1.1.30
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
@@ -655,6 +655,9 @@ fi
 /usr/lib/yum-plugins/ps.*
 
 %changelog
+* Thu Jan 13 2011 Tim Lauridsen <timlau at fedoraproject.org> 
+- mark as 1.1.30 
+ 
 * Mon Jan 3 2011 Tim Lauridsen <timlau at fedoraproject.org>
 - Added yumutils python module
  


More information about the Yum-commits mailing list