Date: Wednesday, August 3, 2016 @ 08:15:45 Author: arojas Revision: 272948
Update to 4.0.3 Modified: octave/trunk/PKGBUILD octave/trunk/octave-gcc6.patch -------------------+ PKGBUILD | 6 +++--- octave-gcc6.patch | 21 --------------------- 2 files changed, 3 insertions(+), 24 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-03 07:43:08 UTC (rev 272947) +++ PKGBUILD 2016-08-03 08:15:45 UTC (rev 272948) @@ -4,7 +4,7 @@ # Contributor : cyberdune <[email protected]> pkgname=octave -pkgver=4.0.2 +pkgver=4.0.3 pkgrel=1 pkgdesc="A high-level language, primarily intended for numerical computations." arch=('i686' 'x86_64') @@ -18,9 +18,9 @@ source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig} octave-gcc6.patch) options=('!emptydirs') validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B') # John W. Eaton -sha1sums=('34384a5ddeea1b29bdfedd5e8d2bdb13b7b2daf5' +sha1sums=('c798346a8271e0141d9dbe5610584dabb8311277' 'SKIP' - 'a723bace13eeb09d8ea3223b9f594124ab5cc05f') + '646a285266faf054ae72b1897e575f08da779d6e') prepare() { cd $pkgname-$pkgver Modified: octave-gcc6.patch =================================================================== --- octave-gcc6.patch 2016-08-03 07:43:08 UTC (rev 272947) +++ octave-gcc6.patch 2016-08-03 08:15:45 UTC (rev 272948) @@ -36,24 +36,3 @@ #include <complex> namespace Faddeeva { -diff -up octave-4.0.1/libgnu/math.in.h.signbit octave-4.0.1/libgnu/math.in.h ---- octave-4.0.1/libgnu/math.in.h.signbit 2015-05-14 01:31:01.000000000 -0600 -+++ octave-4.0.1/libgnu/math.in.h 2016-03-23 17:34:43.719131933 -0600 -@@ -1,6 +1,6 @@ - /* A GNU-like <math.h>. - -- Copyright (C) 2002-2003, 2007-2015 Free Software Foundation, Inc. -+ Copyright (C) 2002-2003, 2007-2016 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by -@@ -2205,7 +2205,8 @@ _GL_WARN_REAL_FLOATING_DECL (isnan); - - - #if @GNULIB_SIGNBIT@ --# if @REPLACE_SIGNBIT_USING_GCC@ -+# if (@REPLACE_SIGNBIT_USING_GCC@ \ -+ && (!defined __cplusplus || __cplusplus < 201103L)) - # undef signbit - /* GCC 4.0 and newer provides three built-ins for signbit. */ - # define signbit(x) \
