From f09feff173e5aa9aa38d97c3f2e2aeea52b2824101079fa0f92e6fe4c3e0ad1d Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sat, 17 Aug 2019 10:28:33 +0000 Subject: [PATCH] Accepting request 724039 from home:openfoam:branches:science - Update to version 5.6.1 https://blog.kitware.com/paraview-5-6-1-release-notes/ - using tar.xz instead of tar.gz file OBS-URL: https://build.opensuse.org/request/show/724039 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=61 --- ParaView-v5.6.0.tar.gz | 3 --- ParaView-v5.6.1.tar.xz | 3 +++ ParaViewGuide-5.6.0.pdf | 3 --- ParaViewGuide-5.6.1.pdf | 3 +++ paraview.changes | 7 +++++++ paraview.spec | 14 ++++++++------ 6 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 ParaView-v5.6.0.tar.gz create mode 100644 ParaView-v5.6.1.tar.xz delete mode 100644 ParaViewGuide-5.6.0.pdf create mode 100644 ParaViewGuide-5.6.1.pdf diff --git a/ParaView-v5.6.0.tar.gz b/ParaView-v5.6.0.tar.gz deleted file mode 100644 index 5459762..0000000 --- a/ParaView-v5.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb8c4d752ad9805c74b4a08f8ae6e83402c3f11e38b274dba171b99bb6ac2460 -size 54085457 diff --git a/ParaView-v5.6.1.tar.xz b/ParaView-v5.6.1.tar.xz new file mode 100644 index 0000000..239526b --- /dev/null +++ b/ParaView-v5.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ef01f54db6358b402e50d1460ef47c04d675bf26f250c6937737169f1e6612 +size 38756076 diff --git a/ParaViewGuide-5.6.0.pdf b/ParaViewGuide-5.6.0.pdf deleted file mode 100644 index 3bcca51..0000000 --- a/ParaViewGuide-5.6.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:763badded9f904468a8dc2d8b0963116e6e1867417f5f971c5291a2db68d3a61 -size 50849126 diff --git a/ParaViewGuide-5.6.1.pdf b/ParaViewGuide-5.6.1.pdf new file mode 100644 index 0000000..d551720 --- /dev/null +++ b/ParaViewGuide-5.6.1.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af322a3d04101f1c9cd2f8150e838360ca349a6a4060d3747fb6997ce543aa7 +size 49306429 diff --git a/paraview.changes b/paraview.changes index 896ca9f..9778c11 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 16 14:26:00 CEST 2019 - Mark.Olesen@esi-group.com + +- Update to version 5.6.1 + https://blog.kitware.com/paraview-5-6-1-release-notes/ +- using tar.xz instead of tar.gz file + ------------------------------------------------------------------- Tue Dec 4 10:39:13 UTC 2018 - Jan Engelhardt diff --git a/paraview.spec b/paraview.spec index 865fc61..32b878f 100644 --- a/paraview.spec +++ b/paraview.spec @@ -1,7 +1,7 @@ # # spec file for package paraview # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,19 @@ %define major_ver 5.6 + Name: paraview -Version: 5.6.0 +Version: 5.6.1 Release: 0 Summary: Data analysis and visualization application License: BSD-3-Clause Group: Productivity/Scientific/Physics -Url: http://www.paraview.org -Source0: http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.gz +Url: https://www.paraview.org +Source0: https://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.xz Source1: %{name}-rpmlintrc -Source2: http://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{version}.pdf -Source3: http://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{version}.pdf +# CAUTION: GettingStarted may or may not be updated with each minor version +Source2: https://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{major_ver}.0.pdf +Source3: https://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{version}.pdf # PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah400@gmail.com -- Fix desktop menu entry by inserting proper required categories Patch1: paraview-desktop-entry-fix.patch # PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch badshah400@gmail.com -- Remove reference to __DATE__ and __TIME__ from source