Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

octave-7.2.0-1.2 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: octave Distribution: openSUSE Tumbleweed
Version: 7.2.0 Vendor: openSUSE
Release: 1.2 Build date: Sun Sep 4 08:24:38 2022
Group: Productivity/Scientific/Math Build host: obs-arm-11
Size: 7894072 Source RPM: octave-7.2.0-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.octave.org/
Summary: A High Level Programming Language
Octave is a high level programming language. It is designed for the
solution of numeric problems.


This package contains the graphical user interface.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Mon Aug 22 2022 Markus Ebner <info@ebner-markus.de>
  - Update to version 7.2.0:
    * Long list of changes, see
      <https://octave.org/news/release/2022/07/28/octave-7.2.0-released.html>
  - Drop upstreamed patches:
    * 0001-Add-explicit-ctime-include-required-for-clock.patch
    * fix_build_unlink_failed.patch
* Mon Jul 11 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix build with latest TW, add
    0001-Add-explicit-ctime-include-required-for-clock.patch
* Wed Jul 06 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix build of external packages when trying to unlink
    non-existent files, add fix_build_unlink_failed.patch
* Tue Jul 05 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Dynamically generate the dependencies on the correct
    libsundials/libsundials_ida package: the so-version can change
    over time.
* Sun Apr 10 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 7.1.0:
    * Long list of changes, see
      <https://www.gnu.org/software/octave/NEWS-7.html>.
  - Drop upstreamed patches:
    * octave-fullscreen-with-multiple-monitors.patch
    * 0001-Use-reentrant-libqhull_r.patch
    * octave-qhull_r-fixes.patch
  - New BuildRequires: Mesa-dri (needed for a test),
    pkgconfig(RapidJSON) (for JSON R/W support).
  - Minor rebase of octave_tools_pie.patch to apply cleanly.
  - Update _constraints: At least 8 GB disk space needed for 64-bit
    archs (x86_64 and aarch64).
