From 2de44d953e81c0470f670a27857748a94087028fca132a94453cdf987b878023 Mon Sep 17 00:00:00 2001 From: Christoph G Date: Fri, 20 Sep 2019 21:39:59 +0000 Subject: [PATCH] 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 --- ParaView-v5.6.1.tar.xz | 3 --- ParaView-v5.6.2.tar.xz | 3 +++ ParaViewGuide-5.6.1.pdf => ParaViewGuide-5.6.2.pdf | 0 paraview.changes | 11 +++++++++++ paraview.spec | 4 +++- 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 ParaView-v5.6.1.tar.xz create mode 100644 ParaView-v5.6.2.tar.xz rename ParaViewGuide-5.6.1.pdf => ParaViewGuide-5.6.2.pdf (100%) diff --git a/ParaView-v5.6.1.tar.xz b/ParaView-v5.6.1.tar.xz deleted file mode 100644 index 239526b..0000000 --- a/ParaView-v5.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50ef01f54db6358b402e50d1460ef47c04d675bf26f250c6937737169f1e6612 -size 38756076 diff --git a/ParaView-v5.6.2.tar.xz b/ParaView-v5.6.2.tar.xz new file mode 100644 index 0000000..a4b60e4 --- /dev/null +++ b/ParaView-v5.6.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3710b77c58a46891808dbe23dc59a1259d9c6b7bb123aaaeaa6ddf2be882ea +size 38739692 diff --git a/ParaViewGuide-5.6.1.pdf b/ParaViewGuide-5.6.2.pdf similarity index 100% rename from ParaViewGuide-5.6.1.pdf rename to ParaViewGuide-5.6.2.pdf diff --git a/paraview.changes b/paraview.changes index 9778c11..8d67fc6 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 20 06:14:35 UTC 2019 - Atri Bhattacharya + +- Update to version 5.6.2: + * Fixes a trackpad interaction bug on macOS. + +------------------------------------------------------------------- +Fri Sep 20 05:46:33 UTC 2019 - Atri Bhattacharya + +- Pass -ffat-lto-objects for static libs. + ------------------------------------------------------------------- Fri Aug 16 14:26:00 CEST 2019 - Mark.Olesen@esi-group.com diff --git a/paraview.spec b/paraview.spec index 32b878f..aa9c3f0 100644 --- a/paraview.spec +++ b/paraview.spec @@ -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