Update to 3.6.2 final

This commit is contained in:
Orion Poplawski 2012-06-04 14:36:23 -06:00
parent 07d25f45de
commit 4723bbe907
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ octave-3.2.4.tar.bz2
/octave-3.6.1.tar.bz2
/octave-3.6.2-rc0.tar.bz2
/octave-3.6.2-rc2.tar.bz2
/octave-3.6.2.tar.bz2

View File

@ -2,14 +2,14 @@
%global octave_api api-v48+
# For rc versions, change release manually
%global rcver 2
#global rcver 2
%if 0%{?rcver:1}
%global rctag -rc%{?rcver}
%endif
Name: octave
Version: 3.6.2
Release: 0.4.rc%{rcver}%{?dist}
Release: 1%{?dist}
Summary: A high-level language for numerical computations
Epoch: 6
Group: Applications/Engineering
@ -259,6 +259,9 @@ fi
%changelog
* Mon Jun 4 2012 Orion Poplawski <orion[AT]cora.nwra com> - 6:3.6.2-1
- Update to 3.6.2 final
* Thu May 24 2012 Orion Poplawski <orion[AT]cora.nwra com> - 6:3.6.2-0.4.rc2
- Update to 3.6.2-rc2
- Add patch to update gnulib to handle gets removal

View File

@ -1 +1 @@
cc02bf98ca5b1d7fd755a83151d057fc octave-3.6.2-rc2.tar.bz2
9a0ecca8e40749ef5c884b1a0265f038 octave-3.6.2.tar.bz2