Hello community, here is the log from the commit of package krusader checked in at Wed Jun 21 17:45:21 CEST 2006. -------- --- KDE/krusader/krusader.changes 2006-06-20 15:56:13.000000000 +0200 +++ krusader/krusader.changes 2006-06-21 03:51:46.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 21 03:51:37 CEST 2006 - dmueller@suse.de + +- fix build with gcc >= 4.2.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krusader.spec ++++++ --- /var/tmp/diff_new_pack.SJrlLl/_old 2006-06-21 17:44:11.000000000 +0200 +++ /var/tmp/diff_new_pack.SJrlLl/_new 2006-06-21 17:44:11.000000000 +0200 @@ -20,7 +20,7 @@ Group: Productivity/File utilities Summary: A File Manager Version: 1.70.0 -Release: 16 +Release: 17 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: krusader-%{version}.tar.gz Patch0: krusader-1.70.0_compilerwarnings.patch @@ -69,6 +69,8 @@ %_mandir/man1/* %changelog -n krusader +* Wed Jun 21 2006 - dmueller@suse.de +- fix build with gcc >= 4.2.0 * Tue Jun 20 2006 - dmueller@suse.de - build parallel * Tue May 30 2006 - adrian@suse.de ++++++ krusader-1.70.0_compilerwarnings.patch ++++++ --- /var/tmp/diff_new_pack.SJrlLl/_old 2006-06-21 17:44:12.000000000 +0200 +++ /var/tmp/diff_new_pack.SJrlLl/_new 2006-06-21 17:44:12.000000000 +0200 @@ -1,6 +1,6 @@ Index: krusader/Panel/krbriefview.h -=================================================================== ---- krusader/Panel/krbriefview.h.orig +================================================================================ +--- krusader/Panel/krbriefview.h +++ krusader/Panel/krbriefview.h @@ -19,7 +19,7 @@ virtual KrViewItem *getKrViewItemAt(const QPoint &vp); @@ -30,3 +30,14 @@ signals: +--- krusader/VFS/vfs.h ++++ krusader/VFS/vfs.h +@@ -134,7 +134,7 @@ + + protected: + /// Feel the vfs dictionary with vfiles, must be implemented for each vfs +- virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0L; ++ virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0; + /// Set the vfile list pointer + void setVfsFilesP(vfileDict* dict); + /// clear and delete all current vfiles ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org