rpms/octave/F-9 .cvsignore, 1.20, 1.21 octave.spec, 1.73, 1.74 sources, 1.20, 1.21 octave-3.0.0-gcc43.patch, 1.2, NONE

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Tue Apr 22 20:48:55 UTC 2008


Author: qspencer

Update of /cvs/extras/rpms/octave/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32252

Modified Files:
	.cvsignore octave.spec sources 
Removed Files:
	octave-3.0.0-gcc43.patch 
Log Message:
New octave release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/octave/F-9/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	22 Dec 2007 01:05:57 -0000	1.20
+++ .cvsignore	22 Apr 2008 20:48:18 -0000	1.21
@@ -1 +1 @@
-octave-3.0.0.tar.bz2
+octave-3.0.1.tar.bz2


Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/F-9/octave.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- octave.spec	3 Mar 2008 08:39:54 -0000	1.73
+++ octave.spec	22 Apr 2008 20:48:18 -0000	1.74
@@ -2,15 +2,14 @@
 %define octave_api api-v32
 
 Name:           octave
-Version:        3.0.0
-Release:        6%{?dist}
+Version:        3.0.1
+Release:        1%{?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
-Patch:          octave-3.0.0-gcc43.patch
 URL:            http://www.octave.org
 Requires:       gnuplot less info texinfo 
 Requires(post): /sbin/install-info
@@ -55,7 +54,6 @@
 
 %prep
 %setup -q
-%patch -p1 -b .gcc43
 # Check that octave_api is set correctly
 if ! grep -q '^#define OCTAVE_API_VERSION "%{octave_api}"' src/version.h
 then
@@ -68,7 +66,7 @@
 %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 Extras %{version}-%{release}"
+make %{?_smp_mflags} OCTAVE_RELEASE="Fedora %{version}-%{release}"
 
 
 %install
@@ -143,6 +141,9 @@
 
 
 %changelog
+* Tue Apr 22 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.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/octave/F-9/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	22 Dec 2007 01:05:57 -0000	1.20
+++ sources	22 Apr 2008 20:48:18 -0000	1.21
@@ -1 +1 @@
-d5512acdf60ac04398ff258cbc37f3c4  octave-3.0.0.tar.bz2
+230f3895a42386ec625bf2593a44c441  octave-3.0.1.tar.bz2


--- octave-3.0.0-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list