Hello community, here is the log from the commit of package apt checked in at Tue May 23 01:00:56 CEST 2006. -------- --- apt/apt.changes 2006-03-27 14:16:55.000000000 +0200 +++ apt/apt.changes 2006-05-22 15:11:41.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 22 15:09:06 CEST 2006 - aosthof@suse.de + +- Fixed duplicate parameter name (#175554) + +------------------------------------------------------------------- New: ---- apt-duplicate_param_name.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apt.spec ++++++ --- /var/tmp/diff_new_pack.Mavrag/_old 2006-05-23 01:00:38.000000000 +0200 +++ /var/tmp/diff_new_pack.Mavrag/_new 2006-05-23 01:00:38.000000000 +0200 @@ -13,7 +13,7 @@ Name: apt BuildRequires: gcc-c++ joe rpm-devel sgml-skel xmlto Version: 0.5.15cnc7 -Release: 18 +Release: 24 Summary: A port of Debian's apt tools for RPM based distributions Group: System/Packages License: GPL @@ -33,6 +33,7 @@ Patch4: apt-ppc64.patch Patch5: apt-honour_post_conf.patch Patch6: apt-selfref_provides.patch +Patch7: apt-duplicate_param_name.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -102,6 +103,7 @@ %patch4 %patch5 %patch6 +%patch7 mv po/it_IT.po po/it.po sed -e 's/it_IT/it/g' po/LINGUAS >po/LINGUAS.new && mv po/LINGUAS.new po/LINGUAS # The man 8 apt manual page does not provide any usefull information. @@ -248,6 +250,8 @@ %{_bindir}/gen* %changelog -n apt +* Mon May 22 2006 - aosthof@suse.de +- Fixed duplicate parameter name (#175554) * Mon Mar 27 2006 - pth@suse.de - Add patch from Panu Matilainen to allow self-referential provides entries. (bug #160567) ++++++ apt-duplicate_param_name.patch ++++++ --- apt-pkg/pkgcachegen.h.orig 2006-05-22 14:51:36.000000000 +0200 +++ apt-pkg/pkgcachegen.h 2006-05-22 14:53:11.000000000 +0200 @@ -59,7 +59,7 @@ class pkgCacheGenerator public: // CNC:2003-02-27 - We need this in rpmListParser. - bool NewPackage(pkgCache::PkgIterator &Pkg,string Pkg); + bool NewPackage(pkgCache::PkgIterator &Pkg,string Name); unsigned long WriteUniqString(const char *S,unsigned int Size); inline unsigned long WriteUniqString(string S) {return WriteUniqString(S.c_str(),S.length());}; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de