Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2017-09-11 16:18:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cantor (Old)
 and      /work/SRC/openSUSE:Factory/.cantor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cantor"

Mon Sep 11 16:18:50 2017 rev:94 rq:522474 version:17.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cantor/cantor.changes    2017-08-28 
15:05:18.508765604 +0200
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes       2017-09-11 
16:18:50.669956245 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Don't search for and link to libcln when using libqalculate>=2.0
+
+-------------------------------------------------------------------

Old:
----
  cantor-17.08.0.tar.xz

New:
----
  cantor-17.08.1.tar.xz

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

Other differences:
------------------
++++++ cantor.spec ++++++
--- /var/tmp/diff_new_pack.awA8W0/_old  2017-09-11 16:18:51.281870311 +0200
+++ /var/tmp/diff_new_pack.awA8W0/_new  2017-09-11 16:18:51.285869749 +0200
@@ -20,7 +20,7 @@
 
 %global libMAJOR 17
 Name:           cantor
-Version:        17.08.0
+Version:        17.08.1
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ cantor-17.08.0.tar.xz -> cantor-17.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cantor-17.08.0/CMakeLists.txt 
new/cantor-17.08.1/CMakeLists.txt
--- old/cantor-17.08.0/CMakeLists.txt   2017-08-11 02:24:39.000000000 +0200
+++ new/cantor-17.08.1/CMakeLists.txt   2017-09-05 02:23:07.000000000 +0200
@@ -7,7 +7,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 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-17.08.0/cmake/FindQalculate.cmake 
new/cantor-17.08.1/cmake/FindQalculate.cmake
--- old/cantor-17.08.0/cmake/FindQalculate.cmake        2017-08-08 
20:06:34.000000000 +0200
+++ new/cantor-17.08.1/cmake/FindQalculate.cmake        2017-09-04 
06:09:19.000000000 +0200
@@ -30,9 +30,10 @@
       pkg_check_modules(_pc_QALCULATE libqalculate)
     endif(QALCULATE_MIN_VERSION)
 
-    pkg_check_modules(_pc_CLN cln)
-
     if(_pc_QALCULATE_FOUND)
+      if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0)
+        pkg_check_modules(_pc_CLN cln)
+      endif()
       set(QALCULATE_CFLAGS ${_pc_QALCULATE_CFLAGS})
     endif(_pc_QALCULATE_FOUND)
 
@@ -52,13 +53,17 @@
       ${INCLUDE_INSTALL_DIR}
     )
 
-    find_library(CLN_LIBRARIES
-      NAMES
-      cln
-      PATHS
-      ${_pc_CLN_LIBRARY_DIRS}
-      ${LIB_INSTALL_DIR}
-    )
+    if(_pc_QALCULATE_FOUND)
+      if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0)
+        find_library(CLN_LIBRARIES
+          NAMES
+          cln
+          PATHS
+          ${_pc_CLN_LIBRARY_DIRS}
+          ${LIB_INSTALL_DIR}
+        )
+      endif()
+    endif()
 
   else(NOT WIN32)
     # XXX: currently no libqalculate on windows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cantor-17.08.0/po/pl/cantor.po 
new/cantor-17.08.1/po/pl/cantor.po
--- old/cantor-17.08.0/po/pl/cantor.po  2017-08-11 02:24:38.000000000 +0200
+++ new/cantor-17.08.1/po/pl/cantor.po  2017-09-05 02:23:06.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-05-01 02:46+0200\n"
-"PO-Revision-Date: 2017-06-03 08:18+0100\n"
+"PO-Revision-Date: 2017-08-12 07:07+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
@@ -1913,22 +1913,16 @@
 msgstr "http://www.scilab.org/support/documentation";
 
 #: backends/scilab/scilabbackend.cpp:101
-#, fuzzy, kde-format
-#| msgid ""
-#| "<p><b>Warning:</b> this backend works only with Scilab version 5.5 or "
-#| "later</p><p>Scilab is a free software, cross-platform numerical "
-#| "computational package and a high-level, numerically oriented programming "
-#| "language.</p>Scilab is distributed under CeCILL license (GPL compatible)"
+#, kde-format
 msgid ""
 "<p>Scilab is a free software, cross-platform numerical computational package "
 "and a high-level, numerically oriented programming language.</p>Scilab is "
 "distributed under CeCILL license (GPL compatible)"
 msgstr ""
