Package Release Info

paraview-5.10.1-bp154.1.18

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libparaview5_10
paraview
paraview-devel
paraview-devel-static
paraview-plugins
python3-paraview

Change Logs

* Sun Apr 10 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Revert gl2ps change. TW and 15.4 have a recent gl2ps, and the
  15.3 package will not be upgraded (but is available in science).
* Mon Apr 04 2022 Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
- Fixes cli11 dependency for 15.3.
- Drops system gl2ps on Leap 15.x since a higher version of gl2ps
  is needed than the system provided version on Leap 15.x.
* Thu Mar 17 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.10.1:
  * User interface:
  - State files appear as datasets.
  - File dialog issues in client/server mode.
  - Stride in Animation View is too restricted.
  - Context menu in file dialog doesn't work on macOS with Qt
    5.15.1.
  - Python tracing fails when a custom source exists.
  - Python Shell broken by any custom filter.
  - Stereo broken in CAVE environments.
  - Parallel Coordinates segfault.
  - Can't set frame rate when saving MP4 animation.
  - command_button widget is not visible anymore.
  - Client information does not show VTK version.
  - Only fetch favorites from server on creation.
  * Filters:
  - Ghost cell generator crash.
  - Redistribute dataset on Image Data then generate Ghost cells
    seems to give the wrong result.
  - TemporalParticlesToPathlines fails with AMReX particle data:
    "The input dataset did not have a valid DATA_TIME_STEPS
    information key".
  * Readers:
  - Sideset error with IOSS reader.
  - IOSS reader is slow with small, parallel dataset.
  - IOSS reader and set variables don't work.
  - Restart file fails with IOSS reader.
  - PIO reader seg faults on warnings for client-server.
  - PIO reader fails on extra file in directory.
  - PIO reader access to restart block and even/odd checkpoints.
  - openPMD: Fix Particle Time Series.
  * Catalyst:
  - Multiple grids with multiple pipelines produces failure in
    coprocessing.py.
  - SaveExtract volumetric cinema database crash.
  * Build:
  - Guard the list of required vtk components for paraview
    package.
  - pqPythonUtils.h not installed.
- Update guide books:
  * ParaViewGettingStarted-5.10.1.pdf.
  * ParaViewTutorial-5.10.1.pdf.
- Adapt defined macros for versioning to be more recyclable.
- Drop some zero-length cmake files from %{_libdir}/cmake/ which
  are useless anyway.
* Thu Feb 10 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Drop unused exodusII-devel build dependency (used vendored
  version and defaults to IOSS based exodus reader since PV 5.10).
- Use system gl2ps also on Leap 15.x
* Fri Dec 24 2021 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.10.0:
  * Long list of changes, see
    https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.10.0.md
- Drop patches incorporated upstream:
  * paraview-gcc11-limits.patch.
  * paraview-vtkioss-link-pthread.patch.
- Update guides and tutorials.
- Update _constraits to require 22 GiB for build to prevent
  out-of-disk-space build failures.
- Add arguments to cmake command to turn off system installed
  libraries individually where these are not available;
  specifically turn off system vtkcatalyst, exprtk, fmt, and ioss.
- Add paraview-include-sstream.patch -- Add patch from upstream to
  include missing headers and adapt to apply with p1
  (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8597).
- Add rpmlintrc snippet to suppress warnings about shared lib
  versioning: we use a versioning consistent with package
  major.minor version which is needed due to upstream's otherwise
  inconsistent so versions, but rpmlint does not like this.
* Thu Dec 16 2021 Andreas Schwab <schwab@suse.de>
- Update constraints for riscv64
* Thu Jun 03 2021 Jan Engelhardt <jengelh@inai.de>
- Drop useless ldconfig dependencies for the paraview.rpm
  main package, there are no standard location shared libs in it.
* Wed Jun 02 2021 Atri Bhattacharya <badshah400@gmail.com>
- Add paraview-gcc11-limits.patch: Include limits header wherever
  needed to fix compilation with GCC 11
  [https://gitlab.kitware.com/vtk/vtk/-/issues/18194].
* Sun May 23 2021 Atri Bhattacharya <badshah400@gmail.com>
- Update to vetsion 5.9.1:
  * See
    https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.9.1.md.
- Drop paraview-Adaptors-include-txx-file.patch: incorporated
  upstream.