Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package analitza for openSUSE:Factory checked in at 2021-04-25 21:26:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/analitza (Old) and /work/SRC/openSUSE:Factory/.analitza.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "analitza" Sun Apr 25 21:26:10 2021 rev:114 rq:887581 version:21.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/analitza/analitza.changes 2021-03-08 15:18:29.329992803 +0100 +++ /work/SRC/openSUSE:Factory/.analitza.new.12324/analitza.changes 2021-04-25 21:26:17.884349303 +0200 @@ -1,0 +2,25 @@ +Fri Apr 16 16:10:59 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- No code change since 21.03.90 + +------------------------------------------------------------------- +Fri Apr 9 17:39:26 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.03.90 + * New feature release +- No code change since 21.03.80 + +------------------------------------------------------------------- +Sun Mar 21 13:27:01 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.03.80 + * New feature release +- Changes since 20.12.3: + * Remove unimplemented methods + * Don't use QtTest as include + +------------------------------------------------------------------- Old: ---- analitza-20.12.3.tar.xz analitza-20.12.3.tar.xz.sig New: ---- analitza-21.04.0.tar.xz analitza-21.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ analitza.spec ++++++ --- /var/tmp/diff_new_pack.nPnCuZ/_old 2021-04-25 21:26:19.384351108 +0200 +++ /var/tmp/diff_new_pack.nPnCuZ/_new 2021-04-25 21:26:19.384351108 +0200 @@ -1,7 +1,7 @@ # # spec file for package analitza # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: analitza -Version: 20.12.3 +Version: 21.04.0 Release: 0 Summary: A library to add mathematical features to programs License: LGPL-2.1-or-later Group: System/GUI/KDE -URL: https://projects.kde.org/projects/kde/kdeedu/analitza +URL: https://invent.kde.org/education/analitza Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif BuildRequires: cmake BuildRequires: eigen3-devel BuildRequires: extra-cmake-modules >= %{kf5_version} @@ -48,10 +52,6 @@ Requires: libAnalitza5 = %{version} Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif Recommends: %{name}-lang %description @@ -78,7 +78,7 @@ %lang_package %prep -%setup -q -n analitza-%{version} +%autosetup -p1 -n analitza-%{version} %build %cmake_kf5 -d build @@ -98,9 +98,9 @@ %{_kf5_libdir}/libAnalitza*.so.* %files devel +%{_kf5_cmakedir}/Analitza5/ %{_kf5_libdir}/libAnalitza*.so %{_kf5_prefix}/include/Analitza5/ -%{_kf5_cmakedir}/Analitza5/ %files %{_kf5_qmldir}/ ++++++ analitza-20.12.3.tar.xz -> analitza-21.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-20.12.3/analitza/tests/mathmlpresentationtest.cpp new/analitza-21.04.0/analitza/tests/mathmlpresentationtest.cpp --- old/analitza-20.12.3/analitza/tests/mathmlpresentationtest.cpp 2020-10-23 13:38:46.000000000 +0200 +++ new/analitza-21.04.0/analitza/tests/mathmlpresentationtest.cpp 2021-02-04 07:09:30.000000000 +0100 @@ -21,7 +21,6 @@ #include "expressionparser.h" #include "expression.h" #include <QTest> -#include <QtTest> using Analitza::Expression; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-20.12.3/analitzawidgets/expressionedit.h new/analitza-21.04.0/analitzawidgets/expressionedit.h --- old/analitza-20.12.3/analitzawidgets/expressionedit.h 2020-10-23 13:38:46.000000000 +0200 +++ new/analitza-21.04.0/analitzawidgets/expressionedit.h 2021-02-04 07:09:30.000000000 +0100 @@ -66,12 +66,6 @@ /** Sets the ExpressionEdit input mode. */ void setMode(AlgebraHighlighter::Mode en); - /** Sets whether autocompletion will be used. */ - void setAutocomplete(bool a); - - /** Returns whether autocompletion will be used. */ - bool autocomplete(); - /** Returns whether there is MathML on the widget. */ bool isMathML() const; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-20.12.3/poqm/sk/analitza_qt.po new/analitza-21.04.0/poqm/sk/analitza_qt.po --- old/analitza-20.12.3/poqm/sk/analitza_qt.po 2021-03-02 01:34:25.000000000 +0100 +++ new/analitza-21.04.0/poqm/sk/analitza_qt.po 2021-04-16 10:36:09.000000000 +0200 @@ -1,19 +1,19 @@ # translation of analitza.po to Slovak # Richard Fri?? <[email protected]>, 2011. -# Roman Pahol??k <[email protected]>, 2012, 2013, 2014, 2015, 2017, 2020. +# Roman Pahol??k <[email protected]>, 2012, 2013, 2014, 2015, 2017. msgid "" msgstr "" "Project-Id-Version: analitza\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-02-16 03:26+0000\n" -"PO-Revision-Date: 2020-12-17 19:18+0100\n" -"Last-Translator: Roman Pahol??k <[email protected]>\n" +"PO-Revision-Date: 2017-08-04 22:19+0100\n" +"Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.08.2\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Qt-Contexts: true\n" @@ -1087,7 +1087,9 @@ msgstr "Typ funkcie '%1' nebol rozpoznan??" #: analitzaplot/plotsfactory.cpp:74 -#, qt-format +#, fuzzy, qt-format +#| msgctxt "QCoreApplication|" +#| msgid "Function type '%1' not recognized" msgctxt "QCoreApplication|" msgid "Function '%1' not recognized" msgstr "Typ funkcie '%1' nebol rozpoznan??" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-20.12.3/poqm/uk/analitza_qt.po new/analitza-21.04.0/poqm/uk/analitza_qt.po --- old/analitza-20.12.3/poqm/uk/analitza_qt.po 2021-03-02 01:34:25.000000000 +0100 +++ new/analitza-21.04.0/poqm/uk/analitza_qt.po 2021-04-16 10:36:09.000000000 +0200 @@ -16,6 +16,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Qt-Contexts: true\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 19.03.70\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-20.12.3/poqm/zh_CN/analitza_qt.po new/analitza-21.04.0/poqm/zh_CN/analitza_qt.po --- old/analitza-20.12.3/poqm/zh_CN/analitza_qt.po 2021-03-02 01:34:25.000000000 +0100 +++ new/analitza-21.04.0/poqm/zh_CN/analitza_qt.po 2021-04-16 10:36:09.000000000 +0200 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2021-02-04 12:01\n" +"PO-Revision-Date: 2021-03-27 17:31\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n"
