diff --git a/.gitignore b/.gitignore index 5ce5e84..f0daa98 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ octave-3.2.4.tar.bz2 /octave-3.8.1.tar.bz2 /octave-3.8.2-rc1.tar.gz /octave-3.8.2-rc2.tar.gz +/octave-3.8.2.tar.bz2 diff --git a/octave.spec b/octave.spec index 19173cb..b6cb414 100644 --- a/octave.spec +++ b/octave.spec @@ -2,8 +2,7 @@ %global octave_api api-v49+ # For rc versions, change release manually -#global rcver %{nil} -%global rcver 2 +#global rcver 2 %if 0%{?rcver:1} %global rctag -rc%{?rcver} %endif @@ -11,7 +10,7 @@ Name: octave Epoch: 6 Version: 3.8.2 -Release: 0.2.rc2%{?dist} +Release: 1%{?dist} Summary: A high-level language for numerical computations Group: Applications/Engineering License: GPLv3+ @@ -162,11 +161,10 @@ perl -pi -e "s,%{buildroot},," %{buildroot}%{_datadir}/%{name}/ls-R # Make sure ls-R exists touch %{buildroot}%{_datadir}/%{name}/ls-R -# Create desktop file +# Update desktop file rm %{buildroot}%{_datadir}/applications/www.octave.org-octave.desktop -desktop-file-install --remove-category Development --add-category "Education" \ - --add-category "DataVisualization" --add-category "NumericalAnalysis" --add-category "Engineering" --add-category "Physics" \ - --dir %{buildroot}%{_datadir}/applications doc/icons/octave.desktop +desktop-file-install --add-category "DataVisualization" --add-category "NumericalAnalysis" --add-category "Engineering" --add-category "Physics" \ + --dir %{buildroot}%{_datadir}/applications etc/icons/octave.desktop # Create directories for add-on packages HOST_TYPE=`%{buildroot}%{_bindir}/octave-config -p CANONICAL_HOST_TYPE` @@ -284,6 +282,9 @@ fi %changelog +* Thu Aug 14 2014 Orion Poplawski - 6:3.8.2-1 +- Update to 3.8.2 final + * Thu Jul 03 2014 Susi Lehtola - 6:3.8.2-0.2.rc2 - Modernize rest of specfile. - Update to 3.8.2-rc2. diff --git a/sources b/sources index a6dc435..7a1692d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9268ae5649133926569d80634c29d453 octave-3.8.2-rc2.tar.gz +188bd97e22054f9c62701ee0e6800dc1 octave-3.8.2.tar.bz2