From 7ede29bdf6818e7fe3a050df04fca1e62a93d411 Mon Sep 17 00:00:00 2001 From: Quentin Spencer Date: Dec 01 2005 14:57:44 +0000 Subject: Make sure patch applies before building. --- diff --git a/octave-2.9.4-x86_64.patch b/octave-2.9.4-x86_64.patch index 6d61572..8004a58 100644 --- a/octave-2.9.4-x86_64.patch +++ b/octave-2.9.4-x86_64.patch @@ -1,5 +1,5 @@ ---- octave-2.9.4/src/DLD-FUNCTIONS/spchol.cc.orig 2005-11-11 10:44:05.000000000 -0700 -+++ octave-2.9.4/src/DLD-FUNCTIONS/spchol.cc 2005-11-30 15:41:35.000000000 -0700 +--- src/DLD-FUNCTIONS/spchol.cc.orig 2005-11-11 10:44:05.000000000 -0700 ++++ src/DLD-FUNCTIONS/spchol.cc 2005-11-30 15:41:35.000000000 -0700 @@ -609,7 +609,11 @@ for (octave_idx_type k = 0 ; k < n ; k++) { diff --git a/octave.spec b/octave.spec index 7c9384c..723956d 100644 --- a/octave.spec +++ b/octave.spec @@ -1,6 +1,6 @@ Name: octave Version: 2.9.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -131,6 +131,9 @@ fi %changelog +* Thu Dec 1 2005 Quentin Spencer 2.9.4-3 +- Make sure patch applies correctly before building! + * Thu Dec 1 2005 Quentin Spencer 2.9.4-2 - Patch to enable compilation on x86_64.