SHA256
1
0
forked from pool/paraview
Dominique Leuenberger 2020-08-07 12:13:26 +00:00 committed by Git OBS Bridge
commit 1043a2071a
6 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:219e4107abf40317ce054408e9c3b22fb935d464238c1c00c0161f1c8697a3f9
size 49789116

3
ParaView-v5.8.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7653950392a0d7c0287c26f1d3a25cdbaa11baa7524b0af0e6a1a0d7d487d034
size 49822084

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 5 23:11:58 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <badshah400@gmail.com>

View File

@ -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