Hello community, here is the log from the commit of package yast2-qt-graph for openSUSE:Factory checked in at Mon Mar 22 00:19:09 CET 2010. -------- --- yast2-qt-graph/yast2-qt-graph.changes 2009-07-15 10:59:03.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-qt-graph/yast2-qt-graph.changes 2010-03-21 20:47:57.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 21 19:46:55 UTC 2010 - coolo@novell.com + +- fix compilation with latest graphviz +- 2.19.0 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-qt-graph-2.18.4.tar.bz2 New: ---- yast2-qt-graph-2.19.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-qt-graph.spec ++++++ --- /var/tmp/diff_new_pack.ym8anG/_old 2010-03-22 00:18:53.000000000 +0100 +++ /var/tmp/diff_new_pack.ym8anG/_new 2010-03-22 00:18:53.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package yast2-qt-graph (Version 2.18.4) +# spec file for package yast2-qt-graph (Version 2.19.0) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ Name: yast2-qt-graph -Version: 2.18.4 -Release: 3 +Version: 2.19.0 +Release: 1 + BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-qt-graph-2.18.4.tar.bz2 +Source0: yast2-qt-graph-2.19.0.tar.bz2 Group: System/YaST -License: GPL v2 or later +License: GPLv2+ BuildRequires: cmake graphviz-devel libqt4-devel BuildRequires: yast2-devtools yast2-libyui-devel >= 2.18.7 yast2-qt-devel >= 2.18.6 Requires: yast2-libyui >= 2.18.7 yast2-qt >= 2.18.6 ++++++ yast2-qt-graph-2.18.4.tar.bz2 -> yast2-qt-graph-2.19.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-qt-graph-2.18.4/VERSION.cmake new/yast2-qt-graph-2.19.0/VERSION.cmake --- old/yast2-qt-graph-2.18.4/VERSION.cmake 2009-07-15 16:32:29.000000000 +0200 +++ new/yast2-qt-graph-2.19.0/VERSION.cmake 2010-03-21 20:47:55.000000000 +0100 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") -SET(VERSION_MINOR "18") -SET(VERSION_PATCH "4") +SET(VERSION_MINOR "19") +SET(VERSION_PATCH "0") Files old/yast2-qt-graph-2.18.4/examples/SimpleCreate and new/yast2-qt-graph-2.19.0/examples/SimpleCreate differ Files old/yast2-qt-graph-2.18.4/examples/SimpleLoad and new/yast2-qt-graph-2.19.0/examples/SimpleLoad differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-qt-graph-2.18.4/package/yast2-qt-graph.changes new/yast2-qt-graph-2.19.0/package/yast2-qt-graph.changes --- old/yast2-qt-graph-2.18.4/package/yast2-qt-graph.changes 2009-07-15 16:32:29.000000000 +0200 +++ new/yast2-qt-graph-2.19.0/package/yast2-qt-graph.changes 2010-03-21 20:47:55.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Mar 21 19:46:55 UTC 2010 - coolo@novell.com + +- fix compilation with latest graphviz +- 2.19.0 + +------------------------------------------------------------------- Tue Jul 14 16:55:28 CEST 2009 - aschnell@suse.de - replaced Recommends in yast2-storage with Supplements in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-qt-graph-2.18.4/src/QY2Graph.cc new/yast2-qt-graph-2.19.0/src/QY2Graph.cc --- old/yast2-qt-graph-2.18.4/src/QY2Graph.cc 2009-07-15 16:32:29.000000000 +0200 +++ new/yast2-qt-graph-2.19.0/src/QY2Graph.cc 2010-03-21 20:47:55.000000000 +0100 @@ -336,7 +336,7 @@ QString text(QString::fromUtf8(textlabel->text)); QFontMetricsF fm(painter->fontMetrics()); QRectF rect(fm.boundingRect(text)); - rect.moveCenter(gToQ(textlabel->p, false)); + rect.moveCenter(gToQ(textlabel->pos, false)); painter->drawText(rect.adjusted(-2, -2, +2, +2), Qt::AlignCenter, text); } @@ -378,7 +378,7 @@ QY2Node* item = new QY2Node(makeShape(node), picture, node->name); - item->setPos(gToQ(ND_coord_i(node))); + item->setPos(gToQ(ND_coord(node))); QPen pen(aggetToQColor(node, "color", Qt::black)); pen.setWidthF(1.0); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org