Update to 3.2.4.
This commit is contained in:
parent
3f7737ba94
commit
8e60b0224c
@ -1 +1 @@
|
|||||||
octave-3.2.3.tar.bz2
|
octave-3.2.4.tar.bz2
|
||||||
|
14
octave.spec
14
octave.spec
@ -2,8 +2,8 @@
|
|||||||
%global octave_api api-v37
|
%global octave_api api-v37
|
||||||
|
|
||||||
Name: octave
|
Name: octave
|
||||||
Version: 3.2.3
|
Version: 3.2.4
|
||||||
Release: 4%{?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
|
||||||
@ -73,6 +73,9 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Check permissions
|
||||||
|
find -name *.cc -exec chmod 644 {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global enable64 no
|
%global enable64 no
|
||||||
export CPPFLAGS="-DH5_USE_16_API"
|
export CPPFLAGS="-DH5_USE_16_API"
|
||||||
@ -126,7 +129,7 @@ cp -a doc/interpreter/*.pdf doc/interpreter/HTML/ interpreter/
|
|||||||
|
|
||||||
# work-around broken pre-linking (bug 524493)
|
# work-around broken pre-linking (bug 524493)
|
||||||
install -d %{buildroot}%{_sysconfdir}/prelink.conf.d
|
install -d %{buildroot}%{_sysconfdir}/prelink.conf.d
|
||||||
install %{SOURCE1} %{buildroot}%{_sysconfdir}/prelink.conf.d/
|
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/prelink.conf.d/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -182,6 +185,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 6:3.2.4-1
|
||||||
|
- Update to 3.2.4 with a few rpmlint fixes.
|
||||||
|
|
||||||
* Sun Jan 17 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 6:3.2.3-4
|
* Sun Jan 17 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 6:3.2.3-4
|
||||||
- Fix compilation against ARPACK.
|
- Fix compilation against ARPACK.
|
||||||
|
|
||||||
@ -387,7 +393,7 @@ fi
|
|||||||
* Fri Nov 11 2005 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.4-1
|
* Fri Nov 11 2005 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.4-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
- Patch to make sure all headers are included in -devel.
|
- Patch to make sure all headers are included in -devel.
|
||||||
- PKG_ADD file now needs %{buildroot} stripped from it.
|
- PKG_ADD file now needs %%{buildroot} stripped from it.
|
||||||
- Cleanup errors in dependencies.
|
- Cleanup errors in dependencies.
|
||||||
|
|
||||||
* Tue Oct 25 2005 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.3-6
|
* Tue Oct 25 2005 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.3-6
|
||||||
|
Loading…
Reference in New Issue
Block a user