diff --git a/ParaView-v5.8.0.tar.xz b/ParaView-v5.8.0.tar.xz deleted file mode 100644 index 7652451..0000000 --- a/ParaView-v5.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:219e4107abf40317ce054408e9c3b22fb935d464238c1c00c0161f1c8697a3f9 -size 49789116 diff --git a/ParaView-v5.8.1.tar.xz b/ParaView-v5.8.1.tar.xz new file mode 100644 index 0000000..a8b3f4d --- /dev/null +++ b/ParaView-v5.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7653950392a0d7c0287c26f1d3a25cdbaa11baa7524b0af0e6a1a0d7d487d034 +size 49822084 diff --git a/ParaViewGettingStarted-5.8.0.pdf b/ParaViewGettingStarted-5.8.1.pdf similarity index 100% rename from ParaViewGettingStarted-5.8.0.pdf rename to ParaViewGettingStarted-5.8.1.pdf diff --git a/ParaViewGuide-5.8.0.pdf b/ParaViewGuide-5.8.1.pdf similarity index 100% rename from ParaViewGuide-5.8.0.pdf rename to ParaViewGuide-5.8.1.pdf diff --git a/paraview.changes b/paraview.changes index 00588c3..359cb46 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 5 23:11:58 UTC 2020 - Atri Bhattacharya + +- Update to version 5.8.1: + * Long list of bug fixes, see + https://blog.kitware.com/paraview-5-8-1-release-notes/. +- Update manuals (ParaViewGettingStarted-5.8.1.pdf and + ParaViewGuide-5.8.1.pdf) to latest version. +- Disable on aarch64 since GLES isn't supported for bundled vtk + but is needed for paraview. + ------------------------------------------------------------------- Fri Jul 17 15:58:34 UTC 2020 - Atri Bhattacharya diff --git a/paraview.spec b/paraview.spec index b683c5c..d9a84fb 100644 --- a/paraview.spec +++ b/paraview.spec @@ -30,9 +30,8 @@ %bcond_with haru %define __builder ninja - Name: paraview -Version: 5.8.0 +Version: 5.8.1 Release: 0 Summary: Data analysis and visualization application License: BSD-3-Clause @@ -41,7 +40,7 @@ URL: https://www.paraview.org Source0: https://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.xz Source1: %{name}-rpmlintrc # CAUTION: GettingStarted may or may not be updated with each minor version -Source2: https://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{major_ver}.0.pdf +Source2: https://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{version}.pdf Source3: https://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{version}.pdf # PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah400@gmail.com -- Fix desktop menu entry by inserting proper required categories Patch1: paraview-desktop-entry-fix.patch @@ -116,6 +115,8 @@ Requires: gnuplot Requires: graphviz Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig +# Disable on aarch64 since GLES isn't supported for bundled vtk but is needed for paraview +ExcludeArch: aarch64 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description