Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wxMaxima for openSUSE:Factory checked in at 2021-02-25 18:30:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old) and /work/SRC/openSUSE:Factory/.wxMaxima.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wxMaxima" Thu Feb 25 18:30:12 2021 rev:53 rq:875110 version:21.01.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes 2021-01-06 19:56:29.437074224 +0100 +++ /work/SRC/openSUSE:Factory/.wxMaxima.new.2378/wxMaxima.changes 2021-02-25 18:30:21.658294420 +0100 @@ -1,0 +2,10 @@ +Sat Feb 13 14:32:26 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Update to version 21.01.0: + * Many small bugfixes including a crash on loading files with + images + * Updated translations. +- Add wxMaxima-disable-slow-multithreadtest.patch: Disable a slow + test that causes timeouts on OBS workers for openSUSE >= 1550. + +------------------------------------------------------------------- Old: ---- wxMaxima-20.12.2.tar.gz New: ---- wxMaxima-21.01.0.tar.gz wxMaxima-disable-slow-multithreadtest.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxMaxima.spec ++++++ --- /var/tmp/diff_new_pack.BNM7To/_old 2021-02-25 18:30:23.278295473 +0100 +++ /var/tmp/diff_new_pack.BNM7To/_new 2021-02-25 18:30:23.282295475 +0100 @@ -1,7 +1,7 @@ # # spec file for package wxMaxima # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,15 @@ %define __builder ninja %define tarname wxmaxima Name: wxMaxima -Version: 20.12.2 +Version: 21.01.0 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/ Source0: https://github.com/wxmaxima-developers/wxmaxima/archive/Version-%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-OPENSUSE wxMaxima-disable-slow-multithreadtest.patch [email protected] -- Disable a slow test that causes timeouts on OBS workers for openSUSE >= 1550 +Patch0: wxMaxima-disable-slow-multithreadtest.patch BuildRequires: appstream-glib BuildRequires: cmake BuildRequires: doxygen ++++++ wxMaxima-20.12.2.tar.gz -> wxMaxima-21.01.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima-20.12.2.tar.gz /work/SRC/openSUSE:Factory/.wxMaxima.new.2378/wxMaxima-21.01.0.tar.gz differ: char 13, line 1 ++++++ wxMaxima-disable-slow-multithreadtest.patch ++++++ Index: wxmaxima-Version-21.01.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( 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) +# Too slow 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) # 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) +#set_tests_properties(multithreadtest PROPERTIES RUN_SERIAL true) add_test( NAME ipc_copypaste1
