Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Leap:15.2 
checked in at 2020-02-21 13:54:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/wxMaxima (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.wxMaxima.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxMaxima"

Fri Feb 21 13:54:02 2020 rev:15 rq:777915 version:20.01.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/wxMaxima/wxMaxima.changes      2020-01-15 
16:29:37.260793925 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.wxMaxima.new.26092/wxMaxima.changes   
2020-02-21 13:54:04.230056177 +0100
@@ -1,0 +2,142 @@
+Thu Feb 20 10:28:10 UTC 2020 - Max Lin <[email protected]>
+
+- Leap 15.2 and SLE15 SP2 has newer librsvg, extend the conditional
+  for "BuildRequires: rsvg-convert"
+
+-------------------------------------------------------------------
+Tue Jan 28 09:25:29 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 20.01.3:
+  * Language selection now works even on system with missing
+    language support.
+  * Resolved a copy-and-paste regression.
+  * Improved stability of the communication with maxima.
+  * Preparation for maxima's pre-sub-and supscript feature.
+  * Corrected a few visual glitches of the worksheet.
+  * More tutorials describing a few of maxima's features.
+  * Translation updates.
+- Changes from version 20.01.2:
+  * Corrected html export of the lowest sectioning unit.
+  * Sometimes text after fractions wasn't displayed.
+  * Copy-and-paste should now work in more cases.
+  * Selecting text within fractions should now work again.
+  * Corrected a few display glitches of the worksheet.
+  * wxMaxima now comes with five example files.
+  * More and better-working mouse-over tooltips.
+
+-------------------------------------------------------------------
+Sat Jan  4 13:03:54 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 20.01.1:
+  * Nice menu icons for the operating systems that support this.
+  * Started to bundle small tutorials with wxMaxima.
+  * Many small additional bug fixes.
+
+-------------------------------------------------------------------
+Wed Oct 23 17:28:57 CEST 2019 - [email protected]
+
+- fix build-requires for factory/tumbleweed
+  rsvg-convert tool is now in rsvg-convert package 
+
+-------------------------------------------------------------------
+Wed Oct 16 13:34:10 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 19.10.0:
+  * Corrected a Regression: The better display of exponents failed
+    for exp(x^2).
+  * Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep 11 07:44:19 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 19.09.0:
+  * Handle timeouts when writing to maxima and partial writes.
+  * Worksheet text disappeared on scrolling on some platforms.
+  * Sped up sending code to maxima.
+  * Removed quoting of Unicode characters within strings sent to
+    maxima.
+
+-------------------------------------------------------------------
+Wed Aug 21 11:42:02 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 19.08.1
+  * Bugfixes for nearly every instance something was drawn on the
+    screen.
+  * Better handling of multi-cell lisp code.
+- Changes from version 19.08.0:
+  * More and better test cases.
+  * Another SpeedUp.
+  * Correctly handle nested comments.
+  * Format lisp code correctly.
+  * Correctly read the default style.
+  * Gracefully handle invalid colors.
+  * Changed the default communication port to 40100.
+  * Several fixes for different combinations of wxWidgets and GTK
+    versions.
+  * Updated translations.
+
+-------------------------------------------------------------------
+Tue Jul 16 11:00:00 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 19.07.0
+  * Many improvements and bugfixes in the LaTeX and HTML export
+    function.
+  * Many updated translations.
+  * Resolved a freeze on autocompletion.
+  * A sidebar that shows the contents of variables.
+  * Simplified the recalculation logic in order to squash the
+    remaining bugs.
+  * Simplified the sync between input and output cells.
+
+-------------------------------------------------------------------
+Tue Jun 25 09:49:29 UTC 2019 - Atri Bhattacharya <[email protected]> - 
19.05.7
+
+- Update to version 19.05.7:
+  * Support worksheets starting in a :lisp command [with maxima >=
+    5.43.0]
+
+-------------------------------------------------------------------
+Fri May 10 12:07:00 UTC 2019 - [email protected] - 19.05.2
+
+- Update to version 19.05.2:
+  + Sometimes the auto-evaluation of the worksheet auto-triggered
+  + Support for broken locales that for valid non-ascii chars returned
+    isprint()= false
+  + Corrected reading font sizes from styles and configuring styles.
+
+-------------------------------------------------------------------
+Tue Apr 23 07:51:41 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 19.04.3:
+  + wxMaxima now informs maxima which front-end is in use.
+
+-------------------------------------------------------------------
+Tue Apr 16 09:35:07 UTC 2019 - [email protected] - 19.04.2
+
+- update to version 19.04.2:
+  + Corrected the size of error messages
+  + A "Copy to mathlab"-feature.
+  + Maxima now delays interpreting the data from maxima until it encounters
+  + a newline or an Timer expires.
+  + EMF output no no more causes crashes and strange behaviour.
+  + RTF output should now work again
+  + entermatrix() now works again.
+  From 19.04.1:
+  + Corrected the size of error messages.
+  From 19.04.0:
+  + The cursor width now is taken from the current screen
+  + Autocompletion sometimes cleared the result after inputting it
+  + Added more commands to autocompletion
+  + Spanish and italian translation updates
+  + We no more need to re-implement maxima's load() routine.
+  + Instead we call the original one now.
+  + Animations now on load remember which slide they stopped at.
+  + A more error-proof language selection.
+  + If the system looks like it uses UTF8 by default the locale name
+  + that is passed to maxima now ends in ".UTF8" which should resolve
+  + the "setting locale failed" errors from maxima.
+  + Corrected the initial size of error messages.
+  + Many additional bug fixes
+  + Code cleanups
+
+-------------------------------------------------------------------

Old:
----
  Version-19.03.1.tar.gz

New:
----
  Version-20.01.3.tar.gz

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

Other differences:
------------------
++++++ wxMaxima.spec ++++++
--- /var/tmp/diff_new_pack.9uTemh/_old  2020-02-21 13:54:05.178058097 +0100
+++ /var/tmp/diff_new_pack.9uTemh/_new  2020-02-21 13:54:05.206058153 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # 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/
 #
 
 
 %define tarname wxmaxima
 Name:           wxMaxima
-Version:        19.03.1
+Version:        20.01.3
 Release:        0
 Summary:        Graphical User Interface for the maxima Computer Algebra System
 License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Math
-Url:            https://wxmaxima-developers.github.io/wxmaxima/ 
+URL:            https://wxmaxima-developers.github.io/wxmaxima/
 Source0:        
https://github.com/wxmaxima-developers/wxmaxima/archive/Version-%{version}.tar.gz
 Source2:        %{name}-rpmlintrc
 BuildRequires:  cmake
@@ -32,7 +32,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  maxima >= 5.30.0
+%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200
+BuildRequires:  rsvg-convert
+%else
 BuildRequires:  rsvg-view
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel >= 3
 # gnuplot is needed for plotting
@@ -40,7 +44,6 @@
 Requires:       maxima >= 5.30.0
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:    ppc64 ppc64le
 
 %description
@@ -69,8 +72,8 @@
 rm %{buildroot}%{_datadir}/pixmaps/*
 
 # REMOVE README.md AND COPYING FILES INSTALLED BY mak install, WE INCLUDE THEM 
BY USING %%doc
-rm %{buildroot}%{_datadir}/%{name}/README.md
-rm %{buildroot}%{_datadir}/%{name}/COPYING
+rm %{buildroot}%{_datadir}/%{tarname}/README*
+rm %{buildroot}%{_datadir}/%{tarname}/COPYING
 
 %suse_update_desktop_file io.github.wxmaxima_developers.wxMaxima
 
@@ -95,8 +98,8 @@
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/wxmaxima.info%{ext_info}
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING README.md ChangeLog
+%license COPYING
+%doc AUTHORS README.md ChangeLog
 %{_datadir}/doc/%{tarname}/
 %{_bindir}/*
 %{_datadir}/wxMaxima/

++++++ Version-19.03.1.tar.gz -> Version-20.01.3.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/wxMaxima/Version-19.03.1.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.wxMaxima.new.26092/Version-20.01.3.tar.gz differ: 
char 12, line 1


Reply via email to