From f1b3a1d90caabfd2ccb7680416afc04fc425ef25 Mon Sep 17 00:00:00 2001 From: Quentin Spencer Date: Oct 03 2006 18:32:54 +0000 Subject: New release. --- diff --git a/.cvsignore b/.cvsignore index 66d95ba..97cef47 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -octave-2.9.8.tar.bz2 +octave-2.9.9.tar.bz2 diff --git a/octave-2.9.8-misc.patch b/octave-2.9.8-misc.patch deleted file mode 100644 index 1fc654f..0000000 --- a/octave-2.9.8-misc.patch +++ /dev/null @@ -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) \ diff --git a/octave.spec b/octave.spec index b48bab2..8707708 100644 --- a/octave.spec +++ b/octave.spec @@ -1,13 +1,12 @@ Name: octave -Version: 2.9.8 -Release: 2%{?dist} +Version: 2.9.9 +Release: 1%{?dist} Summary: A high-level language for numerical computations Epoch: 6 Group: Applications/Engineering License: GPL 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 Requires: gnuplot less info texinfo Requires(post): /sbin/install-info @@ -50,7 +49,6 @@ applications which use GNU Octave. %prep %setup -q -%patch0 -p0 %build @@ -125,6 +123,9 @@ fi %changelog +* Mon Oct 3 2006 Quentin Spencer 2.9.9-1 +- New release. Remove old patch. + * Fri Sep 15 2006 Quentin Spencer 2.9.8-2 - Fix this bug: https://www.cae.wisc.edu/pipermail/bug-octave/2006-September/000687.html diff --git a/sources b/sources index 96a256a..b3efb6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ccc06e00de7e61cc92e245bd48024a6 octave-2.9.8.tar.bz2 +a76a6d88f414285472896a63e4282b7f octave-2.9.9.tar.bz2