* Mon Jan 06 2025 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com>
- Update to version 5.13.2:
* Update Insitu logic to use script filename (instead of full
path) when searching PYTHONPATH directories (details).
* Fixed CLI error loading multiple-file series (details).
* Fixed CLI error that was opening two copies of single file
specified in command line (details).
* Fixed pvbatch syntax warning messages (“invalid escape
sequence”) (details).
* Fixed spreadsheet view to update correctly when timestep is
reset to 0 (details).
* Fixed problems loading state file when remote volume rendering
is used (details).
* More info at:
<https://www.kitware.com/paraview-5-13-2-release-notes/>.
- Use internal pegtl lib due to version incompatibility.
- Disable ZFP due to building problems with internal/external.
- Added sed command to fix linker flags in build.ninja.
- Removed unnecessary shebang at rtImageTest.py.
- Dropped patches:
* 0001-Fix-missing-fmt-ranges.h-include-in-ioss-ThirdParty-.patch
* fix-CVE-2024-50602.patch
- Add patches:
* 0001-Add-missing-libm-link-library-for-bundled-ExodusII.patch
* Sat Jan 04 2025 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Various spec file cleanups and fixes:
* Fix version dependent bcond's for TW
* Remove unused netcdf-cxx build dependency
* Remove unnecessary sqlite and wget binary build dependencies
* Use system libharu, fast-float and fmt when available
- Fix build with recent fmt, add
* 0001-Fix-missing-fmt-ranges.h-include-in-ioss-ThirdParty-.patch
* Fri Dec 20 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com>
- Added patch fix-CVE-2024-50602.patch which fixes CVE-2024-50602.
* Tue May 28 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com>
- Update to version 5.12.1:
* gradient backgrounds in saved images larger than the render
window are now correct.
* support for ospray is checked only when ospray rendering is
requested.
* cached geometry is discarded whenever an animation keyframe is
edited.
* coloring by partial field data arrays now works correctly.
* the reflect filter on triangle strips now produces correct
cells.
* slicing image data with multiple components now correctly
copies all components to the output.
* fixed a crash when loading an unstructured grid containing a
vtk_convex_point_set from a vtu file.
* removed spurious warning message when the integrate variables
filter was applied to an empty dataset.
* the legacy ghost cells generator filter, which was deprecated
in paraview 5.10 and removed in paraview 5.11, has been added
back.
* the gradient filter had a thread race condition fixed
* vtk xml file format readers no longer fail when building
paraview against expat 2.6.0.
* saving a multiblock dataset file (vtm) in parallel now uses
only rank 0 to create a subdirectory instead of all ranks
trying and one rank winning.
* fixed state saving option when a remote server crashes.
* error reporting when creating extracts directory fails now
includes the full path of the directory whose creation failed.
* More info at
<https://www.kitware.com/paraview-5-12-1-release-notes/>.
* Thu Mar 07 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com>
- Update to version 5.12.0:
* Save and load files on either the client or server
* Internationalization support with translations
* Importing and exporting of animation settings
* Copy and paste available for filters in the Pipeline Browser
* Widget colors linked to color palette
* Fire Dynamics Simulator file reader
* New “Toggle file sequence grouping” button in Open File dialog
* Reorganized Color Map Editor
* More info at <https://www.kitware.com/paraview-5-12-0-release-notes/>.
- Use internal jsoncpp with leap <= 15.5.
- Use internal token lib.
- Use internal FastFloat lib.
- Use external verdict with leap >= 15.5.
- Use external pugixml with leap >= 15.5.
- Always use external CLI11.
- Drop compatibility to leap 15.3.
- Always skip using RPATH in SUSE builds.
- Added patch: fix-soversion-soname.patch
* Fri Jan 19 2024 Atri Bhattacharya <badshah400@gmail.com>
- Do not delete zero-sized .cmake files, these are referenced from
other cmake files; use rpmlintrc rule to suppress warnings.
- Do not delete paraview-config script now that we have a
- devel-static package; instead include it as part of the latter.
* Sat Sep 30 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
Version: 5.11.1-bp156.1.23
* Wed Jul 26 2023 vicente.bolea@gmail.com
- Fixes issue that protobuf demands the use of -std=c++17.
This was done by building ParaView with -std=c++17.
* Sat Apr 08 2023 bjorn.lie@gmail.com
- Update to version 5.11.1:
* Many changes, see
<https://www.kitware.com/paraview-5-11-1-release-notes/>.
Version: 5.11.0-bp155.1.11
* Tue Dec 06 2022 Atri Bhattacharya <badshah400@gmail.com>
- Build with system verdict for openSUSE > 1500.
* Wed Nov 30 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.11.0:
* Many changes, see
<https://www.kitware.com/paraview-5-11-0-release-notes/>.
- Drop paraview-include-sstream.patch: incorporated upstream.
- New BuildRequires: sqlite3, pkgconfig(liblzma),
pkgconfig(nlohmann_json), pkgconfig(proj), pkgconfig(sqlite3).
- Build without system nlohmann_json for Leap 15.3 and older.
- Update rpmlintrc file to suppress false positives.
* Thu Jul 14 2022 Atri Bhattacharya <badshah400@gmail.com>
- Pass CMAKE_SKIP_INSTALL_RPATH=ON for openSUSE > 1500 as well
to enure no left-over rpaths in binaries; this fixes build
failures in Factory.
Version: 5.10.1-bp154.1.18
* 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.