forked from pool/paraview
Accepting request 415728 from home:mathletic:branches:science
update to 5.1.2 OBS-URL: https://build.opensuse.org/request/show/415728 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=43
This commit is contained in:
parent
3c7ddb1976
commit
e1db793b68
3
ParaView-v5.1.2.tar.gz
Normal file
3
ParaView-v5.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff02b7307a256b7c6e8ad900dee5796297494df7f9a0804fe801eb2f66e6a187
|
||||||
|
size 51635420
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 05:13:00 UTC 2016 - foss@grueninger.de
|
||||||
|
|
||||||
|
- update to version 5.1.2
|
||||||
|
* Rendering translucent geometries: fixed client-server configurations
|
||||||
|
when rendering remotely and resolved issues with multiple windows/views
|
||||||
|
were present.
|
||||||
|
* Exodus reader: Fixed bug in Exodus reader which was causing the reader to
|
||||||
|
improperly read files with no timesteps.
|
||||||
|
* Fixed the “?” button to show filter documentation.
|
||||||
|
* Add option to Ghost Cells Generator filter to specify the number of ghost
|
||||||
|
levels to generate.
|
||||||
|
* Cinema Fixed SpecB was not revolving the camera around the data centroid.
|
||||||
|
- adjust require-only-cmake-3_0.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 21 11:45:20 UTC 2016 - foss@grueninger.de
|
Tue Jun 21 11:45:20 UTC 2016 - foss@grueninger.de
|
||||||
|
|
||||||
@ -10,7 +25,7 @@ Tue Jun 21 11:45:20 UTC 2016 - foss@grueninger.de
|
|||||||
+ List of changes at
|
+ List of changes at
|
||||||
http://www.paraview.org/Bug/changelog_page.php?version_id=122
|
http://www.paraview.org/Bug/changelog_page.php?version_id=122
|
||||||
- adjust patch paraview-default-qtstyle.patch
|
- adjust patch paraview-default-qtstyle.patch
|
||||||
- add require-only-cmake-3_0.patch to lower required CMake verstion
|
- add require-only-cmake-3_0.patch to lower required CMake version
|
||||||
to 3.0
|
to 3.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define major_ver 5.1
|
%define major_ver 5.1
|
||||||
Name: paraview
|
Name: paraview
|
||||||
Version: 5.1.0
|
Version: 5.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Data analysis and visualization application
|
Summary: Data analysis and visualization application
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
#==========================================================================
|
#==========================================================================
|
||||||
-cmake_minimum_required(VERSION 3.5)
|
-cmake_minimum_required(VERSION 3.3)
|
||||||
+cmake_minimum_required(VERSION 3.0)
|
+cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
project(ParaView)
|
project(ParaView)
|
||||||
|
Loading…
Reference in New Issue
Block a user