Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2013-12-19 13:16:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-12-11 
14:33:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes     
2013-12-19 13:16:03.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec 14 18:04:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.12.0
+   * KDE 4.12.0  release
+   * See http://www.kde.org/announcements/4.12.php
+
+-------------------------------------------------------------------

Old:
----
  kolourpaint-4.11.97.tar.xz

New:
----
  kolourpaint-4.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kolourpaint.spec ++++++
--- /var/tmp/diff_new_pack.ddus44/_old  2013-12-19 13:16:03.000000000 +0100
+++ /var/tmp/diff_new_pack.ddus44/_new  2013-12-19 13:16:03.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kolourpaint
-Version:        4.11.97
+Version:        4.12.0
 Release:        0
 # See bnc#717722 for license details
 Summary:        Paint Program

++++++ kolourpaint-4.11.97.tar.xz -> kolourpaint-4.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-4.11.97/views/kpView_Selections.cpp 
new/kolourpaint-4.12.0/views/kpView_Selections.cpp
--- old/kolourpaint-4.11.97/views/kpView_Selections.cpp 2013-07-23 
06:02:15.000000000 +0200
+++ new/kolourpaint-4.12.0/views/kpView_Selections.cpp  2013-12-01 
22:26:37.000000000 +0100
@@ -192,24 +192,24 @@
     ret += QRect ((x), (y), type##AtomicLength, type##AtomicLength)
 
     ADD_BOX_RELATIVE_TO_SELECTION (normal,
-                                   selViewRect.width () - normalAtomicLength,
-                                   selViewRect.height () - normalAtomicLength);
+                                   selViewRect.width () - normalAtomicLength - 
1,
+                                   selViewRect.height () - normalAtomicLength 
- 1);
     ADD_BOX_RELATIVE_TO_SELECTION (normal,
-                                   selViewRect.width () - normalAtomicLength,
+                                   selViewRect.width () - normalAtomicLength - 
1,
                                    0);
     ADD_BOX_RELATIVE_TO_SELECTION (normal,
                                    0,
-                                   selViewRect.height () - normalAtomicLength);
+                                   selViewRect.height () - normalAtomicLength 
- 1);
     ADD_BOX_RELATIVE_TO_SELECTION (normal,
                                    0,
                                    0);
 
     ADD_BOX_RELATIVE_TO_SELECTION (vertEdge,
-                                   selViewRect.width () - vertEdgeAtomicLength,
+                                   selViewRect.width () - vertEdgeAtomicLength 
- 1,
                                    (selViewRect.height () - 
vertEdgeAtomicLength) / 2);
     ADD_BOX_RELATIVE_TO_SELECTION (normal,
                                    (selViewRect.width () - normalAtomicLength) 
/ 2,
-                                   selViewRect.height () - normalAtomicLength);
+                                   selViewRect.height () - normalAtomicLength 
- 1);
     ADD_BOX_RELATIVE_TO_SELECTION (normal,
                                    (selViewRect.width () - normalAtomicLength) 
/ 2,
                                    0);

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to