Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package analitza for openSUSE:Factory checked in at 2023-04-23 22:45:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/analitza (Old) and /work/SRC/openSUSE:Factory/.analitza.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "analitza" Sun Apr 23 22:45:23 2023 rev:139 rq:1080521 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/analitza/analitza.changes 2023-03-03 22:27:28.867138515 +0100 +++ /work/SRC/openSUSE:Factory/.analitza.new.1533/analitza.changes 2023-04-23 22:47:18.886661013 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:45:11 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +------------------------------------------------------------------- +Fri Mar 31 16:41:31 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:42:50 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- analitza-22.12.3.tar.xz analitza-22.12.3.tar.xz.sig New: ---- analitza-23.04.0.tar.xz analitza-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ analitza.spec ++++++ --- /var/tmp/diff_new_pack.UooSur/_old 2023-04-23 22:47:19.438664132 +0200 +++ /var/tmp/diff_new_pack.UooSur/_new 2023-04-23 22:47:19.442664155 +0200 @@ -18,11 +18,9 @@ %define soversion 8 %define kf5_version 5.90.0 -# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: analitza -Version: 22.12.3 +Version: 23.04.0 Release: 0 Summary: A library to add mathematical features to programs License: LGPL-2.1-or-later ++++++ analitza-22.12.3.tar.xz -> analitza-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.12.3/.kde-ci.yml new/analitza-23.04.0/.kde-ci.yml --- old/analitza-22.12.3/.kde-ci.yml 2023-02-25 05:51:34.000000000 +0100 +++ new/analitza-23.04.0/.kde-ci.yml 2023-04-11 06:13:23.000000000 +0200 @@ -2,7 +2,11 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['@all'] +- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6'] + 'require': + 'frameworks/extra-cmake-modules': '@latest-kf6' + +- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5'] 'require': 'frameworks/extra-cmake-modules': '@stable' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.12.3/CMakeLists.txt new/analitza-23.04.0/CMakeLists.txt --- old/analitza-22.12.3/CMakeLists.txt 2023-02-25 05:51:34.000000000 +0100 +++ new/analitza-23.04.0/CMakeLists.txt 2023-04-11 06:13:23.000000000 +0200 @@ -3,7 +3,7 @@ project(Analitza VERSION ${ANALITZA_VERSION}) set(QT_MIN_VERSION "5.15.2") -set(KF5_MIN_VERSION "5.90.0") +set(KF5_MIN_VERSION "5.92.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) @@ -24,6 +24,10 @@ include(CheckIncludeFiles) include(CheckLibraryExists) #FindCurses seems to need that on the CI include(ECMPoQmTools) +include(ECMDeprecationSettings) +if (QT_MAJOR_VERSION STREQUAL "6") + set(QT_REQUIRED_VERSION "6.4.0") +endif() find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Xml Svg Test Qml Quick PrintSupport) if (QT_MAJOR_VERSION STREQUAL "6") find_package(Qt6 REQUIRED NO_MODULE COMPONENTS Core5Compat OpenGLWidgets) @@ -41,6 +45,9 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII) remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY) +ecm_set_disabled_deprecation_versions(QT 5.12.2 + KF 5.102 +) add_subdirectory(analitza) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.12.3/analitzaplot/private/functiongraphfactory.cpp new/analitza-23.04.0/analitzaplot/private/functiongraphfactory.cpp --- old/analitza-22.12.3/analitzaplot/private/functiongraphfactory.cpp 2023-02-25 05:51:34.000000000 +0100 +++ new/analitza-23.04.0/analitzaplot/private/functiongraphfactory.cpp 2023-04-11 06:13:23.000000000 +0200 @@ -110,7 +110,7 @@ std::sort(args.begin(), args.end()); QString key; - for (int i = 0; i < argumentsFunctions.values().size() && key.isEmpty(); ++i) { + for (int i = 0; i < argumentsFunctions.size() && key.isEmpty(); ++i) { // qDebug() << "---" << args << dim << t.toString() << " || " << argumentsFunctions.values()[i] << spaceDimensions.values()[i] << expressionTypeFunctions.values()[i]().toString(); if (args == argumentsFunctions.values()[i] && dim == spaceDimensions.values()[i] @@ -146,7 +146,7 @@ { QMap< QString, QPair< QStringList, Analitza::ExpressionType > > ret; - for (int i = 0; i < typeNameFunctions.values().size(); ++i) + for (int i = 0; i < typeNameFunctions.size(); ++i) ret[typeNameFunctions.values()[i]] = qMakePair( argumentsFunctions.values()[i], expressionTypeFunctions.values()[i]()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.12.3/poqm/ca/analitza_qt.po new/analitza-23.04.0/poqm/ca/analitza_qt.po --- old/analitza-22.12.3/poqm/ca/analitza_qt.po 2023-02-25 05:51:34.000000000 +0100 +++ new/analitza-23.04.0/poqm/ca/analitza_qt.po 2023-04-11 06:13:23.000000000 +0200 @@ -1247,3 +1247,61 @@ msgctxt "QCoreApplication|" msgid "Selected viewport too small" msgstr "La finestra de visualització seleccionada és massa petita" + +#~ msgctxt "QObject|" +#~ msgid "PNG File (*.png)" +#~ msgstr "Fitxer PNG (*.png)" + +#~ msgctxt "NAME OF TRANSLATORS" +#~ msgid "Your names" +#~ msgstr "Orestes Mas Casals" + +#~ msgctxt "EMAIL OF TRANSLATORS" +#~ msgid "Your emails" +#~ msgstr "[email protected]" + +#~ msgctxt "Parameter in function prototype" +#~ msgid "par%1" +#~ msgstr "par%1" + +#~ msgctxt "Function parameter separator" +#~ msgid ", " +#~ msgstr ", " + +#, fuzzy +#~| msgid "Hyperbolic secant" +#~ msgctxt "dictionary" +#~ msgid "Hiperbola" +#~ msgstr "Secant hiperbòlica" + +#~ msgid "Function type not correct for functions depending on %1" +#~ msgstr "El tipus de funció no és correcte per funcions que depenen de %1" + +#~ msgctxt "" +#~ "This function can't be represented as a curve. To draw implicit curve, " +#~ "the function has to satisfy the implicit function theorem." +#~ msgid "Implicit function undefined in the plane" +#~ msgstr "la funció implÃcita no està definida en el pla" + +#~ msgid "center" +#~ msgstr "centre" + +#~ msgctxt "@title:column" +#~ msgid "Function" +#~ msgstr "Funció" + +#~ msgid "%1 function added" +#~ msgstr "S'ha afegit la funció %1" + +#~ msgid "Hide '%1'" +#~ msgstr "Oculta «%1»" + +#~ msgid "Show '%1'" +#~ msgstr "Mostra «%1»" + +#~ msgid "Remove '%1'" +#~ msgstr "Elimina «%1»" + +#~ msgctxt "Error message" +#~ msgid "Unknown token %1" +#~ msgstr "Token desconegut: %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.12.3/poqm/ia/analitza_qt.po new/analitza-23.04.0/poqm/ia/analitza_qt.po --- old/analitza-22.12.3/poqm/ia/analitza_qt.po 2023-02-25 05:51:34.000000000 +0100 +++ new/analitza-23.04.0/poqm/ia/analitza_qt.po 2023-04-11 06:13:23.000000000 +0200 @@ -1,8 +1,8 @@ -# Giovanni Sora <[email protected]>, 2020, 2021. +# Giovanni Sora <[email protected]>, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-11-10 22:04+0100\n" +"PO-Revision-Date: 2022-12-14 12:21+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" "Language: ia\n" @@ -11,7 +11,7 @@ "Content-Transfer-Encoding: 8bit\n" "X-Qt-Contexts: true\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 21.08.3\n" +"X-Generator: Lokalize 21.12.3\n" msgctxt "QObject|dictionary" msgid "xaxaxaxaxa" @@ -724,17 +724,17 @@ #: analitzagui/operatorsmodel.cpp:195 msgctxt "QCoreApplication|" msgid "Secant" -msgstr "" +msgstr "Secante" #: analitzagui/operatorsmodel.cpp:198 msgctxt "QCoreApplication|" msgid "Cosecant" -msgstr "" +msgstr "Cosecante" #: analitzagui/operatorsmodel.cpp:201 msgctxt "QCoreApplication|" msgid "Cotangent" -msgstr "" +msgstr "Cotangente" #: analitzagui/operatorsmodel.cpp:204 msgctxt "QCoreApplication|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.12.3/poqm/tr/analitza_qt.po new/analitza-23.04.0/poqm/tr/analitza_qt.po --- old/analitza-22.12.3/poqm/tr/analitza_qt.po 2023-02-25 05:51:34.000000000 +0100 +++ new/analitza-23.04.0/poqm/tr/analitza_qt.po 2023-04-11 06:13:23.000000000 +0200 @@ -1,8 +1,8 @@ -# Emir SARI <[email protected]>, 2022. +# Emir SARI <[email protected]>, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2022-11-15 05:01+0300\n" +"PO-Revision-Date: 2023-03-09 13:28+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" @@ -11,7 +11,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Qt-Contexts: true\n" -"X-Generator: Lokalize 22.08.3\n" +"X-Generator: Lokalize 22.12.3\n" msgctxt "QObject|dictionary" msgid "xaxaxaxaxa" @@ -130,7 +130,7 @@ #: analitza/commands/matrixcommands.cpp:149 msgctxt "QCoreApplication|" msgid "Matrix constructor needs vectors or matrixrow elements" -msgstr "Matris oluÅturucu vektörlere veya matris satırlarına ihtiyaç duyar" +msgstr "Matris oluÅturucu, vektörlere veya matris satırlarına gereksinim duyar" #: analitza/commands/blockmatrixcommands.cpp:244 #: analitza/commands/matrixcommands.cpp:288 @@ -279,7 +279,7 @@ #: analitza/expression.cpp:228 msgctxt "there was a conditional outside a condition structure|" msgid "We can only have conditionals inside piecewise structures." -msgstr "Parçalı yapılar içinde sadece koÅullarımız olabilir." +msgstr "Parçalı yapılar içinde yalnızca koÅullarımız olabilir." #: analitza/expression.cpp:244 #, qt-format @@ -302,12 +302,12 @@ #: analitza/expression.cpp:273 msgctxt "QCoreApplication|" msgid "We can only declare variables" -msgstr "Sadece deÄiÅkenleri tanımlayabiliriz" +msgstr "Yalnızca deÄiÅkenleri tanımlayabiliriz" #: analitza/expression.cpp:279 msgctxt "QCoreApplication|" msgid "We can only have bounded variables" -msgstr "Sadece sınırlı deÄiÅkenlerimiz olabilir" +msgstr "Yalnızca sınırlı deÄiÅkenlerimiz olabilir" #: analitza/expression.cpp:290 analitza/expression.cpp:495 msgctxt "QCoreApplication|" @@ -317,7 +317,7 @@ #: analitza/expression.cpp:300 msgctxt "QCoreApplication|" msgid "The matrix must contain only matrixrow elements" -msgstr "Matrisler sadece matris satırı ögeleri içerebilir" +msgstr "Matrisler yalnızca matris satırı ögeleri içerebilir" #: analitza/expression.cpp:419 #, qt-format @@ -516,7 +516,7 @@ #: analitza/operations.cpp:276 msgctxt "QCoreApplication|" msgid "Only square root implemented for complex numbers" -msgstr "KarmaÅık sayılar için sadece karekök alma iÅlemi kullanılabilir" +msgstr "KarmaÅık sayılar için yalnızca karekök alma iÅlemi kullanılabilir" #: analitza/operations.cpp:351 analitza/operations.cpp:463 #, qt-format @@ -574,8 +574,8 @@ "Multiplication between a vector and a matrix is allowed provided that the " "matrix has only one matrixrow element" msgstr "" -"Bir matris ile vektörün çarpımına matrisin sadece bir satır içerdiÄinde izin " -"verilmektedir" +"Bir matris ile vektörün çarpımına matrisin yalnızca bir satır içerdiÄinde " +"izin verilmektedir" #: analitza/operations.cpp:730 msgctxt "QCoreApplication|" @@ -1128,7 +1128,7 @@ #: analitzaplot/private/backends/cartesiancurve.cpp:245 msgctxt "QCoreApplication|" msgid "We can only draw Real results." -msgstr "Sadece Gerçek sonuçları çizebilirsiniz." +msgstr "Yalnızca Gerçek sonuçları çizebilirsiniz." #: analitzaplot/private/backends/cartesiancurve.cpp:248 #: analitzawidgets/plotsview2d.cpp:236 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.12.3/poqm/zh_CN/analitza_qt.po new/analitza-23.04.0/poqm/zh_CN/analitza_qt.po --- old/analitza-22.12.3/poqm/zh_CN/analitza_qt.po 2023-02-25 05:51:34.000000000 +0100 +++ new/analitza-23.04.0/poqm/zh_CN/analitza_qt.po 2023-04-11 06:13:23.000000000 +0200 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2023-02-24 12:58\n" +"PO-Revision-Date: 2023-04-10 14:13\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n"
