SHA256
1
0
forked from pool/paraview

Accepting request 732076 from home:badshah400:branches:science

- Update to version 5.6.2:
  * Fixes a trackpad interaction bug on macOS.

- Pass -ffat-lto-objects for static libs.

OBS-URL: https://build.opensuse.org/request/show/732076
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=63
This commit is contained in:
Christoph G 2019-09-20 21:39:59 +00:00 committed by Git OBS Bridge
parent f09feff173
commit 2de44d953e
5 changed files with 17 additions and 4 deletions

View File

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

3
ParaView-v5.6.2.tar.xz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 20 06:14:35 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.6.2:
* Fixes a trackpad interaction bug on macOS.
-------------------------------------------------------------------
Fri Sep 20 05:46:33 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
- Pass -ffat-lto-objects for static libs.
-------------------------------------------------------------------
Fri Aug 16 14:26:00 CEST 2019 - Mark.Olesen@esi-group.com

View File

@ -19,7 +19,7 @@
%define major_ver 5.6
Name: paraview
Version: 5.6.1
Version: 5.6.2
Release: 0
Summary: Data analysis and visualization application
License: BSD-3-Clause
@ -120,6 +120,8 @@ for ParaView or to embed ParaView Catalyst in a simulation program.
%patch9 -p1
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
# Prepare for gcc 4.9.0: work around gcc 4.9.0 regression
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61294
sed -i -e 's/-Wl,--fatal-warnings//' VTK/CMake/vtkCompilerExtraFlags.cmake