Hello community, here is the log from the commit of package kig for openSUSE:Factory checked in at 2013-05-16 16:50:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kig (Old) and /work/SRC/openSUSE:Factory/.kig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kig" Changes: -------- --- /work/SRC/openSUSE:Factory/kig/kig.changes 2013-04-18 10:27:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2013-05-16 16:51:14.000000000 +0200 @@ -1,0 +2,8 @@ +Sat May 4 16:58:54 UTC 2013 - [email protected] + +- Update to 4.10.3 + * Bugfix release + * See http://www.kde.org/announcements/announce-4.10.3.php + * resolves bnc#818500 + +------------------------------------------------------------------- Old: ---- kig-4.10.2.tar.xz New: ---- kig-4.10.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kig.spec ++++++ --- /var/tmp/diff_new_pack.g4Mgwg/_old 2013-05-16 16:51:14.000000000 +0200 +++ /var/tmp/diff_new_pack.g4Mgwg/_new 2013-05-16 16:51:14.000000000 +0200 @@ -17,7 +17,7 @@ Name: kig -Version: 4.10.2 +Version: 4.10.3 Release: 0 Summary: Interactive Geometry License: GPL-2.0+ ++++++ kig-4.10.2.tar.xz -> kig-4.10.3.tar.xz ++++++ Files old/kig-4.10.2/doc/index.cache.bz2 and new/kig-4.10.3/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-4.10.2/misc/conic-common.cpp new/kig-4.10.3/misc/conic-common.cpp --- old/kig-4.10.2/misc/conic-common.cpp 2013-03-01 07:42:42.000000000 +0100 +++ new/kig-4.10.3/misc/conic-common.cpp 2013-05-03 06:38:00.000000000 +0200 @@ -408,6 +408,10 @@ } else { t = -bbb + which*sqrt(discrim); t /= 2*aaa; + /* mp: this threshold test for a point at infinity allows to + * solve Bug https://bugs.kde.org/show_bug.cgi?id=316693 + */ + if (fabs(t) > 1e15) return Coordinate::invalidCoord(); } return l.a + t*(l.b - l.a); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
