forked from pool/paraview
Accepting request 824733 from science
OBS-URL: https://build.opensuse.org/request/show/824733 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=35
This commit is contained in:
commit
1043a2071a
@ -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
3
ParaView-v5.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7653950392a0d7c0287c26f1d3a25cdbaa11baa7524b0af0e6a1a0d7d487d034
|
||||||
|
size 49822084
|
@ -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>
|
Fri Jul 17 15:58:34 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
%bcond_with haru
|
%bcond_with haru
|
||||||
|
|
||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
|
|
||||||
Name: paraview
|
Name: paraview
|
||||||
Version: 5.8.0
|
Version: 5.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Data analysis and visualization application
|
Summary: Data analysis and visualization application
|
||||||
License: BSD-3-Clause
|
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
|
Source0: https://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.xz
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
# CAUTION: GettingStarted may or may not be updated with each minor version
|
# 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
|
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
|
# 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
|
Patch1: paraview-desktop-entry-fix.patch
|
||||||
@ -116,6 +115,8 @@ Requires: gnuplot
|
|||||||
Requires: graphviz
|
Requires: graphviz
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user