Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2018-04-27 16:02:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kalgebra (Old)
 and      /work/SRC/openSUSE:Factory/.kalgebra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kalgebra"

Fri Apr 27 16:02:06 2018 rev:87 rq:598998 version:18.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes        2018-03-22 
11:59:55.172855681 +0100
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2018-04-27 
16:02:11.273994906 +0200
@@ -1,0 +2,23 @@
+Wed Apr 18 07:48:45 CEST 2018 - [email protected]
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * None
+
+-------------------------------------------------------------------
+Fri Apr 06 07:08:54 CEST 2018 - [email protected]
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * Include the header in the resource
+  * Kirigami needs more explicit dependencies
+  * Include donate URL
+  * Add actions as separators rather than menus (kde#390940)
+
+-------------------------------------------------------------------

Old:
----
  kalgebra-17.12.3.tar.xz

New:
----
  kalgebra-18.04.0.tar.xz

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

Other differences:
------------------
++++++ kalgebra.spec ++++++
--- /var/tmp/diff_new_pack.Evd7do/_old  2018-04-27 16:02:12.161962321 +0200
+++ /var/tmp/diff_new_pack.Evd7do/_new  2018-04-27 16:02:12.165962174 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           kalgebra
-Version:        17.12.3
+Version:        18.04.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ kalgebra-17.12.3.tar.xz -> kalgebra-18.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-17.12.3/mobile/CMakeLists.txt 
new/kalgebra-18.04.0/mobile/CMakeLists.txt
--- old/kalgebra-17.12.3/mobile/CMakeLists.txt  2017-11-14 09:09:30.000000000 
+0100
+++ new/kalgebra-18.04.0/mobile/CMakeLists.txt  2018-03-19 22:35:25.000000000 
+0100
@@ -4,7 +4,7 @@
     add_definitions(-DKDECOMPONENTS)
 endif()
 
-qt5_add_resources(KALGEBRAMOBILE_SRCS resources.qrc)
+qt5_add_resources(KALGEBRAMOBILE_SRCS resources.qrc header.qrc)
 add_executable(kalgebramobile pluginsmodel.cpp
     ../src/consolemodel.cpp
     kalgebramobile.cpp main.cpp ${KALGEBRAMOBILE_SRCS})
@@ -18,7 +18,8 @@
 #   Material requires QtSvg for icons
 #   if we don't link it here explicitly, androiddeployqt doesn't bring it
     find_package(Qt5Svg REQUIRED)
-    target_link_libraries(kalgebramobile Qt5::Svg)
+    find_package(KF5Kirigami2 REQUIRED)
+    target_link_libraries(kalgebramobile Qt5::Svg KF5::Kirigami2)
 endif()
 
 if(TARGET KF5::I18n)
Binary files old/kalgebra-17.12.3/mobile/header.jpg and 
new/kalgebra-18.04.0/mobile/header.jpg differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-17.12.3/mobile/header.qrc 
new/kalgebra-18.04.0/mobile/header.qrc
--- old/kalgebra-17.12.3/mobile/header.qrc      1970-01-01 01:00:00.000000000 
+0100
+++ new/kalgebra-18.04.0/mobile/header.qrc      2018-03-19 22:35:25.000000000 
+0100
@@ -0,0 +1,5 @@
+<RCC>
+    <qresource>
+        <file>header.jpg</file>
+    </qresource>
+</RCC>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-17.12.3/mobile/plugins/widgets/kde/KAlgebraMobile.qml 
new/kalgebra-18.04.0/mobile/plugins/widgets/kde/KAlgebraMobile.qml
--- old/kalgebra-17.12.3/mobile/plugins/widgets/kde/KAlgebraMobile.qml  
2017-11-14 09:09:30.000000000 +0100
+++ new/kalgebra-18.04.0/mobile/plugins/widgets/kde/KAlgebraMobile.qml  
2018-03-19 22:35:25.000000000 +0100
@@ -20,7 +20,7 @@
 
         title: "KAlgebra"
         titleIcon: "qrc:/kalgebra.svgz"
-        bannerImageSource: 
"https://images.unsplash.com/photo-1464831728920-2095a7fbc506?ixlib=rb-0.3.5&q=35&fm=jpg&crop=entropy&cs=srgb&s=8887357234283ab5cc2088b779615d87";
 //TODO: use something local!
+        bannerImageSource: "qrc:/header.jpg"
 
         Instantiator {
             delegate: Kirigami.Action {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-17.12.3/org.kde.kalgebra.appdata.xml 
new/kalgebra-18.04.0/org.kde.kalgebra.appdata.xml
--- old/kalgebra-17.12.3/org.kde.kalgebra.appdata.xml   2017-11-14 
09:09:30.000000000 +0100
+++ new/kalgebra-18.04.0/org.kde.kalgebra.appdata.xml   2018-03-19 
22:35:25.000000000 +0100
@@ -97,6 +97,7 @@
   <url type="homepage">http://edu.kde.org/kalgebra/</url>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kalgebra</url>
   <url 
type="help">http://docs.kde.org/stable/en/kdeedu/kalgebra/index.html</url>
+  <url type="donation">https://kde.org/donate/</url>
   <screenshots>
     <screenshot type="default">
       <image>http://kde.org/images/screenshots/kalgebra.png</image>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-17.12.3/po/ca/kalgebra.po 
new/kalgebra-18.04.0/po/ca/kalgebra.po
--- old/kalgebra-17.12.3/po/ca/kalgebra.po      2018-03-06 01:09:08.000000000 
+0100
+++ new/kalgebra-18.04.0/po/ca/kalgebra.po      2018-04-13 02:02:38.000000000 
+0200
@@ -429,3 +429,62 @@
 #, kde-format
 msgid "Apply"
 msgstr "Aplica"
+
+#~ msgid ""
+#~ "PNG File (*.png);;PDF Document(*.pdf);;X3D Document (*.x3d);;STL Document "
+#~ "(*.stl)"
+#~ msgstr ""
+#~ "Fitxer PNG (*.png);;Document PDF (*.pdf);;Document X3D (*.x3d);;Document "
+#~ "STL (*.stl)"
+
+#~ msgid "C&onsole"
+#~ msgstr "C&onsola"
+
+#~ msgid "KAlgebra"
+#~ msgstr "KAlgebra"
+
+#~ msgid "&Console"
+#~ msgstr "&Consola"
+
+#~ msgid "Aleix Pol Gonzalez"
+#~ msgstr "Aleix Pol Gonzalez"
+
+#~ msgid "Percy Camilo Triveño Aucahuasi"
+#~ msgstr "Percy Camilo Triveño Aucahuasi"
+
+#~ msgid ""
+#~ "Developed feature for drawing implicit curves. Improvements for plotting "
+#~ "functions."
+#~ msgstr ""
+#~ "Ha desenvolupat la possibilitat de dibuixar corbes implícites. Millores a "
+#~ "les funcions de representació."
+
+#~ msgid "<b>Formula</b>"
+#~ msgstr "<b>Fórmula</b>"
+
+#~ msgid "Error: Wrong type of function"
+#~ msgstr "Error: tipus de funció equivocat"
+
+#~ msgctxt "3D graph done in x milliseconds"
+#~ msgid "Done: %1ms"
+#~ msgstr "Fet: %1ms"
+
+#~ msgid "Error: %1"
+#~ msgstr "Error: %1"
+
+#~ msgctxt "@action:button"
+#~ msgid "Clear"
+#~ msgstr "Neteja"
+
+#~ msgid "*.png|PNG File"
+#~ msgstr "*.png|Fitxer PNG"
+
+#~ msgctxt "text ellipsis"
+#~ msgid "%1..."
+#~ msgstr "%1..."
+
+#~ msgid "&Transparency"
+#~ msgstr "&Transparència"
+
+#~ msgid "Type"
+#~ msgstr "Tipus"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-17.12.3/po/ca@valencia/kalgebra.po 
new/kalgebra-18.04.0/po/ca@valencia/kalgebra.po
--- old/kalgebra-17.12.3/po/ca@valencia/kalgebra.po     2018-03-06 
01:09:08.000000000 +0100
+++ new/kalgebra-18.04.0/po/ca@valencia/kalgebra.po     2018-04-13 
02:02:38.000000000 +0200
@@ -158,7 +158,7 @@
 #, kde-format
 msgctxt "@item:inmenu"
 msgid "&Save Script..."
-msgstr "Al&ça un script..."
+msgstr "Guar&da un script..."
 
 #: kalgebra.cpp:176
 #, kde-format
@@ -295,7 +295,7 @@
 #: kalgebra.cpp:347
 #, kde-format
 msgid "Look for:"
-msgstr "Busca:"
+msgstr "Cerca:"
 
 #: kalgebra.cpp:440
 #, kde-format
@@ -429,3 +429,62 @@
 #, kde-format
 msgid "Apply"
 msgstr "Aplica"
+
+#~ msgid ""
+#~ "PNG File (*.png);;PDF Document(*.pdf);;X3D Document (*.x3d);;STL Document "
+#~ "(*.stl)"
+#~ msgstr ""
+#~ "Fitxer PNG (*.png);;Document PDF (*.pdf);;Document X3D (*.x3d);;Document "
+#~ "STL (*.stl)"
+
+#~ msgid "C&onsole"
+#~ msgstr "C&onsola"
+
+#~ msgid "KAlgebra"
+#~ msgstr "KAlgebra"
+
+#~ msgid "&Console"
+#~ msgstr "&Consola"
+
+#~ msgid "Aleix Pol Gonzalez"
+#~ msgstr "Aleix Pol Gonzalez"
+
+#~ msgid "Percy Camilo Triveño Aucahuasi"
+#~ msgstr "Percy Camilo Triveño Aucahuasi"
+
+#~ msgid ""
+#~ "Developed feature for drawing implicit curves. Improvements for plotting "
+#~ "functions."
+#~ msgstr ""
+#~ "Ha desenvolupat la possibilitat de dibuixar corbes implícites. Millores a "
+#~ "les funcions de representació."
+
+#~ msgid "<b>Formula</b>"
+#~ msgstr "<b>Fórmula</b>"
+
+#~ msgid "Error: Wrong type of function"
+#~ msgstr "Error: tipus de funció equivocat"
+
+#~ msgctxt "3D graph done in x milliseconds"
+#~ msgid "Done: %1ms"
+#~ msgstr "Fet: %1ms"
+
+#~ msgid "Error: %1"
+#~ msgstr "Error: %1"
+
+#~ msgctxt "@action:button"
+#~ msgid "Clear"
+#~ msgstr "Neteja"
+
+#~ msgid "*.png|PNG File"
+#~ msgstr "*.png|Fitxer PNG"
+
+#~ msgctxt "text ellipsis"
+#~ msgid "%1..."
+#~ msgstr "%1..."
+
+#~ msgid "&Transparency"
+#~ msgstr "&Transparència"
+
+#~ msgid "Type"
+#~ msgstr "Tipus"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-17.12.3/po/gl/kalgebra.po 
new/kalgebra-18.04.0/po/gl/kalgebra.po
--- old/kalgebra-17.12.3/po/gl/kalgebra.po      2018-03-06 01:09:09.000000000 
+0100
+++ new/kalgebra-18.04.0/po/gl/kalgebra.po      2018-04-13 02:02:39.000000000 
+0200
@@ -63,7 +63,7 @@
 #: consolemodel.cpp:112
 #, kde-format
 msgid "<ul class='error'>Error: Could not load %1. <br /> %2</ul>"
-msgstr "<ul class='error'>Erro: Non foi posíbel cargar %1. <br /> %2</ul>"
+msgstr "<ul class='error'>Erro: Non se puido cargar %1. <br /> %2</ul>"
 
 #: dictionary.cpp:44
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-17.12.3/po/zh_CN/kalgebra.po 
new/kalgebra-18.04.0/po/zh_CN/kalgebra.po
--- old/kalgebra-17.12.3/po/zh_CN/kalgebra.po   2018-03-06 01:09:09.000000000 
+0100
+++ new/kalgebra-18.04.0/po/zh_CN/kalgebra.po   2018-04-13 02:02:40.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-06-23 03:04+0200\n"
-"PO-Revision-Date: 2018-02-28 02:29-0500\n"
+"PO-Revision-Date: 2018-04-05 09:42-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-17.12.3/po/zh_CN/plasma_applet_kalgebraplasmoid.po 
new/kalgebra-18.04.0/po/zh_CN/plasma_applet_kalgebraplasmoid.po
--- old/kalgebra-17.12.3/po/zh_CN/plasma_applet_kalgebraplasmoid.po     
2018-03-06 01:09:09.000000000 +0100
+++ new/kalgebra-18.04.0/po/zh_CN/plasma_applet_kalgebraplasmoid.po     
2018-04-13 02:02:40.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:13+0100\n"
-"PO-Revision-Date: 2018-02-28 02:29-0500\n"
+"PO-Revision-Date: 2018-04-05 09:42-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-17.12.3/src/kalgebra.cpp 
new/kalgebra-18.04.0/src/kalgebra.cpp
--- old/kalgebra-17.12.3/src/kalgebra.cpp       2017-11-14 09:09:30.000000000 
+0100
+++ new/kalgebra-18.04.0/src/kalgebra.cpp       2018-03-19 22:35:25.000000000 
+0100
@@ -125,7 +125,7 @@
     
     m_status = new QLabel(this);
     statusBar()->insertWidget(0, m_status);
-    menuBar()->addMenu(QStringLiteral("|"))->setEnabled(false);
+    menuBar()->addAction(QStringLiteral("|"))->setEnabled(false);
     
     ///////Console
     QWidget *console = new QWidget(m_tabs);
@@ -326,7 +326,7 @@
 
     ////////////
     //////EO3D Graph
-    menuBar()->addMenu(QStringLiteral("|"))->setEnabled(false);
+    menuBar()->addAction(QStringLiteral("|"))->setEnabled(false);
     
     //Dictionary tab
     d_dock = new QDockWidget(i18n("Operations"), this);


Reply via email to