rpms/octave/devel octave-2.9.5-config.patch, NONE, 1.1 octave.spec, 1.36, 1.37

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Wed Apr 19 16:51:35 UTC 2006


Author: qspencer

Update of /cvs/extras/rpms/octave/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21142

Modified Files:
	octave.spec 
Added Files:
	octave-2.9.5-config.patch 
Log Message:
Add new patch to configure script.

octave-2.9.5-config.patch:

--- NEW FILE octave-2.9.5-config.patch ---
--- configure.orig	2006-04-18 08:22:38.000000000 -0500
+++ configure	2006-04-18 08:30:46.000000000 -0500
@@ -3291,7 +3291,7 @@
 echo "$as_me:$LINENO: result: defining localfcnfiledir to be $localfcnfiledir" >&5
 echo "${ECHO_T}defining localfcnfiledir to be $localfcnfiledir" >&6
 
-: ${localapifcnfiledir='$(datadir)/octave/site/$(apiversion)/m'}
+: ${localapifcnfiledir='$(datadir)/octave/site/$(api_version)/m'}
 echo "$as_me:$LINENO: result: defining localapifcnfiledir to be $localapifcnfiledir" >&5
 echo "${ECHO_T}defining localapifcnfiledir to be $localapifcnfiledir" >&6
 
@@ -3327,7 +3327,7 @@
 echo "$as_me:$LINENO: result: defining localoctfiledir to be $localoctfiledir" >&5
 echo "${ECHO_T}defining localoctfiledir to be $localoctfiledir" >&6
 
-: ${localapioctfiledir='$(libexecdir)/octave/site/oct/$(apiversion)/$(canonical_host_type)'}
+: ${localapioctfiledir='$(libexecdir)/octave/site/oct/$(api_version)/$(canonical_host_type)'}
 echo "$as_me:$LINENO: result: defining localapioctfiledir to be $localapioctfiledir" >&5
 echo "${ECHO_T}defining localapioctfiledir to be $localapioctfiledir" >&6
 


Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- octave.spec	24 Mar 2006 21:19:19 -0000	1.36
+++ octave.spec	19 Apr 2006 16:51:35 -0000	1.37
@@ -1,6 +1,6 @@
 Name:           octave
 Version:        2.9.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 
@@ -8,6 +8,7 @@
 License:        GPL
 Source:         ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2
 Patch0:         octave-2.9.5-sparse.patch
+Patch1:         octave-2.9.5-config.patch
 URL:            http://www.octave.org
 Requires:       gnuplot less info texinfo 
 Requires(post): /sbin/install-info
@@ -51,6 +52,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0
 
 
 %build
@@ -133,6 +135,9 @@
 
 
 %changelog
+* Wed Apr 19 2006 Quentin Spencer <qspencer at users.sourceforge.net> 2.9.5-5
+- Add new patch to configure script (breaks octave-forge without it).
+
 * Fri Mar 24 2006 Quentin Spencer <qspencer at users.sourceforge.net> 2.9.5-4
 - Change patch again (suggested by the author on Octave mailing list).
 




More information about the scm-commits mailing list