SHA256
1
0
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:
Christoph G 2016-07-29 05:23:30 +00:00 committed by Git OBS Bridge
parent 3c7ddb1976
commit e1db793b68
4 changed files with 21 additions and 3 deletions

3
ParaView-v5.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff02b7307a256b7c6e8ad900dee5796297494df7f9a0804fe801eb2f66e6a187
size 51635420

View File

@ -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
-------------------------------------------------------------------

View File

@ -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

View File

@ -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)