diff --git a/.gitignore b/.gitignore index 2efc7a0..18f206a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/octave.spec b/octave.spec index 9e67319..bf06bd9 100644 --- a/octave.spec +++ b/octave.spec @@ -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 - 6:3.6.2-1 +- Update to 3.6.2 final + * Thu May 24 2012 Orion Poplawski - 6:3.6.2-0.4.rc2 - Update to 3.6.2-rc2 - Add patch to update gnulib to handle gets removal diff --git a/sources b/sources index 1857f6e..a675f96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc02bf98ca5b1d7fd755a83151d057fc octave-3.6.2-rc2.tar.bz2 +9a0ecca8e40749ef5c884b1a0265f038 octave-3.6.2.tar.bz2