SHA256
1
0
forked from pool/paraview
Dominique Leuenberger 2016-08-03 09:43:38 +00:00 committed by Git OBS Bridge
commit d81810c9a9
5 changed files with 21 additions and 6 deletions

View File

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

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

View File

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

View File

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