diff --git a/.gitignore b/.gitignore index d1ea4da..6bb9745 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ octave-3.2.4.tar.bz2 /octave-3.6.4.tar.bz2 /octave-3.8.0-rc1.tar.gz /octave-3.8.0-rc2.tar.gz +/octave-3.8.0.tar.bz2 diff --git a/octave.spec b/octave.spec index 288658a..03e625e 100644 --- a/octave.spec +++ b/octave.spec @@ -2,7 +2,7 @@ %global octave_api api-v49+ # For rc versions, change release manually -%global rcver 2 +#global rcver %{nil} %if 0%{?rcver:1} %global rctag -rc%{?rcver} %endif @@ -10,7 +10,7 @@ Name: octave Epoch: 6 Version: 3.8.0 -Release: 0.4.rc2%{?dist} +Release: 1%{?dist} Summary: A high-level language for numerical computations Group: Applications/Engineering License: GPLv3+ @@ -290,6 +290,9 @@ fi %changelog +* Sat Dec 28 2013 Orion Poplawski - 6:3.8.0-1 +- Update to 3.8.0 final + * Sat Dec 28 2013 Orion Poplawski - 6:3.8.0-0.4.rc2 - Rebase pkgbuilddir patch diff --git a/sources b/sources index e024dd5..84335da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2198cea81c0b56b1571743e7d5f6b83a octave-3.8.0-rc2.tar.gz +442fe5205ba6322f7a69145b79fca85e octave-3.8.0.tar.bz2