| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libparaview5_13 | Distribution: openSUSE Tumbleweed |
| Version: 5.13.2 | Vendor: openSUSE |
| Release: 1.4 | Build date: Mon Jan 6 01:01:00 2025 |
| Group: Productivity/Scientific/Physics | Build host: reproducible |
| Size: 153226176 | Source RPM: paraview-5.13.2-1.4.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://www.paraview.org | |
| Summary: Shared libraries for Paraview | |
This package provides the shared libraries for paraview.
BSD-3-Clause
* 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
* 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/>.
* 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.
* 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
/usr/lib/libpqApplicationComponents-pv5.13.so.5.13 /usr/lib/libpqComponents-pv5.13.so.5.13 /usr/lib/libpqCore-pv5.13.so.5.13 /usr/lib/libpqPython-pv5.13.so.5.13 /usr/lib/libpqWidgets-pv5.13.so.5.13 /usr/lib/libvtkChartsCore-pv5.13.so.5.13 /usr/lib/libvtkCommonColor-pv5.13.so.5.13 /usr/lib/libvtkCommonComputationalGeometry-pv5.13.so.5.13 /usr/lib/libvtkCommonCore-pv5.13.so.5.13 /usr/lib/libvtkCommonDataModel-pv5.13.so.5.13 /usr/lib/libvtkCommonExecutionModel-pv5.13.so.5.13 /usr/lib/libvtkCommonMath-pv5.13.so.5.13 /usr/lib/libvtkCommonMisc-pv5.13.so.5.13 /usr/lib/libvtkCommonSystem-pv5.13.so.5.13 /usr/lib/libvtkCommonTransforms-pv5.13.so.5.13 /usr/lib/libvtkDICOMParser-pv5.13.so.5.13 /usr/lib/libvtkDomainsChemistry-pv5.13.so.5.13 /usr/lib/libvtkDomainsChemistryOpenGL2-pv5.13.so.5.13 /usr/lib/libvtkFiltersAMR-pv5.13.so.5.13 /usr/lib/libvtkFiltersCellGrid-pv5.13.so.5.13 /usr/lib/libvtkFiltersCore-pv5.13.so.5.13 /usr/lib/libvtkFiltersExtraction-pv5.13.so.5.13 /usr/lib/libvtkFiltersFlowPaths-pv5.13.so.5.13 /usr/lib/libvtkFiltersGeneral-pv5.13.so.5.13 /usr/lib/libvtkFiltersGeneric-pv5.13.so.5.13 /usr/lib/libvtkFiltersGeometry-pv5.13.so.5.13 /usr/lib/libvtkFiltersGeometryPreview-pv5.13.so.5.13 /usr/lib/libvtkFiltersHybrid-pv5.13.so.5.13 /usr/lib/libvtkFiltersHyperTree-pv5.13.so.5.13 /usr/lib/libvtkFiltersImaging-pv5.13.so.5.13 /usr/lib/libvtkFiltersModeling-pv5.13.so.5.13 /usr/lib/libvtkFiltersParallel-pv5.13.so.5.13 /usr/lib/libvtkFiltersParallelDIY2-pv5.13.so.5.13 /usr/lib/libvtkFiltersParallelStatistics-pv5.13.so.5.13 /usr/lib/libvtkFiltersParallelVerdict-pv5.13.so.5.13 /usr/lib/libvtkFiltersPoints-pv5.13.so.5.13 /usr/lib/libvtkFiltersProgrammable-pv5.13.so.5.13 /usr/lib/libvtkFiltersPython-pv5.13.so.5.13 /usr/lib/libvtkFiltersReduction-pv5.13.so.5.13 /usr/lib/libvtkFiltersSources-pv5.13.so.5.13 /usr/lib/libvtkFiltersStatistics-pv5.13.so.5.13 /usr/lib/libvtkFiltersTemporal-pv5.13.so.5.13 /usr/lib/libvtkFiltersTensor-pv5.13.so.5.13 /usr/lib/libvtkFiltersTexture-pv5.13.so.5.13 /usr/lib/libvtkFiltersVerdict-pv5.13.so.5.13 /usr/lib/libvtkGUISupportQt-pv5.13.so.5.13 /usr/lib/libvtkGeovisCore-pv5.13.so.5.13 /usr/lib/libvtkIOAMR-pv5.13.so.5.13 /usr/lib/libvtkIOAsynchronous-pv5.13.so.5.13 /usr/lib/libvtkIOCGNSReader-pv5.13.so.5.13 /usr/lib/libvtkIOCONVERGECFD-pv5.13.so.5.13 /usr/lib/libvtkIOCellGrid-pv5.13.so.5.13 /usr/lib/libvtkIOChemistry-pv5.13.so.5.13 /usr/lib/libvtkIOCityGML-pv5.13.so.5.13 /usr/lib/libvtkIOCore-pv5.13.so.5.13 /usr/lib/libvtkIOERF-pv5.13.so.5.13 /usr/lib/libvtkIOEnSight-pv5.13.so.5.13 /usr/lib/libvtkIOExodus-pv5.13.so.5.13 /usr/lib/libvtkIOExport-pv5.13.so.5.13 /usr/lib/libvtkIOExportGL2PS-pv5.13.so.5.13 /usr/lib/libvtkIOFDS-pv5.13.so.5.13 /usr/lib/libvtkIOFLUENTCFF-pv5.13.so.5.13 /usr/lib/libvtkIOGeometry-pv5.13.so.5.13 /usr/lib/libvtkIOH5Rage-pv5.13.so.5.13 /usr/lib/libvtkIOH5part-pv5.13.so.5.13 /usr/lib/libvtkIOHDF-pv5.13.so.5.13 /usr/lib/libvtkIOIOSS-pv5.13.so.5.13 /usr/lib/libvtkIOImage-pv5.13.so.5.13 /usr/lib/libvtkIOImport-pv5.13.so.5.13 /usr/lib/libvtkIOInfovis-pv5.13.so.5.13 /usr/lib/libvtkIOLSDyna-pv5.13.so.5.13 /usr/lib/libvtkIOLegacy-pv5.13.so.5.13 /usr/lib/libvtkIOMovie-pv5.13.so.5.13 /usr/lib/libvtkIONetCDF-pv5.13.so.5.13 /usr/lib/libvtkIOOMF-pv5.13.so.5.13 /usr/lib/libvtkIOOggTheora-pv5.13.so.5.13 /usr/lib/libvtkIOPIO-pv5.13.so.5.13 /usr/lib/libvtkIOPLY-pv5.13.so.5.13 /usr/lib/libvtkIOParallel-pv5.13.so.5.13 /usr/lib/libvtkIOParallelExodus-pv5.13.so.5.13 /usr/lib/libvtkIOParallelLSDyna-pv5.13.so.5.13 /usr/lib/libvtkIOParallelXML-pv5.13.so.5.13 /usr/lib/libvtkIOSegY-pv5.13.so.5.13 /usr/lib/libvtkIOTRUCHAS-pv5.13.so.5.13 /usr/lib/libvtkIOTecplotTable-pv5.13.so.5.13 /usr/lib/libvtkIOVPIC-pv5.13.so.5.13 /usr/lib/libvtkIOVeraOut-pv5.13.so.5.13 /usr/lib/libvtkIOXML-pv5.13.so.5.13 /usr/lib/libvtkIOXMLParser-pv5.13.so.5.13 /usr/lib/libvtkIOXdmf2-pv5.13.so.5.13 /usr/lib/libvtkImagingColor-pv5.13.so.5.13 /usr/lib/libvtkImagingCore-pv5.13.so.5.13 /usr/lib/libvtkImagingFourier-pv5.13.so.5.13 /usr/lib/libvtkImagingGeneral-pv5.13.so.5.13 /usr/lib/libvtkImagingHybrid-pv5.13.so.5.13 /usr/lib/libvtkImagingMath-pv5.13.so.5.13 /usr/lib/libvtkImagingSources-pv5.13.so.5.13 /usr/lib/libvtkInfovisCore-pv5.13.so.5.13 /usr/lib/libvtkInteractionStyle-pv5.13.so.5.13 /usr/lib/libvtkInteractionWidgets-pv5.13.so.5.13 /usr/lib/libvtkPVAdaptorsCam-pv5.13.so.5.13 /usr/lib/libvtkPVAdaptorsPagosa-pv5.13.so.5.13 /usr/lib/libvtkPVAdaptorsPhasta-pv5.13.so.5.13 /usr/lib/libvtkPVCatalyst-pv5.13.so.5.13 /usr/lib/libvtkPVClientWeb-pv5.13.so.5.13 /usr/lib/libvtkPVInSitu-pv5.13.so.5.13 /usr/lib/libvtkPVIncubatorCore-pv5.13.so.5.13 /usr/lib/libvtkPVPythonCatalyst-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsAMR-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsCore-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsExtraction-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsExtractionPython-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsFiltersFlowPaths-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsFiltersGeneral-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsFiltersMaterialInterface-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsFiltersParallel-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsFiltersParallelDIY2-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsFiltersPython-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsFiltersRendering-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsFiltersStatistics-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsIOAMR-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsIOCGNSWriter-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsIOCore-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsIOEnSight-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsIOExodus-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsIOGeneral-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsIOImage-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsIOImport-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsIOSPCTH-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsInteractionStyle-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsMisc-pv5.13.so.5.13 /usr/lib/libvtkPVVTKExtensionsPoints-pv5.13.so.5.13 /usr/lib/libvtkParallelCore-pv5.13.so.5.13 /usr/lib/libvtkParallelDIY-pv5.13.so.5.13 /usr/lib/libvtkPythonInterpreter-pv5.13.so.5.13 /usr/lib/libvtkRemotingAnimation-pv5.13.so.5.13 /usr/lib/libvtkRemotingApplication-pv5.13.so.5.13 /usr/lib/libvtkRemotingClientServerStream-pv5.13.so.5.13 /usr/lib/libvtkRemotingCore-pv5.13.so.5.13 /usr/lib/libvtkRemotingExport-pv5.13.so.5.13 /usr/lib/libvtkRemotingImport-pv5.13.so.5.13 /usr/lib/libvtkRemotingLive-pv5.13.so.5.13 /usr/lib/libvtkRemotingMisc-pv5.13.so.5.13 /usr/lib/libvtkRemotingServerManager-pv5.13.so.5.13 /usr/lib/libvtkRemotingServerManagerPython-pv5.13.so.5.13 /usr/lib/libvtkRemotingSettings-pv5.13.so.5.13 /usr/lib/libvtkRemotingViews-pv5.13.so.5.13 /usr/lib/libvtkRemotingViewsPython-pv5.13.so.5.13 /usr/lib/libvtkRenderingAnnotation-pv5.13.so.5.13 /usr/lib/libvtkRenderingCellGrid-pv5.13.so.5.13 /usr/lib/libvtkRenderingContext2D-pv5.13.so.5.13 /usr/lib/libvtkRenderingContextOpenGL2-pv5.13.so.5.13 /usr/lib/libvtkRenderingCore-pv5.13.so.5.13 /usr/lib/libvtkRenderingFreeType-pv5.13.so.5.13 /usr/lib/libvtkRenderingGL2PSOpenGL2-pv5.13.so.5.13 /usr/lib/libvtkRenderingHyperTreeGrid-pv5.13.so.5.13 /usr/lib/libvtkRenderingLICOpenGL2-pv5.13.so.5.13 /usr/lib/libvtkRenderingLabel-pv5.13.so.5.13 /usr/lib/libvtkRenderingMatplotlib-pv5.13.so.5.13 /usr/lib/libvtkRenderingOpenGL2-pv5.13.so.5.13 /usr/lib/libvtkRenderingParallel-pv5.13.so.5.13 /usr/lib/libvtkRenderingSceneGraph-pv5.13.so.5.13 /usr/lib/libvtkRenderingUI-pv5.13.so.5.13 /usr/lib/libvtkRenderingVolume-pv5.13.so.5.13 /usr/lib/libvtkRenderingVolumeAMR-pv5.13.so.5.13 /usr/lib/libvtkRenderingVolumeOpenGL2-pv5.13.so.5.13 /usr/lib/libvtkRenderingVtkJS-pv5.13.so.5.13 /usr/lib/libvtkTestingCore-pv5.13.so.5.13 /usr/lib/libvtkTestingRendering-pv5.13.so.5.13 /usr/lib/libvtkUtilitiesPythonInitializer-pv5.13.so.5.13 /usr/lib/libvtkUtilitiesPythonInterpreterPath-pv5.13.so.5.13 /usr/lib/libvtkViewsContext2D-pv5.13.so.5.13 /usr/lib/libvtkViewsCore-pv5.13.so.5.13 /usr/lib/libvtkWebCore-pv5.13.so.5.13 /usr/lib/libvtkWebGLExporter-pv5.13.so.5.13 /usr/lib/libvtkWrappingPythonCore3.13-pv5.13.so.5.13 /usr/lib/libvtkWrappingTools-pv5.13.so.5.13 /usr/lib/libvtkexodusII-pv5.13.so.5.13 /usr/lib/libvtkh5part-pv5.13.so.5.13 /usr/lib/libvtkioss-pv5.13.so.5.13 /usr/lib/libvtkkissfft-pv5.13.so.5.13 /usr/lib/libvtkloguru-pv5.13.so.5.13 /usr/lib/libvtkmetaio-pv5.13.so.5.13 /usr/lib/libvtkqttesting-pv5.13.so.5.13 /usr/lib/libvtksys-pv5.13.so.5.13 /usr/lib/libvtktoken-pv5.13.so.5.13 /usr/lib/libvtkvpic-pv5.13.so.5.13 /usr/lib/libvtkxdmf2-pv5.13.so.5.13
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 27 23:32:24 2025