Hello community, here is the log from the commit of package step for openSUSE:Factory checked in at 2011-12-08 11:31:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/step (Old) and /work/SRC/openSUSE:Factory/.step.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "step", Maintainer is "step" Changes: -------- --- /work/SRC/openSUSE:Factory/step/step.changes 2011-11-14 14:43:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.step.new/step.changes 2011-12-08 11:31:40.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Dec 2 02:03:40 CET 2011 - [email protected] + +- update to 4.7.4 + * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for details + +------------------------------------------------------------------- Old: ---- step-4.7.3.tar.bz2 New: ---- step-4.7.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ step.spec ++++++ --- /var/tmp/diff_new_pack.3lzvCA/_old 2011-12-08 11:31:44.000000000 +0100 +++ /var/tmp/diff_new_pack.3lzvCA/_new 2011-12-08 11:31:44.000000000 +0100 @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: step BuildRequires: avogadro-devel BuildRequires: boost-devel @@ -39,12 +37,12 @@ BuildRequires: ocaml BuildRequires: ocaml-facile %endif -Version: 4.7.3 -Release: 1 -License: GPLv2+ +Version: 4.7.4 +Release: 0 Summary: An interactive physics simulator -Url: http://edu.kde.org +License: GPL-2.0+ Group: Productivity/Scientific/Physics +Url: http://edu.kde.org Source0: %{name}-%{version}.tar.bz2 Requires: libkeduvocdocument4 Provides: kde4-step = 4.3.0 ++++++ step-4.7.3.tar.bz2 -> step-4.7.4.tar.bz2 ++++++ Files old/step-4.7.3/doc/index.cache.bz2 and new/step-4.7.4/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/step-4.7.3/step/worldscene.cc new/step-4.7.4/step/worldscene.cc --- old/step-4.7.3/step/worldscene.cc 2011-10-02 15:25:56.000000000 +0200 +++ new/step-4.7.4/step/worldscene.cc 2011-12-02 00:26:11.000000000 +0100 @@ -615,6 +615,8 @@ void WorldGraphicsView::fitToPage() { QRectF br = static_cast<WorldScene*>(scene())->calcItemsBoundingRect(); + if(br.isNull()) + return; //kDebug() << br << " " << (br | QRectF(0,0,0,0)) << endl; QRect ws = viewport()->rect(); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
