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-08-30 14:50:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and      /work/SRC/openSUSE:Factory/.wxMaxima.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxMaxima"

Tue Aug 30 14:50:10 2022 rev:62 rq:1000171 version:22.05.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes        2022-04-26 
20:18:01.500779305 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.2083/wxMaxima.changes      
2022-08-30 14:50:55.332341222 +0200
@@ -1,0 +2,25 @@
+Fri Jul 22 14:57:51 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 22.05.0:
+  * Added guess_exact_value to the numeric menu.
+  * Added lapack to the matrix menu.
+  * Added linpack to the numeric menu.
+  * Added a "declare facts" right-click menu entry to variables.
+  * We no more reserve space for hidden input.
+  * A better logexpand section in the numeric menu.
+  * Many wizards have a more modern look and feel, now.
+  * The modern-style wizards are now dockable by default.
+  * Undo and redo buttons for the toolbar.
+  * A "construct fraction" wizard
+    (gh#wxMaxima-developers/wxmaxima#1664).
+  * Printing multiple-page documents now should work again on
+    Linux (gh#wxMaxima-developers/wxmaxima#1671).
+  * The selection should now no more overwrite test
+    (gh#wxMaxima-developers/wxmaxima#1665).
+  * Hidden code cells now are correctly sent to maxime
+    (gh#wxMaxima-developers/wxmaxima#1674).
+  * Support for wxWidgets 3.1.6.
+- Disable testing until issues sorted
+  (gh#wxMaxima-developers/wxmaxima#1699).
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ wxMaxima.spec ++++++
--- /var/tmp/diff_new_pack.Pvth5w/_old  2022-08-30 14:50:59.176351030 +0200
+++ /var/tmp/diff_new_pack.Pvth5w/_new  2022-08-30 14:50:59.180351040 +0200
@@ -16,10 +16,13 @@
 #
 
 
+# Tests fail on chroot, but work fine during my local testing
+%bcond_with tests
+%define X_display ":98"
 %define __builder ninja
 %define tarname wxmaxima
 Name:           wxMaxima
-Version:        22.04.0
+Version:        22.05.0
 Release:        0
 Summary:        Graphical User Interface for the maxima Computer Algebra System
 License:        GPL-2.0-or-later
@@ -74,7 +77,6 @@
 
 %build
 %cmake
-
 %cmake_build
 
 %install
@@ -109,11 +111,14 @@
 
 %find_lang %{name} %{?no_lang_C}
 
+%if %{with tests}
 %check
-export DISPLAY=:98
-Xvfb ${DISPLAY} 2>&1 > /dev/null &
+export DISPLAY="%{X_display}"
+Xvfb %{X_display} >& Xvfb.log &
+trap "kill $! || true" EXIT
 sleep 5
 %ctest
+%endif
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/wxmaxima.info%{ext_info}

++++++ wxmaxima-Version-22.04.0.tar.gz -> wxmaxima-Version-22.05.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/wxMaxima/wxmaxima-Version-22.04.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.2083/wxmaxima-Version-22.05.0.tar.gz 
differ: char 13, line 1

Reply via email to