rpms/octave/F-8 import.log, NONE, 1.1 octave-sh-arch.patch, NONE, 1.1 .cvsignore, 1.19, 1.20 octave.spec, 1.67, 1.68 sources, 1.19, 1.20

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


Author: rakesh

Update of /cvs/pkgs/rpms/octave/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16418/F-8

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



--- NEW FILE import.log ---
octave-3_0_2-2_fc10:F-8:octave-3.0.2-2.fc10.src.rpm:1224776392

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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/octave/F-8/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	22 Apr 2008 20:56:03 -0000	1.19
+++ .cvsignore	23 Oct 2008 10:14:27 -0000	1.20
@@ -1 +1 @@
-octave-3.0.1.tar.bz2
+octave-3.0.2.tar.bz2


Index: octave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/octave/F-8/octave.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- octave.spec	22 Apr 2008 20:56:03 -0000	1.67
+++ octave.spec	23 Oct 2008 10:14:27 -0000	1.68
@@ -2,14 +2,15 @@
 %define octave_api api-v32
 
 Name:           octave
-Version:        3.0.1
-Release:        1%{?dist}
+Version:        3.0.2
+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
@@ -19,8 +20,8 @@
 BuildRequires:  bison flex less tetex gcc-gfortran lapack-devel blas-devel
 BuildRequires:  ncurses-devel zlib-devel hdf5-devel texinfo qhull-devel
 BuildRequires:  readline-devel glibc-devel fftw-devel gperf ghostscript
-BuildRequires:  suitesparse-devel glpk-devel gnuplot desktop-file-utils
 BuildRequires:  curl-devel pcre-devel
+BuildRequires:  suitesparse-devel glpk-devel gnuplot desktop-file-utils
 Provides:       octave(api) = %{octave_api}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -61,9 +62,12 @@
   exit 1
 fi
 
+# patch for sh arch
+%patch1 -p1 -b .sh-arch
 
 %build
 %define enable64 no
+export CPPFLAGS="-DH5_USE_16_API"
 %configure --enable-shared --disable-static --enable-64=%enable64 --with-f77=gfortran
 make %{?_smp_mflags} OCTAVE_RELEASE="Fedora %{version}-%{release}"
 
@@ -140,18 +144,45 @@
 
 
 %changelog
-* Tue Apr 22 2008 Quentin Spencer <qspencer at users.sf.net> 3.0.1-1
-- New release of octave.
+* 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
+
+* Mon Apr 21 2008 Quentin Spencer <qspencer at users.sf.net> 3.0.1-1
+- New release of octave. Remove gcc 4.3 patch.
+
+* Mon Mar  3 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 6:3.0.0-6
+- Re-enable patch, but change cstring -> string.h so it works for C as
+  well as C++.  Hopefully this will #435600 for real.
+
+* Sun Mar  2 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 6:3.0.0-5
+- Backout GCC 4.3 patch temporarily, causes trouble for octave-forge and 
+  may not be necessary (#435600)
+
+* Fri Feb 29 2008 Orion Poplawski <orion at cora.nwra.com> 3.0.0-4
+- Rebuild for hdf5 1.8.0 using compatability API define
+- Add gcc43 patch
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 6:3.0.0-3
+- Autorebuild for GCC 4.3
 
 * Wed Jan  9 2008 Quentin Spencer <qspencer at users.sf.net> 3.0.0-2
 - Add curl-devel and pcre-devel as build dependencies. Closes bug 302231.
 
-* Wed Dec 26 2007 Quentin Spencer <qspencer at users.sf.net> 3.0.0-1
+* Fri Dec 21 2007 Quentin Spencer <qspencer at users.sf.net> 3.0.0-1
 - Update to 3.0.0.
 
-* Thu Dec 13 2007 Quentin Spencer <qspencer at users.sf.net> 2.9.19-1
+* Wed Dec 12 2007 Quentin Spencer <qspencer at users.sf.net> 2.9.19-1
 - Update to 2.9.19 and update octave_api.
 
+* Wed Dec  5 2007 Quentin Spencer <qspencer at users.sf.net> 2.9.18-1
+- Update to 2.9.18 and update octave_api.
+
+* Wed Nov 28 2007 Quentin Spencer <qspencer at users.sf.net> 2.9.17-1
+- Update to 2.9.17 and update octave_api.
+
 * Mon Nov  5 2007 Quentin Spencer <qspencer at users.sf.net> 2.9.16-1
 - Update to 2.9.16, remove old patch.
 - Update licencse from GPLv2+ to GPLv3+.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/octave/F-8/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	22 Apr 2008 20:56:03 -0000	1.19
+++ sources	23 Oct 2008 10:14:27 -0000	1.20
@@ -1 +1 @@
-230f3895a42386ec625bf2593a44c441  octave-3.0.1.tar.bz2
+931e28ab1181018c8079fb8138971ab0  octave-3.0.2.tar.bz2




More information about the scm-commits mailing list