Update to 3.2.3 from devel
This commit is contained in:
parent
f436d894bb
commit
bd5c03dbdd
@ -1 +1 @@
|
|||||||
octave-3.2.2.tar.bz2
|
octave-3.2.3.tar.bz2
|
||||||
|
@ -3,3 +3,4 @@ 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_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
|
octave-3_2_2-1_fc11:HEAD:octave-3.2.2-1.fc11.src.rpm:1249027014
|
||||||
octave-3_2_2-5_fc12:HEAD:octave-3.2.2-5.fc12.src.rpm:1253686658
|
octave-3_2_2-5_fc12:HEAD:octave-3.2.2-5.fc12.src.rpm:1253686658
|
||||||
|
octave-3_2_3-1_fc13:F-12:octave-3.2.3-1.fc13.src.rpm:1255375629
|
||||||
|
12
octave.spec
12
octave.spec
@ -2,8 +2,8 @@
|
|||||||
%define octave_api api-v37
|
%define octave_api api-v37
|
||||||
|
|
||||||
Name: octave
|
Name: octave
|
||||||
Version: 3.2.2
|
Version: 3.2.3
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A high-level language for numerical computations
|
Summary: A high-level language for numerical computations
|
||||||
Epoch: 6
|
Epoch: 6
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -118,8 +118,8 @@ touch %{buildroot}%{_datadir}/%{name}/octave_packages
|
|||||||
mkdir interpreter
|
mkdir interpreter
|
||||||
cp -a doc/interpreter/*.pdf doc/interpreter/HTML/ interpreter/
|
cp -a doc/interpreter/*.pdf doc/interpreter/HTML/ interpreter/
|
||||||
|
|
||||||
#check
|
%check
|
||||||
#make check
|
make check
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -171,6 +171,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 29 2009 Orion Poplawski <orion@cora.nwra.com> - 6:3.2.3-1
|
||||||
|
- Update to 3.2.3
|
||||||
|
- Re-add make check
|
||||||
|
|
||||||
* Tue Sep 22 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 6:3.2.2-5
|
* Tue Sep 22 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 6:3.2.2-5
|
||||||
- Added categories to desktop file: Education, DataVisualization, NumericalAnalysis
|
- Added categories to desktop file: Education, DataVisualization, NumericalAnalysis
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user