New release.
This commit is contained in:
parent
908aa1aeca
commit
f1b3a1d90c
@ -1 +1 @@
|
|||||||
octave-2.9.8.tar.bz2
|
octave-2.9.9.tar.bz2
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
Index: liboctave/mx-inlines.cc
|
|
||||||
===================================================================
|
|
||||||
RCS file: /cvs/octave/liboctave/mx-inlines.cc,v
|
|
||||||
retrieving revision 1.49
|
|
||||||
retrieving revision 1.50
|
|
||||||
diff -u -r1.49 -r1.50
|
|
||||||
--- liboctave/mx-inlines.cc 22 Aug 2006 18:37:43 -0000 1.49
|
|
||||||
+++ liboctave/mx-inlines.cc 26 Aug 2006 03:02:39 -0000 1.50
|
|
||||||
@@ -383,6 +383,12 @@
|
|
||||||
} \
|
|
||||||
} \
|
|
||||||
\
|
|
||||||
+ if (nd == 2 && dv(0) == 0 && dv(1) == 0) \
|
|
||||||
+ { \
|
|
||||||
+ retval.resize (dim_vector (1, 1), INIT_VAL); \
|
|
||||||
+ return retval; \
|
|
||||||
+ } \
|
|
||||||
+ \
|
|
||||||
/* We need to find first non-singleton dim. */ \
|
|
||||||
\
|
|
||||||
if (dim == -1) \
|
|
@ -1,13 +1,12 @@
|
|||||||
Name: octave
|
Name: octave
|
||||||
Version: 2.9.8
|
Version: 2.9.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A high-level language for numerical computations
|
Summary: A high-level language for numerical computations
|
||||||
Epoch: 6
|
Epoch: 6
|
||||||
|
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
License: GPL
|
License: GPL
|
||||||
Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2
|
Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2
|
||||||
Patch0: octave-2.9.8-misc.patch
|
|
||||||
URL: http://www.octave.org
|
URL: http://www.octave.org
|
||||||
Requires: gnuplot less info texinfo
|
Requires: gnuplot less info texinfo
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
@ -50,7 +49,6 @@ applications which use GNU Octave.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -125,6 +123,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 3 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.9-1
|
||||||
|
- New release. Remove old patch.
|
||||||
|
|
||||||
* Fri Sep 15 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.8-2
|
* Fri Sep 15 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.8-2
|
||||||
- Fix this bug:
|
- Fix this bug:
|
||||||
https://www.cae.wisc.edu/pipermail/bug-octave/2006-September/000687.html
|
https://www.cae.wisc.edu/pipermail/bug-octave/2006-September/000687.html
|
||||||
|
Loading…
Reference in New Issue
Block a user