rpms/octave/devel import.log, NONE, 1.1 octave-sh-arch.patch, NONE, 1.1 octave.spec, 1.75, 1.76

Rakesh Pandit rakesh at fedoraproject.org
Thu Oct 23 10:14:25 UTC 2008


Author: rakesh

Update of /cvs/pkgs/rpms/octave/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16208/devel

Modified Files:
	octave.spec 
Added Files:
	import.log octave-sh-arch.patch 
Log Message:
patched for sh arch



--- NEW FILE import.log ---
octave-3_0_2-2_fc10:HEAD:octave-3.0.2-2.fc10.src.rpm:1224776342

octave-sh-arch.patch:

--- NEW FILE octave-sh-arch.patch ---
diff -u octave-3.0.2.org/configure octave-3.0.2/configure
--- octave-3.0.2.org/configure	2008-10-23 20:03:19.000000000 +0530
+++ octave-3.0.2/configure	2008-10-23 20:03:44.000000000 +0530
@@ -11078,7 +11078,7 @@
 
           ;;
           # Ignore these flags.
-        -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | -LIST:* | -LNO:*)
+        -little| -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | -LIST:* | -LNO:*)
           ;;
         -lkernel32)
           test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"


Index: octave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/octave/devel/octave.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- octave.spec	9 Sep 2008 14:33:15 -0000	1.75
+++ octave.spec	23 Oct 2008 10:13:54 -0000	1.76
@@ -3,13 +3,14 @@
 
 Name:           octave
 Version:        3.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 
 Group:          Applications/Engineering
 License:        GPLv3+
 Source:         ftp://ftp.octave.org/pub/octave/octave-%{version}.tar.bz2
+Patch1:         octave-sh-arch.patch
 URL:            http://www.octave.org
 Requires:       gnuplot less info texinfo 
 Requires(post): /sbin/install-info
@@ -61,6 +62,8 @@
   exit 1
 fi
 
+# patch for sh arch
+%patch1 -p1 -b .sh-arch
 
 %build
 %define enable64 no
@@ -141,6 +144,9 @@
 
 
 %changelog
+* Thu Oct 23 2008 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.2-2
+- patch for sh arch: it adds '-little' flag
+
 * Mon Sep 8 2008 Orion Poplawski <orion at cora.nwra.com> 3.0.2-1
 - Update to 3.0.2
 




More information about the scm-commits mailing list