-"<p><b>Ostrzeżenie:</b> silnik ten działa tylko z Scilab w wersji 5.5 lub "
-"późniejszej</p><p>Scilab jest darmowym oprogramowanie, wieloplatformowym "
-"pakietem do obliczania numerycznego i wysoko poziomowym, numerycznie "
-"zorientowanym językiem programistycznym.</p>Scilab jest rozpowszechniany na "
-"licencji CeCILL (kompatybilna z GPL)"
+"<p>Scilab jest darmowym oprogramowanie, wieloplatformowym pakietem do "
+"obliczania numerycznego i wysoko poziomowym, numerycznie zorientowanym "
+"językiem programistycznym.</p>Scilab jest rozpowszechniany na licencji "
+"CeCILL (zgodna z GPL)"
 
 #. i18n: ectx: label, entry (Path), group (ScilabBackend)
 #: backends/scilab/scilabbackend.kcfg:10
@@ -1941,10 +1935,9 @@
 "lepsza lub równa wersji 5.4)"
 
 #: backends/scilab/scilabextensions.cpp:38
-#, fuzzy, kde-format
-#| msgid "Scilab script file (*.sce);;Scilab function file (*.sci)"
+#, kde-format
 msgid ";;Scilab script file (*.sce);;Scilab function file (*.sci)"
-msgstr "Plik skryptu Scilab (*.sce);;Plik funkcji Scilab (*.sci)"
+msgstr ";;Plik skryptu Scilab (*.sce);;Plik funkcji Scilab (*.sci)"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: backends/scilab/settings.ui:19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cantor-17.08.0/po/zh_CN/cantor.po 
new/cantor-17.08.1/po/zh_CN/cantor.po
--- old/cantor-17.08.0/po/zh_CN/cantor.po       2017-08-11 02:24:38.000000000 
+0200
+++ new/cantor-17.08.1/po/zh_CN/cantor.po       2017-09-05 02:23:06.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-05-01 02:46+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:20-0400\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-17.08.0/src/backends/kalgebra/kalgebrabackend.json 
new/cantor-17.08.1/src/backends/kalgebra/kalgebrabackend.json
--- old/cantor-17.08.0/src/backends/kalgebra/kalgebrabackend.json       
2017-08-08 20:06:34.000000000 +0200
+++ new/cantor-17.08.1/src/backends/kalgebra/kalgebrabackend.json       
2017-09-04 06:09:19.000000000 +0200
@@ -10,7 +10,7 @@
         "Description[et]": "Cantori KAlgebra taustaprogramm. Võimaldab 
kasutada Cantori töölehtedel sama keelt, mida kasutab rakendus KAlgebra.",
         "Description[fi]": "Cantorin KAlgebra-taustajärjestelmä. Mahdollistaa 
KAlgebran kielen käytön Cantorin työkirjoissa.",
         "Description[fr]": "Moteur KAlgebra pour Cantor vous permettant 
d'utiliser le même langage que dans l'application KAlgebra pour les feuilles de 
calcul de Cantor.",
-        "Description[gl]": "Infraestrutura de KAlgebra para Cantor. Permite 
empregar a mesma linguaxe que en KAlgebra nas fichas de Cantor.",
+        "Description[gl]": "Infraestrutura de KAlgebra para Cantor. Permite 
empregar a mesma linguaxe que no aplicativo KAlgebra nas fichas de Cantor.",
         "Description[it]": "Backend KAlgebra per Cantor. Permette di usare in 
Cantor lo stesso linguaggio usato in KAlgebra.",
         "Description[nl]": "Kalgebra backend voor Cantor. Het laat u dezelfde 
taal als in Kalgebra gebruiken in Cantor-werkbladen.",
         "Description[nn]": "KAlgebra-motor for Cantor. Lèt deg bruka same 
språk som du brukar i KAlgebra-program i Cantor-arbeidsark.",


Reply via email to