Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2022-03-28 17:01:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and      /work/SRC/openSUSE:Factory/.wxMaxima.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxMaxima"

Mon Mar 28 17:01:05 2022 rev:60 rq:965334 version:22.03.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes        2021-12-12 
00:58:06.670605045 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.1900/wxMaxima.changes      
2022-03-28 17:02:01.081088122 +0200
@@ -1,0 +2,32 @@
+Sat Mar 26 20:32:30 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 22.03.0:
+  * Add an compile option "WXM_INCLUDE_FONTS", which allows to
+    specify, if additional fonts should be included.
+  * Rename command line option --logtostdout to --logtostderr.
+  * A better heuristics for finding out what to style as 1D maths.
+  * Consistent image resolutions.
+  * No more crashes on exporting multiple animations at once
+    [gh#wxMaxima-developers/wxmaxima#1616].
+  * Drag-and-Drop in the table of contents
+  * Table of contents: Convert sections to subsections and similar
+    [gh#wxMaxima-developers/wxmaxima#1629].
+  * Parenthesis and quote matching now uses the maxima parser.
+  * A way of limiting the toc depth shown in the table of
+    contents.
+  * Now the problems after a kill(all) should be finally resolved.
+  * Better support for the debugger
+    [gh#wxMaxima-developers/wxmaxima#1625].
+  * Machine-Float NaNs no more causes XML errors.
+  * Labels with hexadecimal numbers no more cause crashes
+    [gh#wxMaxima-developers/wxmaxima#1633].
+  * wxMaxima no more skips chars in subscripted variables
+    [gh#wxMaxima-developers/wxmaxima#1632].
+  * Merging cells per keyboard shortcut works again
+    [gh#wxMaxima-developers/wxmaxima#1626].
+  * Symbols buttons whose symbols the GUI font lacks are now
+    hidden.
+- Minor rebase of wxMaxima-disable-slow-multithreadtest.patch to
+  apply cleanly.
+
+-------------------------------------------------------------------

Old:
----
  wxmaxima-Version-21.11.0.tar.gz

New:
----
  wxmaxima-Version-22.03.0.tar.gz

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

Other differences:
------------------
++++++ wxMaxima.spec ++++++
--- /var/tmp/diff_new_pack.vliS1N/_old  2022-03-28 17:02:02.501090051 +0200
+++ /var/tmp/diff_new_pack.vliS1N/_new  2022-03-28 17:02:02.509090062 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define __builder ninja
 %define tarname wxmaxima
 Name:           wxMaxima
-Version:        21.11.0
+Version:        22.03.0
 Release:        0
 Summary:        Graphical User Interface for the maxima Computer Algebra System
 License:        GPL-2.0-or-later
@@ -123,7 +123,7 @@
 
 %files
 %license COPYING GPL.txt
-%doc AUTHORS NEWS.md README.md
+%doc AUTHORS.md NEWS.md README.md
 %{_datadir}/doc/%{tarname}/
 %{_bindir}/*
 %{_datadir}/wxMaxima/

++++++ wxMaxima-disable-slow-multithreadtest.patch ++++++
--- /var/tmp/diff_new_pack.vliS1N/_old  2022-03-28 17:02:02.545090111 +0200
+++ /var/tmp/diff_new_pack.vliS1N/_new  2022-03-28 17:02:02.549090116 +0200
@@ -1,20 +1,20 @@
-Index: wxmaxima-Version-21.01.0/test/CMakeLists.txt
+Index: wxmaxima-Version-22.03.0/test/CMakeLists.txt
 ===================================================================
---- wxmaxima-Version-21.01.0.orig/test/CMakeLists.txt
-+++ wxmaxima-Version-21.01.0/test/CMakeLists.txt
-@@ -548,13 +548,14 @@ add_test(
+--- wxmaxima-Version-22.03.0.orig/test/CMakeLists.txt
++++ wxmaxima-Version-22.03.0/test/CMakeLists.txt
+@@ -563,13 +563,14 @@ add_test(
      COMMAND wxmaxima --gibberish --batch --single_process unicode.wxm 
boxes.wxm)
  set_tests_properties(multiple_batch_files2 PROPERTIES WILL_FAIL true)
  
 -add_test(
 -    NAME multithreadtest
 -    WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/automatic_test_files
--    COMMAND wxmaxima --logtostdout --pipe --single_process --batch 
threadtest.wxm threadtest2.wxm)
+-    COMMAND wxmaxima --logtostderr --pipe --single_process --batch 
threadtest.wxm threadtest2.wxm)
 +# Lockups on openSUSE:Factory leading to job timeouts
 +#add_test(
 +#    NAME multithreadtest
 +#    WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/automatic_test_files
-+#    COMMAND wxmaxima --logtostdout --pipe --single_process --batch 
threadtest.wxm threadtest2.wxm)
++#    COMMAND wxmaxima --logtostderr --pipe --single_process --batch 
threadtest.wxm threadtest2.wxm)
  # Maxima sometimes fails if this test is run in parallel,
  # see https://sourceforge.net/p/maxima/bugs/3699/
 -set_tests_properties(multithreadtest PROPERTIES RUN_SERIAL true)
@@ -23,4 +23,3 @@
  add_test(
      NAME ipc_copypaste1
 
-

++++++ wxmaxima-Version-21.11.0.tar.gz -> wxmaxima-Version-22.03.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/wxMaxima/wxmaxima-Version-21.11.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.1900/wxmaxima-Version-22.03.0.tar.gz 
differ: char 13, line 1

Reply via email to