diff --git a/ParaView-v5.11.1.tar.xz b/ParaView-v5.11.1.tar.xz deleted file mode 100644 index 4fd25e6..0000000 --- a/ParaView-v5.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cc2209f7fa37cd3155d199ff6c3590620c12ca4da732ef7698dec37fa8dbb34 -size 79847556 diff --git a/ParaView-v5.11.2.tar.xz b/ParaView-v5.11.2.tar.xz new file mode 100644 index 0000000..bd4ed71 --- /dev/null +++ b/ParaView-v5.11.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5d2f922f30d91feefc43b4a729015dbb1459f54c938896c123d2ac289c7a1e +size 79808404 diff --git a/paraview.changes b/paraview.changes index 6ab9f28..6bd047f 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Sep 30 17:16:04 UTC 2023 - Atri Bhattacharya + +- 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 diff --git a/paraview.spec b/paraview.spec index 0e3f3ab..32c2787 100644 --- a/paraview.spec +++ b/paraview.spec @@ -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)