update to 7.3.0

also tested by Volker Schlecht
This commit is contained in:
steven 2022-11-13 19:13:38 +00:00
parent 2a12e366c4
commit eec89ac9b5
4 changed files with 10 additions and 7 deletions

View File

@ -1,13 +1,13 @@
COMMENT = Scientific Programming Language
VERSION = 7.2.0
VERSION = 7.3.0
DISTNAME = octave-${VERSION}
EXTRACT_SUFX = .tar.xz
CATEGORIES = math
SHARED_LIBS += octave 15.0
SHARED_LIBS += octgui 9.0
SHARED_LIBS += octinterp 14.0
SHARED_LIBS += octave 16.0
SHARED_LIBS += octgui 10.0
SHARED_LIBS += octinterp 15.0
HOMEPAGE = https://www.gnu.org/software/octave/

View File

@ -1,2 +1,2 @@
SHA256 (octave-7.2.0.tar.xz) = Su94w8nUn3XWTM1VJn30CzAg5kFPaeqHV6GTliizAXE=
SIZE (octave-7.2.0.tar.xz) = 26224708
SHA256 (octave-7.3.0.tar.xz) = pQjuauvM+miWfJ5+Cgh5PEyo5N2s5yOqvbj3GtNNV/E=
SIZE (octave-7.3.0.tar.xz) = 26215288

View File

@ -25,7 +25,7 @@ Index: scripts/miscellaneous/unpack.m
@__parse_tar__, false};
commandlist.tarbz = commandlist.tarbz2;
commandlist.tbz2 = commandlist.tarbz2;
@@ -328,7 +328,9 @@ function files = __parse_gzip__ (output)
@@ -332,7 +332,9 @@ function files = __parse_gzip__ (output)
## Parse the output from gzip and gunzip returning the files
## compressed (or decompressed).

View File

@ -1101,6 +1101,9 @@ share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/base_2.m
share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m
share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1_and_2.m
share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/classdef-multiple-inheritance.tst
share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug62802/
share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug62802/amethod.m
share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug62802/class_bug62802.m
share/octave/${VERSION}/etc/tests/fixed/classdef/bug_60763.m
share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug52614A.m
share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug52614B.m