* Tue Mar 08 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Add octave-fullscreen-with-multiple-monitors.patch -- fix
    maximized start on systems with two monitors
    (https://savannah.gnu.org/bugs/?61172); patch taken from
    upstream commit and re-based for version 6.4.0.
* Fri Nov 05 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 6.4.0:
    * Improvements and fixes:
    - Reduce memory usage in BISTs for copyobj, hgsave (bug
      [#57591]).
    - hgsave.m, copyobj.m: Use 'qt' graphics toolkit in BISTs.
    - main.cc: Use getopt to parse command line arguments (bug
      [#60886]).
    - main.cc: Remove invalid case (bug #60886).
    - Disable getopt error reporting in wrapper program (bug
      [#60886]).
    - interp1.m: Don’t interpret later numeric input as xi (bug
      [#60967]).
    - pkg: Improve similar package name suggestion (bug #61067).
    - Store parent name in function object when caching parents in
      scope (bug #61105).
    - Avoid internal error and segfault with eval and scripts (bug
      [#61191]).
    - rmpath: Prevent removing the current directory from the load
      path (bug #61216).
    * GUI:
    - Fix missing interpreter event in octave-scintilla.
    - Fix opening a file in a custom editor (bug #60990).
    * Documentation:
    - Improve docstring for disable_diagonal_matrix,
      disable_diagonal_matrix, and disable_range (patch #10089).
    - cbrt: Clarify that function errors for non-real input.
    - dsearchn.m: Added optional distance output description (bug
      [#61156]).
    - Add Hungarian translation for project description files.
    - Document fsolve output “info” -2 (bug #61310).
    * Build system: Correct error message for incompatible CXSparse
      (bug #61385).
  - Refresh 0001-Use-reentrant-libqhull_r.patch for version 6.4.0
    (line offset changes only).
  - Substitute OCTAVE_BLAS_LIBRARY_NAME value in installed macros
    file rather than modifying the source file itself.
* Wed Jul 28 2021 Andre C. Barros <andre.cbarros@yahoo.com>
  - Upgrade to octave 6.3.0:
    * Long list of changes, see
      https://www.gnu.org/software/octave/news/release/2021/07/11/octave-6.3.0-released.html
  - Update 0001-Use-reentrant-libqhull_r.patch for use with version
    6.3.0
  - Add octave-qhull_r-fixes.patch to complement
    0001-Use-reentrant-libqhull_r.patch for the build system.
* Thu May 06 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - move rpm macros to /usr/lib/rpm/marcos.d (boo#1185659)
* Fri Apr 02 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix incomplete geometry support, use reentrant libqhull_r instead
    of the deprecated non-reentrant, add
    0001-Use-reentrant-libqhull_r.patch
* Mon Feb 22 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 6.2.0:
    * Bug fix release, see
      https://www.gnu.org/software/octave/news/release/2021/02/20/octave-6.2.0-released.html
* Wed Dec 02 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 6.1.0:
    * Long list of changes, see
      https://www.gnu.org/software/octave/NEWS-6.1.html
  - Add BuildRequires: sundials-devel to enable sundials based
    solvers; also add libsundials*.so to Requires for octave-cli to
    resolve between multiple providers coming from serial and
    different parallel flavours of sundials.
  - Update api version to 55 in keeping with upstream.
  - Minor adjustment of patches to fix line offsets.
  - Drop external pkgconfig file: octave now installs its own.
  - Link duplicate files in %{_datadir} using fdupes.
* Thu Aug 20 2020 Martin Liška <mliska@suse.cz>
  - Use memoryperjob constraint instead of %limit_build macro.
* Mon Feb 17 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - 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 <stefan.bruens@rwth-aachen.de>
  - 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 <stefan.bruens@rwth-aachen.de>
  - 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 <stefan.bruens@rwth-aachen.de>
  - 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 <hiwatari.seiji@gmail.com>
  - 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 <dmacvicar@suse.de>
  - 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 <stefan.bruens@rwth-aachen.de>
  - 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 <guillaume.gardet@opensuse.org>
  - Add %limit_build to avoid build failures
* Thu Jan 10 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - 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 <stefan.bruens@rwth-aachen.de>
  - 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

Files

/usr/lib/octave/7.2.0/exec/armv6hl-suse-linux-gnueabi/octave-gui
/usr/lib/octave/7.2.0/exec/armv6hl-suse-linux-gnueabi/octave-svgconvert
/usr/lib/octave/7.2.0/liboctgui.so.8
/usr/lib/octave/7.2.0/liboctgui.so.8.0.0
/usr/share/applications/org.octave.Octave.desktop
/usr/share/doc/packages/octave
/usr/share/doc/packages/octave/AUTHORS
/usr/share/doc/packages/octave/BUGS
/usr/share/doc/packages/octave/ChangeLog
/usr/share/doc/packages/octave/NEWS
/usr/share/doc/packages/octave/README
/usr/share/icons/hicolor/128x128/apps/octave.png
/usr/share/icons/hicolor/16x16/apps/octave.png
/usr/share/icons/hicolor/22x22/apps/octave.png
/usr/share/icons/hicolor/24x24/apps/octave.png
/usr/share/icons/hicolor/256x256/apps/octave.png
/usr/share/icons/hicolor/32x32/apps/octave.png
/usr/share/icons/hicolor/48x48/apps/octave.png
/usr/share/icons/hicolor/512x512/apps/octave.png
/usr/share/icons/hicolor/64x64/apps/octave.png
/usr/share/icons/hicolor/scalable/apps/octave.svg
/usr/share/licenses/octave
/usr/share/licenses/octave/COPYING
/usr/share/metainfo/org.octave.Octave.appdata.xml
/usr/share/octave/7.2.0/locale
/usr/share/octave/7.2.0/locale/be_BY.qm
/usr/share/octave/7.2.0/locale/ca_ES.qm
/usr/share/octave/7.2.0/locale/de_DE.qm
/usr/share/octave/7.2.0/locale/en_US.qm
/usr/share/octave/7.2.0/locale/es_ES.qm
/usr/share/octave/7.2.0/locale/eu_ES.qm
/usr/share/octave/7.2.0/locale/fr_FR.qm
/usr/share/octave/7.2.0/locale/hu_HU.qm
/usr/share/octave/7.2.0/locale/it_IT.qm
/usr/share/octave/7.2.0/locale/ja_JP.qm
/usr/share/octave/7.2.0/locale/lt_LT.qm
/usr/share/octave/7.2.0/locale/nl_NL.qm
/usr/share/octave/7.2.0/locale/pt_BR.qm
/usr/share/octave/7.2.0/locale/pt_PT.qm
/usr/share/octave/7.2.0/locale/ru_RU.qm
/usr/share/octave/7.2.0/locale/tr_TR.qm
/usr/share/octave/7.2.0/locale/uk_UA.qm
/usr/share/octave/7.2.0/locale/zh_CN.qm


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Feb 25 23:52:09 2024