Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2019-12-14 12:05:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cantor (Old)
 and      /work/SRC/openSUSE:Factory/.cantor.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cantor"

Sat Dec 14 12:05:25 2019 rev:122 rq:756153 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cantor/cantor.changes    2019-11-13 
13:15:28.586894944 +0100
+++ /work/SRC/openSUSE:Factory/.cantor.new.4691/cantor.changes  2019-12-14 
12:06:56.871366857 +0100
@@ -1,0 +2,47 @@
+Tue Dec 10 06:38:07 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+  * Add compatibility with Sage based on Python3 (kde#411645)
+  * Update Appstream for new release
+  * Fix ux problem
+  * Fix minor typo
+  * Restore the cursor in the worksheet when scrolling with the mouse
+    wheel since we might be using the pointer cursor set after an
+    URL was hovered.
+  * Use preview package only instead of standalone for the preview
+    of rendered LaTeX images. standalone LaTeX package that is being
+    used now doesn't work on openSuse and maybe on some other distributions.
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:28 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- Changes since 19.11.80:
+  * Correctly restore the embedded images for mathematical formulas after
+    Escape was pressed in MarkdownEntry.
+  * Leave the markdown cell in the edit mode if the the user hits the
+    cancel/escape button.
+  * Show the pointer hand cursor when hovering over a URL in a markdown entry.
+  * Fix build with Discount (markdown support) after 
4723d4c3e5ea5a16ffcceb88bd9b5576190c28f2
+  * [Sage] Fix bug with unsuitable space removing in sage output (kde#413483)
+  * Fix build with Ninja on FreeBSD.
+  * Fix problems with building cantor without LANG environment variable 
(kde#410802)
+  * In case the specified backend executable is not an executable, show
+    the path of the file in the warning and not the name of the backend.
+  * Don't crash when deleting a worksheet while still waiting for the input 
from the backend.
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:00 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.80
+  * New feature release
+- Too many changes to list here.
+
+-------------------------------------------------------------------

Old:
----
  cantor-19.08.3.tar.xz
  cantor-19.08.3.tar.xz.sig

New:
----
  cantor-19.12.0.tar.xz
  cantor-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ cantor.spec ++++++
--- /var/tmp/diff_new_pack.UF8cea/_old  2019-12-14 12:06:59.691366367 +0100
+++ /var/tmp/diff_new_pack.UF8cea/_new  2019-12-14 12:06:59.695366367 +0100
@@ -16,53 +16,54 @@
 #
 
 
-%global libMAJOR 23
-%define kf5_version 5.26.0
+%global libMAJOR 24
+%define kf5_version 5.60.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 lang
 Name:           cantor
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Worksheet GUI for mathematical software
 License:        GPL-2.0-or-later
 Group:          Amusements/Teaching/Mathematics
 URL:            https://edu.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  R-base
 BuildRequires:  R-base-devel
-BuildRequires:  analitza-devel
+BuildRequires:  cmake(Analitza5)
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  gcc-fortran
 BuildRequires:  help2man
-BuildRequires:  karchive-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  kdelibs4support-devel
+BuildRequires:  cmake(KF5Archive)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  kf5-filesystem
-BuildRequires:  knewstuff-devel
-BuildRequires:  kparts-devel
-BuildRequires:  kpty-devel
-BuildRequires:  ktexteditor-devel
+BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5Parts)
+BuildRequires:  cmake(KF5Pty)
+BuildRequires:  cmake(KF5TextEditor)
+BuildRequires:  libpoppler-qt5-devel
 BuildRequires:  libspectre-devel
 BuildRequires:  perl
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  python3-devel
-BuildRequires:  syntax-highlighting-devel
+BuildRequires:  cmake(KF5SyntaxHighlighting)
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libqalculate)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Svg)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  pkgconfig(Qt5XmlPatterns)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Svg)
+BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5Xml)
+BuildRequires:  cmake(Qt5XmlPatterns)
 Recommends:     %{name}-lang
 Recommends:     maxima
 Recommends:     octave
@@ -169,7 +170,6 @@
 %dir %{_kf5_plugindir}/cantor/backends
 %{_kf5_plugindir}/cantor/backends/cantor_kalgebrabackend.so
 %{_kf5_plugindir}/cantor/backends/cantor_maximabackend.so
-%{_kf5_plugindir}/cantor/backends/cantor_nullbackend.so
 %{_kf5_plugindir}/cantor/backends/cantor_octavebackend.so
 %{_kf5_plugindir}/cantor/backends/cantor_python2backend.so
 %{_kf5_plugindir}/cantor/backends/cantor_python3backend.so

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.UF8cea/_old and 
/var/tmp/diff_new_pack.UF8cea/_new differ

++++++ cantor-19.08.3.tar.xz -> cantor-19.12.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/cantor/cantor-19.08.3.tar.xz 
/work/SRC/openSUSE:Factory/.cantor.new.4691/cantor-19.12.0.tar.xz differ: char 
25, line 1


Reply via email to