Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2019-01-08 12:20:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cantor (Old)
 and      /work/SRC/openSUSE:Factory/.cantor.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cantor"

Tue Jan  8 12:20:03 2019 rev:109 rq:658327 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cantor/cantor.changes    2018-11-13 
17:06:08.627167530 +0100
+++ /work/SRC/openSUSE:Factory/.cantor.new.28833/cantor.changes 2019-01-08 
12:20:05.124826228 +0100
@@ -1,0 +2,51 @@
+Fri Dec 14 06:08:50 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * Fix build with LabPlot2
+
+-------------------------------------------------------------------
+Mon Dec 03 20:55:46 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * [Python] Fix bug with 'print' highlighting (function in Python3, keyword 
in Python2)
+  * Fix bug with missing 'Add Markdown Entry' actions in worksheet contex menu
+  * Fix major bug with removing first worksheet entry after worksheet load
+  * Fix bug with missing setting saving (backend restart notification) after 
restart program
+  * Disable "reboot backend" button before login, because activation of the 
button before login cause segfault in some backends
+  * Fix bug with uncleaning variable model and highlighter state upon logout 
in R, Julia, Python, Scilab backends.
+  * Fix bug with """ in syntax help messages
+  * [Octave] Fix bug with unreadable syntax help message
+  * [Maxima] Fix segfault, when we request syntax help twice
+  * [Octave] Fix bug with adding inner variable '__cantor_tmp__' in variable 
model
+  * Fix bug, when "T" and "NIL" sometimes appearing in output (kde#399294)
+  * Fix bug with losing LaTeX typesetting after backend restart (kde#394003)
+  * Fix bug with missing after install cantorlib export file (cantor_export.h)
+  * [Maxima] Fix indent in first line for help request
+  * Fix bug with missing whitespaces in Help Panel
+  * Remove inheritance HelpResult from TextResult and add support to create 
HelpResult from html directly. It's fix unreadable help result for Sage 
(kde#401134)
+  * Fix bug with infinity computing of entry, which contains plot command, 
which ends by "$"
+
+-------------------------------------------------------------------
+Tue Nov 20 06:21:51 UTC 2018 - Luca Beltrame <lbeltr...@kde.org>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:56:37 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------
@@ -57 +108 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -160 +211 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -291 +342 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -350 +401 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -445 +496 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -567 +618 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  cantor-18.08.3.tar.xz

New:
----
  cantor-18.12.0.tar.xz

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

Other differences:
------------------
++++++ cantor.spec ++++++
--- /var/tmp/diff_new_pack.jQ7j2b/_old  2019-01-08 12:20:05.584825719 +0100
+++ /var/tmp/diff_new_pack.jQ7j2b/_new  2019-01-08 12:20:05.588825714 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cantor
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without lang
-
-%global libMAJOR 18
-Name:           cantor
-Version:        18.08.3
-Release:        0
+%global libMAJOR 20
 %define kf5_version 5.26.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:        18.12.0
+Release:        0
 Summary:        Worksheet GUI for mathematical software
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Amusements/Teaching/Mathematics
-Url:            http://edu.kde.org
+URL:            http://edu.kde.org
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  R-base
 BuildRequires:  R-base-devel
@@ -51,6 +50,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  python3-devel
+BuildRequires:  syntax-highlighting-devel
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Svg)
@@ -58,12 +58,11 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(Qt5XmlPatterns)
+Recommends:     %{name}-lang
 Recommends:     maxima
 Recommends:     octave
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
-Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A frontend to several existing mathematical software such as R, Sage
@@ -114,7 +113,7 @@
   %kf5_makeinstall -C build
   %if %{with lang}
     %find_lang %{name} --with-man --all-name
-    %kf5_find_htmldocs
+    %{kf5_find_htmldocs}
   %endif
 
 %post -n libcantorlibs%{libMAJOR} -p /sbin/ldconfig
@@ -126,7 +125,7 @@
 %{_kf5_prefix}/include/cantor/
 
 %files
-%doc README.md TODO DESIGN .doc/*
+%doc README.md DESIGN .doc/*
 %license COPYING*
 %(config) %{_kf5_configdir}/*.knsrc
 %doc %lang(en) %{_kf5_htmldir}/en/*/
@@ -134,6 +133,7 @@
 %{_kf5_appstreamdir}/
 %{_kf5_bindir}/cantor
 %{_kf5_bindir}/cantor_python3server
+%{_kf5_bindir}/cantor_python2server
 %{_kf5_bindir}/cantor_rserver
 %{_kf5_bindir}/cantor_scripteditor
 %{_kf5_configkcfgdir}/

++++++ cantor-18.08.3.tar.xz -> cantor-18.12.0.tar.xz ++++++
++++ 91616 lines of diff (skipped)


Reply via email to