From f242ea032cc9ec84534a4bfde3b3424e116462862d03cc09d7ffce9230287c12 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Wed, 23 Aug 2017 08:57:20 +0000 Subject: [PATCH] Accepting request 518351 from home:badshah400:branches:science - Update to version 5.4.1: * The black render window observed on some systems when FXAA was enabled or an object's opacity was less than 1 has been fixed. * Field output for cells with non-straight edges has been corrected. * Derivatives for quadratic triangles are now computed correctly. * A bug that occurred when generating a Catalyst script with no images output has been fixed. * A problem with writing animations as AVIs was fixed. * Logic in the CGNS reader was updated to correctly read all solution nodes for each centering type when FlowSolutionPointers are missing. * Fixed crash in CGNS reader when moving forward in time. * Fixed problem with long-running animations not advancing past a certain number of time steps. * Resolved issue where changing one file path in the state file loader "Choose File Names" dialog also changed the file paths of other files with the same type. * Addressed problem with enumerated property dependencies in ParaViewWeb. * Added ability to change the font size in the ParaView user interface. * Fixed BoxLib3D file reader. * State files now properly support files with relative paths. * Removed inappropriate scalar bar scaling when saving large screen shots. * A bug in the color mapping that in some cases incorrectly mapped some data values to the above-range color was fixed. * OSPRay can now be compiled in Cray programming environments OBS-URL: https://build.opensuse.org/request/show/518351 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=52 --- ParaView-v5.4.0.tar.gz | 3 --- ParaView-v5.4.1.tar.gz | 3 +++ paraview.changes | 39 +++++++++++++++++++++++++++++++++++++++ paraview.spec | 6 +++--- 4 files changed, 45 insertions(+), 6 deletions(-) delete mode 100644 ParaView-v5.4.0.tar.gz create mode 100644 ParaView-v5.4.1.tar.gz diff --git a/ParaView-v5.4.0.tar.gz b/ParaView-v5.4.0.tar.gz deleted file mode 100644 index 4b32335..0000000 --- a/ParaView-v5.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f488d84a53b1286d2ee1967e386626c8ad05a6fe4e6cbdaa8d5e042f519f94a9 -size 43729756 diff --git a/ParaView-v5.4.1.tar.gz b/ParaView-v5.4.1.tar.gz new file mode 100644 index 0000000..3e247fe --- /dev/null +++ b/ParaView-v5.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390d0f5dc66bf432e202a39b1f34193af4bf8aad2355338fa5e2778ea07a80e4 +size 43783720 diff --git a/paraview.changes b/paraview.changes index b45124c..405c9b6 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Aug 22 21:52:50 UTC 2017 - badshah400@gmail.com + +- Update to version 5.4.1: + * The black render window observed on some systems when FXAA was + enabled or an object's opacity was less than 1 has been fixed. + * Field output for cells with non-straight edges has been + corrected. + * Derivatives for quadratic triangles are now computed + correctly. + * A bug that occurred when generating a Catalyst script with no + images output has been fixed. + * A problem with writing animations as AVIs was fixed. + * Logic in the CGNS reader was updated to correctly read all + solution nodes for each centering type when + FlowSolutionPointers are missing. + * Fixed crash in CGNS reader when moving forward in time. + * Fixed problem with long-running animations not advancing past + a certain number of time steps. + * Resolved issue where changing one file path in the state file + loader "Choose File Names" dialog also changed the file paths + of other files with the same type. + * Addressed problem with enumerated property dependencies in + ParaViewWeb. + * Added ability to change the font size in the ParaView user + interface. + * Fixed BoxLib3D file reader. + * State files now properly support files with relative paths. + * Removed inappropriate scalar bar scaling when saving large + screen shots. + * A bug in the color mapping that in some cases incorrectly + mapped some data values to the above-range color was fixed. + * OSPRay can now be compiled in Cray programming environments + and for the first time has support for Intel Skylake + processors. + * Added lower limit to how small the GUI font size can be. + * Addressed issue affecting layouts when loading a state file + from the Python console. + ------------------------------------------------------------------- Sun Jul 2 17:09:33 UTC 2017 - badshah400@gmail.com diff --git a/paraview.spec b/paraview.spec index 0dbc4b6..b8d3e73 100644 --- a/paraview.spec +++ b/paraview.spec @@ -24,7 +24,7 @@ %define major_ver 5.4 Name: paraview -Version: 5.4.0 +Version: 5.4.1 Release: 0 Summary: Data analysis and visualization application License: BSD-3-Clause @@ -33,8 +33,8 @@ Url: http://www.paraview.org Source0: http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.gz Source1: %{name}-rpmlintrc -Source2: http://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{version}.pdf -Source3: http://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{version}.pdf +Source2: http://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{major_ver}.0.pdf +Source3: http://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{major_ver}.0.pdf Source4: http://www.paraview.org/files/v%{major_ver}/ParaViewTutorial.pdf # PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch badshah400@gmail.com -- Make paraview inherit default qt gui look and feel, instead of using the Plastique theme Patch0: paraview-default-qtstyle.patch