forked from pool/paraview
Accepting request 1114564 from home:badshah400:branches:science
Update to version 5.11.2 OBS-URL: https://build.opensuse.org/request/show/1114564 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=119
This commit is contained in:
parent
d6c558521f
commit
1864e12030
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cc2209f7fa37cd3155d199ff6c3590620c12ca4da732ef7698dec37fa8dbb34
|
||||
size 79847556
|
3
ParaView-v5.11.2.tar.xz
Normal file
3
ParaView-v5.11.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c5d2f922f30d91feefc43b4a729015dbb1459f54c938896c123d2ac289c7a1e
|
||||
size 79808404
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 30 17:16:04 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 5.11.2:
|
||||
* User interface:
|
||||
- pqFileDialog: Remove existence check when selecting multiple
|
||||
files
|
||||
- Avoid crash in Find Data panel if nothing is selected
|
||||
* Remoting:
|
||||
- ArrayListDomain: Fix a potential segfault with empty array
|
||||
name
|
||||
- RangeDomain: fix interval condition
|
||||
- Add sanity checks around several GridAxesRepresentation
|
||||
usage
|
||||
* Filters:
|
||||
- Support jpeg extension for textures.
|
||||
- vtkHyperTreeGridAxisClip: Fix InsideOut
|
||||
* Readers:
|
||||
- openPMD: The openPMD python module was updated to fix bugs.
|
||||
- Incorrect fetching of rectilinear grid object
|
||||
* Catalyst: Fixing Catalyst2 example to have proper Conduit
|
||||
* spacing names Python:
|
||||
- pythonalgorithm: Fix for smproperty.proxy
|
||||
- Fix --displays gets passed to pvbatch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 26 00:00:00 UTC 2023 - vicente.bolea@gmail.com
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
%define __builder ninja
|
||||
Name: paraview
|
||||
Version: %{short_ver}.1
|
||||
Version: %{short_ver}.2
|
||||
Release: 0
|
||||
Summary: Data analysis and visualization application
|
||||
License: BSD-3-Clause
|
||||
@ -55,8 +55,8 @@ URL: https://www.paraview.org
|
||||
Source0: https://www.paraview.org/files/v%{short_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%{short_ver}/ParaViewGettingStarted-%{version}.pdf
|
||||
Source3: https://www.paraview.org/files/v%{short_ver}/ParaViewTutorial-%{version}.pdf
|
||||
Source2: https://www.paraview.org/files/v%{short_ver}/ParaViewGettingStarted-%{major_ver}.%{minor_ver}.1.pdf
|
||||
Source3: https://www.paraview.org/files/v%{short_ver}/ParaViewTutorial-%{major_ver}.%{minor_ver}.1.pdf
|
||||
# PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah400@gmail.com -- Fix desktop menu entry by inserting proper required categories
|
||||
Patch0: paraview-desktop-entry-fix.patch
|
||||
# PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for linking (gh#libharu/libharu#213)
|
||||
|
Loading…
Reference in New Issue
Block a user