Hello community, here is the log from the commit of package kig for openSUSE:Factory checked in at 2013-03-14 11:47:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kig (Old) and /work/SRC/openSUSE:Factory/.kig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kig", Maintainer is "kig" Changes: -------- --- /work/SRC/openSUSE:Factory/kig/kig.changes 2013-02-04 20:36:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2013-03-14 11:47:04.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Mar 2 15:39:31 UTC 2013 - [email protected] + +- Update to 4.10.1 + * Contains bug fixes. See http://www.kde.org/announcements/ + for more information + +------------------------------------------------------------------- Old: ---- kig-4.10.0.tar.xz New: ---- kig-4.10.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kig.spec ++++++ --- /var/tmp/diff_new_pack.1TXLr8/_old 2013-03-14 11:47:07.000000000 +0100 +++ /var/tmp/diff_new_pack.1TXLr8/_new 2013-03-14 11:47:07.000000000 +0100 @@ -17,7 +17,7 @@ Name: kig -Version: 4.10.0 +Version: 4.10.1 Release: 0 Summary: Interactive Geometry License: GPL-2.0+ ++++++ kig-4.10.0.tar.xz -> kig-4.10.1.tar.xz ++++++ Files old/kig-4.10.0/doc/index.cache.bz2 and new/kig-4.10.1/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-4.10.0/misc/object_constructor.h new/kig-4.10.1/misc/object_constructor.h --- old/kig-4.10.0/misc/object_constructor.h 2013-01-23 22:52:24.000000000 +0100 +++ new/kig-4.10.1/misc/object_constructor.h 2013-03-01 07:42:42.000000000 +0100 @@ -301,8 +301,8 @@ const QString description() const; const QByteArray iconFileName( const bool canBeNull = false ) const; - bool isAlreadySelectedOK( const std::vector<ObjectCalcer*>& os, - const uint& ) const; + virtual bool isAlreadySelectedOK( const std::vector<ObjectCalcer*>& os, const uint& ) const; + int wantArgs( const std::vector<ObjectCalcer*>& os, const KigDocument& d, const KigWidget& v diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-4.10.0/misc/special_constructors.cc new/kig-4.10.1/misc/special_constructors.cc --- old/kig-4.10.0/misc/special_constructors.cc 2013-01-23 22:52:24.000000000 +0100 +++ new/kig-4.10.1/misc/special_constructors.cc 2013-03-01 07:42:42.000000000 +0100 @@ -1585,6 +1585,11 @@ GenericAffinityConstructor::~GenericAffinityConstructor() {} +bool GenericAffinityConstructor::isAlreadySelectedOK(const std::vector< ObjectCalcer* >& os, const uint& ) const +{ + return true; +} + GenericProjectivityConstructor::GenericProjectivityConstructor() : MergeObjectConstructor( I18N_NOOP( "Generic Projective Transformation" ), @@ -1609,6 +1614,11 @@ GenericProjectivityConstructor::~GenericProjectivityConstructor() {} +bool GenericProjectivityConstructor::isAlreadySelectedOK(const std::vector< ObjectCalcer* >& os, const uint& ) const +{ + return true; +} + /* * inversion of points, lines with respect to a circle */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-4.10.0/misc/special_constructors.h new/kig-4.10.1/misc/special_constructors.h --- old/kig-4.10.0/misc/special_constructors.h 2013-01-23 22:52:24.000000000 +0100 +++ new/kig-4.10.1/misc/special_constructors.h 2013-03-01 07:42:42.000000000 +0100 @@ -360,6 +360,7 @@ public: GenericAffinityConstructor(); ~GenericAffinityConstructor(); + virtual bool isAlreadySelectedOK(const std::vector< ObjectCalcer* >& os, const uint& ) const; }; class GenericProjectivityConstructor @@ -368,6 +369,7 @@ public: GenericProjectivityConstructor(); ~GenericProjectivityConstructor(); + virtual bool isAlreadySelectedOK(const std::vector< ObjectCalcer* >& os, const uint& ) const; }; class InversionConstructor -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
