diff --git a/ParaView-v5.12.0.tar.xz b/ParaView-v5.12.0.tar.xz deleted file mode 100644 index 5b1052a..0000000 --- a/ParaView-v5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d289afe7b48533e2ca4a39a3b48d3874bfe67cf7f37fdd2131271c57e64de20d -size 129439820 diff --git a/ParaView-v5.12.1.tar.xz b/ParaView-v5.12.1.tar.xz new file mode 100644 index 0000000..05a556d --- /dev/null +++ b/ParaView-v5.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927f880c13deb6dde4172f4727d2b66f5576e15237b35778344f5dd1ddec863e +size 129307060 diff --git a/paraview.changes b/paraview.changes index a118ba8..4526acd 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed May 28 00:00:00 UTC 2024 - Vicente Adolfo Bolea Sanchez + +- 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. previously, it was checked unconditionally and that could lead to a valid but unwanted warning when paraview runs on a system that does not support ospray. + * cached geometry is discarded whenever an animation keyframe is edited. this can prevent spurious visualization of geometry when keyframes that modify filter properties are changed. + * 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. it is available after loading the legacyghostcellsgenerator plugin. this filter may work better on large scale runs on particular hpc systems where mpi resources are exhausted when using the regular ghost cells generator. in addition, the legacy ghost cells generator has a property minimum number of ghosts that matches the name of a property in the ghost cells generator. this makes swapping between the two filters in a python script simpler. + * 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. this resolves a race condition on some file systems where the directory was reported as being created but was not available for writing yet by one of the processes. + * 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 . + ------------------------------------------------------------------- Wed Mar 07 00:00:00 UTC 2024 - Vicente Adolfo Bolea Sanchez @@ -79,7 +99,7 @@ Wed Nov 30 16:40:06 UTC 2022 - Atri Bhattacharya * Many changes, see . - Drop paraview-include-sstream.patch: incorporated upstream. -- New BuildRequires: sqlite3, pkgconfig(liblzma), +- New BuildRequires: sqlite3, pkgconfig(), 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. diff --git a/paraview.spec b/paraview.spec index 4b1b614..d1d5029 100644 --- a/paraview.spec +++ b/paraview.spec @@ -44,7 +44,7 @@ %define __builder ninja Name: paraview -Version: %{short_ver}.0 +Version: %{short_ver}.1 Release: 0 Summary: Data analysis and visualization application License: BSD-3-Clause