Changelog for
octave-5.2.0-10.8.x86_64.rpm :
* Thu Aug 20 2020 Martin Liška
- Use memoryperjob constraint instead of %limit_build macro.
* Mon Feb 17 2020 Stefan Brüns - Avoid stealing SIGCHLD from QProcess::waitForFinished, which causes the KDE file dialogs to hang up to the 30s default timeout. This only happens when a samba server is installed locally. Fixes https://savannah.gnu.org/bugs/?54607
* 0001-Disable-signal-handler-thread-avoid-duplicate-signal.patch- Add Xvfb build dependency for make check, several tests fail otherwise.
* Sun Feb 16 2020 Stefan Brüns - Readd makeinfo to the build dependencies, called by octaves doc/help functions from the tests. Disable doc generation explicitly, otherwise it tries even without all tools present.
* Sun Feb 09 2020 Stefan Brüns - Update to version 5.2.0 This version is a bug fixing release, for details see: https://www.gnu.org/software/octave/news/release/2020/01/31/octave-5.2.0-released.html- Drop upstream patches:
* octave-bug-55029-fix_pause_and_kbhit_with_glibc_2_28.patch
* octave-bug-56533-Cursor_misplaced_when_entering_newline_in_editor_with_tabs_indentation-part1.patch
* octave-bug-56533-Cursor_misplaced_when_entering_newline_in_editor_with_tabs_indentation-part2.patch- Use documentation from upstream tarball, no need to rebuild locally.- Cleanup spec file, remove conditionals for EOLed distributions.
* Wed Nov 27 2019 Stefan Brüns - Fix octave_pkg_test in RPM octave.macros, unpack pkg tarball again, as the target directory is removed by \'pkg build\'.
* Fri Jul 05 2019 UTC - Markus Ebner - Backport fix: Cursor misplaced when entering newline in editor with tabs indentation behavior (bug #56533)
* Added octave-bug-56533-Cursor_misplaced_when_entering_newline_in_editor_with_tabs_indentation-part1.patch
* Added octave-bug-56533-Cursor_misplaced_when_entering_newline_in_editor_with_tabs_indentation-part2.patch
* Mon May 13 2019 Duncan Mac-Vicar - Backport fix: pause and kbhit with glibc 2.28 end-of-file state behavior (bug #55029)
* Added octave-bug-55029-fix_pause_and_kbhit_with_glibc_2_28.patch
* Mon Mar 04 2019 Stefan Brüns - Update to version 5.1.0
* Long list of changes: see https://www.gnu.org/software/octave/NEWS-5.1.html https://www.gnu.org/software/octave/news/release/2019/03/01/octave-5.1-released.html- Rebase octave_tools_pie.patch- Add conditional building with blas instead of openBLAS. Allows building for architectures like RISC-V where openBLAS is not available (and probably never will, RISC-V vector instructions do not fit the openBLAS model).
* Fri Feb 15 2019 Guillaume GARDET - Add %limit_build to avoid build failures
* Thu Jan 10 2019 Stefan Brüns - Only set -fpie for octave executables, as LDFLAGS is set as link flag in mkoctfile as default flags, leading to failing module builds. Add octave_tools_pie.patch
* Thu Jan 03 2019 Stefan Brüns - Update to version 4.4.1
* Long list of changes: see https://www.gnu.org/software/octave/news/release/2018/08/09/octave-4.4.1-released.html- Drop obsolete Fix-build-with-Qt-511.patch- Fix build with Qt 5.12, use qhelpgenerator for qcollectiongenerator- Stop messing with upstream appdata/desktop files- Use %bcond_with/%bcond_without- Fix unit tests by increasing JVM stack limit, see https://savannah.gnu.org/bugs/index.php?55395
* Fri Jun 22 2018 dmitry_rAATTopensuse.org- Qt5 GUI package requires libQt5Sql5-sqlite [boo#1095605]
* Mon Jun 04 2018 christopheAATTkrop.fr- Add Fix-build-with-Qt-511.patch.- Use %license for license files
* Wed May 16 2018 dmitry_rAATTopensuse.org- Update to version 4.4.0 See https://www.gnu.org/software/octave/NEWS-4.4.html for details- Drop octave-java-use-source-target-1_6.patch- Drop SLE11 support (already broken)- Drop update-alternatives usage
* Mon Mar 19 2018 badshah400AATTgmail.com- Update to version 4.2.2:
* Long list of changes: see https://www.gnu.org/software/octave/news/release/2018/03/13/octave-4.2.2-released.html- Drop octave-also-check-for-qscintilla2_qt5.patch: incorporated upstream.