[octave] Update to 3.8.2 final

Orion Poplawski orion at fedoraproject.org
Thu Aug 14 17:37:47 UTC 2014


commit c2bac1837ef990c7509e261d618c583d21ccf5c9
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Aug 14 11:37:51 2014 -0600

    Update to 3.8.2 final

 .gitignore  |    1 +
 octave.spec |   15 ++++++++-------
 sources     |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
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 <orion at cora.nwra.com> - 6:3.8.2-1
+- Update to 3.8.2 final
+
 * Thu Jul 03 2014 Susi Lehtola <jussilehtola at fedoraproject.org> - 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


More information about the scm-commits mailing list