Hello community, here is the log from the commit of package yum-utils checked in at Fri Sep 14 00:44:04 CEST 2007. -------- --- yum-utils/yum-utils.changes 2007-08-29 22:42:34.000000000 +0200 +++ /mounts/work_src_done/NOARCH/yum-utils/yum-utils.changes 2007-09-13 22:38:20.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 13 22:37:14 CEST 2007 - cthiel@suse.de + +- added yum-utils-1.1.6-changelog.patch to fix a TypeError (#307208) + +------------------------------------------------------------------- New: ---- yum-utils-1.1.6-changelog.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yum-utils.spec ++++++ --- /var/tmp/diff_new_pack.K11484/_old 2007-09-14 00:43:46.000000000 +0200 +++ /var/tmp/diff_new_pack.K11484/_new 2007-09-14 00:43:46.000000000 +0200 @@ -13,17 +13,17 @@ Name: yum-utils BuildRequires: python-devel Version: 1.1.6 -Release: 8 +Release: 12 License: GPL v2 or later Group: System/Packages Summary: Utilities based around the yum package manager Source: %{name}-%{version}.tar.bz2 -Patch: %{name}-%{version}.patch -URL: http://linux.duke.edu/yum/download/yum-utils/ +Patch: %{name}-1.1.6.patch +Patch1: yum-utils-1.1.6-changelog.patch +Url: http://linux.duke.edu/yum/download/yum-utils/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Requires: yum >= 3.1.1 - %py_requires %description @@ -249,6 +249,7 @@ %prep %setup -q %patch +%patch1 %build @@ -333,6 +334,8 @@ /usr/lib/yum-plugins/protect-packages.* %changelog +* Thu Sep 13 2007 - cthiel@suse.de +- added yum-utils-1.1.6-changelog.patch to fix a TypeError (#307208) * Wed Aug 29 2007 - cthiel@suse.de - package yum plugins: * yum-merge-conf ++++++ yum-utils-1.1.6-changelog.patch ++++++ --- plugins/changelog/changelog.py +++ plugins/changelog/changelog.py @@ -91,6 +91,8 @@ hdr = po.hdr times = hdr['changelogtime'] n,v,r,e,a = splitFilename(hdr['sourcerpm']) + if type(times) != type([]): + times = [times] if len(times) == 0: # deal with packages without changelog origpkgs[n] = 0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de