From e1db793b6889be7c04a656cc01966ba2fabe511b534a807e2770dbc8a801d3e8 Mon Sep 17 00:00:00 2001 From: Christoph G Date: Fri, 29 Jul 2016 05:23:30 +0000 Subject: [PATCH] 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 --- ParaView-v5.1.2.tar.gz | 3 +++ paraview.changes | 17 ++++++++++++++++- paraview.spec | 2 +- require-only-cmake-3_0.patch | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 ParaView-v5.1.2.tar.gz diff --git a/ParaView-v5.1.2.tar.gz b/ParaView-v5.1.2.tar.gz new file mode 100644 index 0000000..2d41c9a --- /dev/null +++ b/ParaView-v5.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff02b7307a256b7c6e8ad900dee5796297494df7f9a0804fe801eb2f66e6a187 +size 51635420 diff --git a/paraview.changes b/paraview.changes index 48dd9cc..3dab8a4 100644 --- a/paraview.changes +++ b/paraview.changes @@ -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 @@ -10,7 +25,7 @@ Tue Jun 21 11:45:20 UTC 2016 - foss@grueninger.de + List of changes at http://www.paraview.org/Bug/changelog_page.php?version_id=122 - 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 ------------------------------------------------------------------- diff --git a/paraview.spec b/paraview.spec index 37c909f..7d4ae0a 100644 --- a/paraview.spec +++ b/paraview.spec @@ -18,7 +18,7 @@ %define major_ver 5.1 Name: paraview -Version: 5.1.0 +Version: 5.1.2 Release: 0 Summary: Data analysis and visualization application License: BSD-3-Clause diff --git a/require-only-cmake-3_0.patch b/require-only-cmake-3_0.patch index 75bbd7f..89ecc87 100644 --- a/require-only-cmake-3_0.patch +++ b/require-only-cmake-3_0.patch @@ -4,7 +4,7 @@ # 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) project(ParaView)