Hello community,

here is the log from the commit of package analitza for openSUSE:Factory 
checked in at 2014-08-25 10:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/analitza (Old)
 and      /work/SRC/openSUSE:Factory/.analitza.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "analitza"

Changes:
--------
--- /work/SRC/openSUSE:Factory/analitza/analitza.changes        2014-07-16 
16:16:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.analitza.new/analitza.changes   2014-08-25 
10:58:14.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 08:18:47 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+-------------------------------------------------------------------
+Thu Jul 17 16:43:38 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+-------------------------------------------------------------------

Old:
----
  analitza-4.13.80.tar.xz

New:
----
  analitza-4.14.0.tar.xz

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

Other differences:
------------------
++++++ analitza.spec ++++++
--- /var/tmp/diff_new_pack.89IGvi/_old  2014-08-25 10:58:15.000000000 +0200
+++ /var/tmp/diff_new_pack.89IGvi/_new  2014-08-25 10:58:15.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           analitza
-Version:        4.13.80
+Version:        4.14.0
 Release:        0
 Summary:        A library to add mathematical features to programs
 License:        LGPL-2.1+

++++++ analitza-4.13.80.tar.xz -> analitza-4.14.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/analitza-4.13.80/analitzaplot/plotter2d.cpp 
new/analitza-4.14.0/analitzaplot/plotter2d.cpp
--- old/analitza-4.13.80/analitzaplot/plotter2d.cpp     2014-06-27 
02:19:48.000000000 +0200
+++ new/analitza-4.14.0/analitzaplot/plotter2d.cpp      2014-07-12 
19:14:14.000000000 +0200
@@ -373,10 +373,10 @@
                 s = (i < 0) ? "-" : "";
                 
                 if (incbig)
-                    s += computeAngleLabelByStep(std::abs(i), bigstep);
+                    s += computeAngleLabelByStep(qAbs(i), bigstep);
                 else
                 {
-                    const QPair<unsigned int, unsigned int> frac = 
simplifyFraction(std::abs(i), step);
+                    const QPair<unsigned int, unsigned int> frac = 
simplifyFraction(qAbs(i), step);
                     
                     s += computeAngleLabelByFrac(frac.first, frac.second);
                 }                

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

Reply via email to