Package Release Info

octave-forge-doctest-0.6.1-bp153.1.21

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

octave-forge-doctest

Change Logs

Version: 0.6.1-bp151.2.2
* Wed Jul 18 2018 badshah400@gmail.com
- Update to version 0.6.1:
  * Workaround regex bug on ARM (again!).
- Changes from version 0.6.0:
  * Tests can now call "clear" and "clear all".
  * Fixes for running on Octave development versions (upcoming
    4.4.0).
  * Minimum supported Octave version is now 4.2.0.  The package no
    longer has any compiled code and does not include an "evalc"
    implementation.
- Update Requires: octave-cli > 4.2.0 is now required.
- Update file list: pkg no longer installs to libdir.
- BuildArch: noarch because pkg no longer installs arch dependent
  binaries.
- Untar tarball in build dir before running checks.
Version: 0.5.0-bp150.1.3
* Thu Nov 24 2016 dmitry_r@opensuse.org
- Update to version 0.5.0
  * SKIP_IF and other conditional directives can include small single-line
    blocks of code.
  * Recursion into subdirectories is now the default.
  * In Texinfo mode, skip tests without output by default.
* Sat Jun 11 2016 dmitry_r@opensuse.org
- Update to version 0.4.1
  * Added conditional variants of SKIP and XFAIL directives to control test
    execution based on runtime conditions.
  * Added constants DOCTEST_OCTAVE and DOCTEST_MATLAB that can be used as
    conditions in SKIP_IF etc.
  * Improved handling of example code in TexInfo documentation.
  * Improved folder/directory traversals.
* Tue Jul 14 2015 dmitry_r@opensuse.org
- Initial package, version 0.4.0