Update to 3.2.2.
This commit is contained in:
parent
62fb213b2c
commit
ba22ec0f99
@ -1 +1 @@
|
||||
octave-3.2.0.tar.bz2
|
||||
octave-3.2.2.tar.bz2
|
||||
|
@ -1,3 +1,4 @@
|
||||
octave-3_0_2-2_fc10:HEAD:octave-3.0.2-2.fc10.src.rpm:1224776342
|
||||
octave-3_0_5-1_fc11:HEAD:octave-3.0.5-1.fc11.src.rpm:1239552316
|
||||
octave-3_2_0-1_fc11:HEAD:octave-3.2.0-1.fc11.src.rpm:1247313567
|
||||
octave-3_2_2-1_fc11:HEAD:octave-3.2.2-1.fc11.src.rpm:1249027014
|
||||
|
10
octave.spec
10
octave.spec
@ -2,8 +2,8 @@
|
||||
%define octave_api api-v37
|
||||
|
||||
Name: octave
|
||||
Version: 3.2.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A high-level language for numerical computations
|
||||
Epoch: 6
|
||||
Group: Applications/Engineering
|
||||
@ -76,11 +76,10 @@ fi
|
||||
%global enable64 no
|
||||
export CPPFLAGS="-DH5_USE_16_API"
|
||||
%configure --enable-shared --disable-static --enable-64=%enable64 F77=gfortran
|
||||
# SMP make doesn't work in Octave 3.2.0
|
||||
# SMP make doesn't work in Octave 3.2.2
|
||||
#make %{?_smp_mflags} OCTAVE_RELEASE="Fedora %{version}-%{release}"
|
||||
make OCTAVE_RELEASE="Fedora %{version}-%{release}"
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot}
|
||||
@ -168,6 +167,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 31 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 6:3.2.2-1
|
||||
- Update to latest upstream (3.2.2).
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6:3.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user