Hello community, here is the log from the commit of package yast2-libyui for openSUSE:Factory checked in at 2012-04-17 22:04:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-libyui (Old) and /work/SRC/openSUSE:Factory/.yast2-libyui.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-libyui", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-libyui/yast2-libyui.changes 2012-03-19 09:52:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-libyui.new/yast2-libyui.changes 2012-04-17 22:04:48.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Apr 12 14:23:02 CEST 2012 - [email protected] + +- Fix build with gcc 4.7. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-libyui-2.21.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-libyui-2.21.3/src/TreeItem.h new/yast2-libyui-2.21.3/src/TreeItem.h --- old/yast2-libyui-2.21.3/src/TreeItem.h 2011-10-04 10:23:15.000000000 +0200 +++ new/yast2-libyui-2.21.3/src/TreeItem.h 2012-04-12 14:21:47.000000000 +0200 @@ -251,7 +251,7 @@ // Insert as first child newChild->setNext( firstChild() ); - setFirstChild( newChild ); + this->setFirstChild( newChild ); } else { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
