Hello community, here is the log from the commit of package kolourpaint for openSUSE:Factory checked in at 2014-03-18 17:06:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kolourpaint (Old) and /work/SRC/openSUSE:Factory/.kolourpaint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kolourpaint" Changes: -------- --- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes 2014-02-20 07:55:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 2014-03-18 17:06:54.000000000 +0100 @@ -1,0 +2,14 @@ +Thu Mar 13 20:12:14 UTC 2014 - [email protected] + +- Update to 4.12.90 + * KDE 4.13 Beta 2 release + * See http://www.kde.org/announcements/announce-4.13-beta2.php + +------------------------------------------------------------------- +Fri Mar 7 10:01:39 UTC 2014 - [email protected] + +- Update to 4.12.80 + * KDE 4.13 Beta 1 release + * See http://www.kde.org/announcements/announce-4.13-beta1.php + +------------------------------------------------------------------- Old: ---- kolourpaint-4.12.2.tar.xz New: ---- kolourpaint-4.12.90.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kolourpaint.spec ++++++ --- /var/tmp/diff_new_pack.jgqHI6/_old 2014-03-18 17:06:54.000000000 +0100 +++ /var/tmp/diff_new_pack.jgqHI6/_new 2014-03-18 17:06:54.000000000 +0100 @@ -17,7 +17,7 @@ Name: kolourpaint -Version: 4.12.2 +Version: 4.12.90 Release: 0 # See bnc#717722 for license details Summary: Paint Program ++++++ kolourpaint-4.12.2.tar.xz -> kolourpaint-4.12.90.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-4.12.2/views/kpView_Selections.cpp new/kolourpaint-4.12.90/views/kpView_Selections.cpp --- old/kolourpaint-4.12.2/views/kpView_Selections.cpp 2013-12-24 10:38:12.000000000 +0100 +++ new/kolourpaint-4.12.90/views/kpView_Selections.cpp 2013-11-29 15:28:41.000000000 +0100 @@ -192,24 +192,24 @@ ret += QRect ((x), (y), type##AtomicLength, type##AtomicLength) ADD_BOX_RELATIVE_TO_SELECTION (normal, - selViewRect.width () - normalAtomicLength - 1, - selViewRect.height () - normalAtomicLength - 1); + selViewRect.width () - normalAtomicLength, + selViewRect.height () - normalAtomicLength); ADD_BOX_RELATIVE_TO_SELECTION (normal, - selViewRect.width () - normalAtomicLength - 1, + selViewRect.width () - normalAtomicLength, 0); ADD_BOX_RELATIVE_TO_SELECTION (normal, 0, - selViewRect.height () - normalAtomicLength - 1); + selViewRect.height () - normalAtomicLength); ADD_BOX_RELATIVE_TO_SELECTION (normal, 0, 0); ADD_BOX_RELATIVE_TO_SELECTION (vertEdge, - selViewRect.width () - vertEdgeAtomicLength - 1, + selViewRect.width () - vertEdgeAtomicLength, (selViewRect.height () - vertEdgeAtomicLength) / 2); ADD_BOX_RELATIVE_TO_SELECTION (normal, (selViewRect.width () - normalAtomicLength) / 2, - selViewRect.height () - normalAtomicLength - 1); + selViewRect.height () - normalAtomicLength); ADD_BOX_RELATIVE_TO_SELECTION (normal, (selViewRect.width () - normalAtomicLength) / 2, 0); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
