[Pkg-octave-commit] r2780 - in octave/trunk/debian: . in patches
Rafael Laboissiere
rafael at alioth.debian.org
Sun Apr 5 20:29:46 UTC 2009
Author: rafael
Date: 2009-04-05 20:29:46 +0000 (Sun, 05 Apr 2009)
New Revision: 2780
Removed:
octave/trunk/debian/patches/idx-not-volatile-in-eig.dpatch
Modified:
octave/trunk/debian/changelog
octave/trunk/debian/in/00list
Log:
Preparation for release 3.0.4-1
Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog 2009-04-05 19:32:44 UTC (rev 2779)
+++ octave/trunk/debian/changelog 2009-04-05 20:29:46 UTC (rev 2780)
@@ -1,3 +1,11 @@
+octave3.0 (1:3.0.4-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/patches/idx-not-volatile-in-eig.dpatch: Remove patch (applied
+ upstream)
+
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 05 Apr 2009 15:36:41 +0200
+
octave3.0 (1:3.0.4~rc7-1) unstable; urgency=low
* New upstream release candidate. This version has release-quality,
Modified: octave/trunk/debian/in/00list
===================================================================
--- octave/trunk/debian/in/00list 2009-04-05 19:32:44 UTC (rev 2779)
+++ octave/trunk/debian/in/00list 2009-04-05 20:29:46 UTC (rev 2780)
@@ -6,7 +6,6 @@
glpk-new-api.dpatch
real-no-history.dpatch
termios-h-check-3.0.dpatch
-idx-not-volatile-in-eig.dpatch
:][V_3_1:
50_octave-bug-tempfile
no_pdf_in_print.dpatch
Deleted: octave/trunk/debian/patches/idx-not-volatile-in-eig.dpatch
===================================================================
--- octave/trunk/debian/patches/idx-not-volatile-in-eig.dpatch 2009-04-05 19:32:44 UTC (rev 2779)
+++ octave/trunk/debian/patches/idx-not-volatile-in-eig.dpatch 2009-04-05 20:29:46 UTC (rev 2780)
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## -*- diff -*-
-## idx-not-volatile-in-eig.dpatch by Rafael Laboissiere <rafael at debian.org>
-##
-## DP: Avoid memory exhaustion when calling eig on amd64 (fixes Bug#521345).
-## DP: This is an adaptation of a patch taken from the 3.1 branch in
-## DP: the upstream Mercurial repository
-## DP: http://hg.savannah.gnu.org/hgweb/octave/raw-rev/728e7943752d
-
- at DPATCH@
---- octave3.0-3.0.4~rc6.orig/liboctave/EIG.cc
-+++ octave3.0-3.0.4~rc6/liboctave/EIG.cc
-@@ -99,7 +99,7 @@
- Array<double> wi (n);
- double *pwi = wi.fortran_vec ();
-
-- volatile octave_idx_type nvr = calc_ev ? n : 0;
-+ octave_idx_type nvr = calc_ev ? n : 0;
- Matrix vr (nvr, nvr);
- double *pvr = vr.fortran_vec ();
-
More information about the Pkg-octave-commit
mailing list