Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2016-06-25 01:57:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cantor (Old)
 and      /work/SRC/openSUSE:Factory/.cantor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cantor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cantor/cantor.changes    2016-05-29 
03:08:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes       2016-06-25 
01:57:15.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:46:33 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+-------------------------------------------------------------------

Old:
----
  cantor-16.04.1.tar.xz

New:
----
  cantor-16.04.2.tar.xz

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

Other differences:
------------------
++++++ cantor.spec ++++++
--- /var/tmp/diff_new_pack.NhWzrR/_old  2016-06-25 01:57:16.000000000 +0200
+++ /var/tmp/diff_new_pack.NhWzrR/_new  2016-06-25 01:57:16.000000000 +0200
@@ -19,7 +19,7 @@
 %global libMAJOR 6
 
 Name:           cantor
-Version:        16.04.1
+Version:        16.04.2
 Release:        0
 Summary:        Worksheet GUI for mathematical software
 License:        GPL-2.0+

++++++ cantor-16.04.1.tar.xz -> cantor-16.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cantor-16.04.1/CMakeLists.txt 
new/cantor-16.04.2/CMakeLists.txt
--- old/cantor-16.04.1/CMakeLists.txt   2016-04-27 20:55:49.000000000 +0200
+++ new/cantor-16.04.2/CMakeLists.txt   2016-06-09 15:03:26.000000000 +0200
@@ -7,7 +7,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cantor-16.04.1/src/backends/sage/sagesession.cpp 
new/cantor-16.04.2/src/backends/sage/sagesession.cpp
--- old/cantor-16.04.1/src/backends/sage/sagesession.cpp        2016-04-27 
20:55:49.000000000 +0200
+++ new/cantor-16.04.2/src/backends/sage/sagesession.cpp        2016-06-09 
15:03:26.000000000 +0200
@@ -194,7 +194,7 @@
     {
         //try to guess the version of sage to determine
         //if we have to use the legacy commands or not.
-        QRegExp 
versionExp(QLatin1String("Sage(?:Math)?\\s+Version\\s+(\\d+)\\.(\\d+)"));
+        QRegExp versionExp(QLatin1String("([a-zA-Z\\W])+\\s+(\\d+)\\.(\\d+)"));
         int index=versionExp.indexIn(m_outputCache);
         if(index!=-1)
         {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cantor-16.04.1/src/org.kde.cantor.desktop 
new/cantor-16.04.2/src/org.kde.cantor.desktop
--- old/cantor-16.04.1/src/org.kde.cantor.desktop       2016-04-27 
20:55:49.000000000 +0200
+++ new/cantor-16.04.2/src/org.kde.cantor.desktop       2016-06-09 
15:03:26.000000000 +0200
@@ -109,7 +109,7 @@
 Comment[nn]=KDE-grensesnitt til matematikkprogram
 Comment[pl]=Nakładka KDE dla oprogramowania matematycznego
 Comment[pt]=Interface para o KDE de Aplicações Matemáticas
-Comment[pt_BR]=Interface do KDE para software matemático
+Comment[pt_BR]=Interface do KDE para software de matemática
 Comment[ru]=Оболочка к системам компьютерной алгебры для KDE
 Comment[sk]=KDE Frontend pre matematický softvér
 Comment[sl]=KDE-jevo začelje za matematično programsko opremo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cantor-16.04.1/src/worksheettextitem.cpp 
new/cantor-16.04.2/src/worksheettextitem.cpp
--- old/cantor-16.04.1/src/worksheettextitem.cpp        2016-04-27 
20:55:49.000000000 +0200
+++ new/cantor-16.04.2/src/worksheettextitem.cpp        2016-06-09 
15:03:26.000000000 +0200
@@ -180,7 +180,7 @@
 QKeyEvent* 
WorksheetTextItem::eventForStandardAction(KStandardAction::StandardAction 
actionID)
 {
     // there must be a better way to get the shortcut...
-    QAction * action = KStandardAction::create(actionID, this, 0, this);
+    QAction * action = KStandardAction::create(actionID, this, SLOT(copy()), 
this);
     QKeySequence keySeq = action->shortcut();
     // we do not support key sequences with multiple keys here
     int code = keySeq[0];


Reply via email to