commit paraview for openSUSE:Factory

2020-08-07 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2020-08-07 14:13:26

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.3399 (New)


Package is "paraview"

Fri Aug  7 14:13:26 2020 rev:35 rq:824733 version:5.8.1

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2020-07-18 
21:02:14.083561944 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.3399/paraview.changes  
2020-08-07 14:16:42.118159204 +0200
@@ -1,0 +2,11 @@
+Wed Aug  5 23:11:58 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 5.8.1:
+  * Long list of bug fixes, see
+https://blog.kitware.com/paraview-5-8-1-release-notes/.
+- Update manuals (ParaViewGettingStarted-5.8.1.pdf and
+  ParaViewGuide-5.8.1.pdf) to latest version.
+- Disable on aarch64 since GLES isn't supported for bundled vtk
+  but is needed for paraview.
+
+---

Old:

  ParaView-v5.8.0.tar.xz
  ParaViewGettingStarted-5.8.0.pdf
  ParaViewGuide-5.8.0.pdf

New:

  ParaView-v5.8.1.tar.xz
  ParaViewGettingStarted-5.8.1.pdf
  ParaViewGuide-5.8.1.pdf



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.SooiWe/_old  2020-08-07 14:16:53.642159507 +0200
+++ /var/tmp/diff_new_pack.SooiWe/_new  2020-08-07 14:16:53.646159507 +0200
@@ -30,9 +30,8 @@
 %bcond_withharu
 
 %define __builder ninja
-
 Name:   paraview
-Version:5.8.0
+Version:5.8.1
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
@@ -41,7 +40,7 @@
 Source0:
https://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.xz
 Source1:%{name}-rpmlintrc
 # 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
+Source2:
https://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{version}.pdf
 Source3:
https://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{version}.pdf
 # PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah...@gmail.com -- 
Fix desktop menu entry by inserting proper required categories
 Patch1: paraview-desktop-entry-fix.patch
@@ -116,6 +115,8 @@
 Requires:   graphviz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
+# Disable on aarch64 since GLES isn't supported for bundled vtk but is needed 
for paraview
+ExcludeArch:aarch64
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ ParaView-v5.8.0.tar.xz -> ParaView-v5.8.1.tar.xz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.8.0.tar.xz 
/work/SRC/openSUSE:Factory/.paraview.new.3399/ParaView-v5.8.1.tar.xz differ: 
char 25, line 1

++ ParaViewGettingStarted-5.8.0.pdf -> ParaViewGettingStarted-5.8.1.pdf 
++

++ ParaViewGuide-5.8.0.pdf -> ParaViewGuide-5.8.1.pdf ++




commit paraview for openSUSE:Factory

2020-07-18 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2020-07-18 21:01:48

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.3592 (New)


Package is "paraview"

Sat Jul 18 21:01:48 2020 rev:34 rq:821569 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2020-06-02 
14:37:22.375281146 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.3592/paraview.changes  
2020-07-18 21:02:14.083561944 +0200
@@ -1,0 +2,6 @@
+Fri Jul 17 15:58:34 UTC 2020 - Atri Bhattacharya 
+
+- Set CMAKE_SKIP_INSTALL_RPATH:BOOL=ON during %cmake for openSUSE
+  Leap 15.2 and older to fix build failures.
+
+---



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.4noIEg/_old  2020-07-18 21:02:15.919563918 +0200
+++ /var/tmp/diff_new_pack.4noIEg/_new  2020-07-18 21:02:15.919563918 +0200
@@ -189,7 +189,10 @@
 %cmake -DCMAKE_INSTALL_LIBDIR=%{_lib} \
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
-DPARAVIEW_BUILD_SHARED_LIBS:BOOL=ON \
+%if 0%{?suse_version} <= 1500
-DCMAKE_SKIP_RPATH:BOOL=OFF \
+   -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
+%endif
-DPARAVIEW_USE_VTKM:BOOL=OFF \
-DPARAVIEW_USE_QT:BOOL=ON \
-DPARAVIEW_USE_PYTHON:BOOL=ON \




commit paraview for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2020-06-02 14:36:53

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.3606 (New)


Package is "paraview"

Tue Jun  2 14:36:53 2020 rev:33 rq:810271 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2020-05-12 
22:32:19.883869288 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.3606/paraview.changes  
2020-06-02 14:37:22.375281146 +0200
@@ -1,0 +2,6 @@
+Sun May 17 19:57:59 UTC 2020 - Atri Bhattacharya 
+
+- Don't delete libFmmMesh.a static lib, it is referenced by
+  installed cmake files and needed for plugin development.
+
+---



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.ylBXYw/_old  2020-06-02 14:37:24.287287196 +0200
+++ /var/tmp/diff_new_pack.ylBXYw/_new  2020-06-02 14:37:24.291287210 +0200
@@ -215,9 +215,6 @@
 
 %cmake_install
 
-# UNNECESSARY STATIC LIBS
-rm 
%{buildroot}%{_libdir}/%{name}-%{major_ver}/plugins/GeodesicMeasurement/libFmmMesh.a
-
 # INSTALL DOCUMENTATION USED BY THE HELP MENU IN MAIN APP
 install -Dm0644 %{S:2} 
%{buildroot}%{_datadir}/%{name}-%{major_ver}/doc/GettingStarted.pdf
 install -Dm0644 %{S:3} 
%{buildroot}%{_datadir}/%{name}-%{major_ver}/doc/Guide.pdf




commit paraview for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2020-05-12 22:30:23

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.2738 (New)


Package is "paraview"

Tue May 12 22:30:23 2020 rev:32 rq:802707 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2020-05-07 
14:55:08.742365500 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.2738/paraview.changes  
2020-05-12 22:32:19.883869288 +0200
@@ -1,0 +2,14 @@
+Thu May  7 21:53:50 UTC 2020 - Atri Bhattacharya 
+
+- Drop patches no longer needed:
+  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
+  * fix-loguru-missing-links.patch
+  * paraview-do-not-install-missing-vtk-doxygen-dir.patch
+  * paraview-link-against-python.patch: pass
+DVTK_PYTHON_OPTIONAL_LINK=OFF to cmake instead (see
+https://gitlab.kitware.com/vtk/vtk/-/issues/17881).
+- Update bundled_exodusii_add_missing_libpthread.patch to version
+  from upstream
+  (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/6865).
+
+---

Old:

  0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  fix-loguru-missing-links.patch
  paraview-do-not-install-missing-vtk-doxygen-dir.patch
  paraview-link-against-python.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.gmd6aM/_old  2020-05-12 22:32:21.995873696 +0200
+++ /var/tmp/diff_new_pack.gmd6aM/_new  2020-05-12 22:32:21.999873704 +0200
@@ -47,18 +47,10 @@
 Patch1: paraview-desktop-entry-fix.patch
 # PATCH-FIX-UPSTREAM fix-3d48a287-support-new-api-cgio_read_data_type.patch -- 
Add support for new API cgio_read_***data***_type
 Patch2: fix-3d48a287-support-new-api-cgio_read_data_type.patch
-# PATCH-FIX-UPSTREAM paraview-do-not-install-missing-vtk-doxygen-dir.patch 
f...@grueninger.de -- Remove install of nonexistent doxygen/html dir
-Patch3: paraview-do-not-install-missing-vtk-doxygen-dir.patch
-# PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for 
linking
+# PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for 
linking (gh#libharu/libharu#213)
 Patch8: fix-libharu-missing-m.patch
-# PATCH-FIX-UPSTREAM paraview-link-against-python.patch badshah...@gmail.com 
-- Fix linking to python library
-Patch9: paraview-link-against-python.patch
-# PATCH-FIX-OPENSUSE bundled_exodusii_add_missing_libpthread.patch 
stefan.bru...@rwth-aachen.de -- Add missing libm for linking
+# PATCH-FIX-OPENSUSE bundled_exodusii_add_missing_libpthread.patch 
stefan.bru...@rwth-aachen.de -- Add missing libm for linking (updated to 
upstream patch, see https://gitlab.kitware.com/vtk/vtk/-/merge_requests/6865)
 Patch10:bundled_exodusii_add_missing_libpthread.patch
-# PATCH-FIX-OPENSUSE -- Missing libogg symbols
-Patch11:0001-Add-libogg-to-IOMovie-target-link-libraries.patch
-# PATCH-FIX-UPSTREAM fix-loguru-missing-links.patch badshah...@gmail.com -- 
Fix missing libs (libm, libpthread, libdl) when linking to build loguru
-Patch13:fix-loguru-missing-links.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  cgns-devel
 BuildRequires:  cmake >= 3.13
@@ -202,6 +194,7 @@
-DPARAVIEW_USE_QT:BOOL=ON \
-DPARAVIEW_USE_PYTHON:BOOL=ON \

-DPARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX=%{_lib}/python%{py3_ver}/site-packages/paraview
 \
+   -DVTK_PYTHON_OPTIONAL_LINK:BOOL=OFF \
-DPARAVIEW_ENABLE_WEB:BOOL=ON \
-DVTK_WRAP_PYTHON:BOOL=ON \
-DVTK_OPENGL_HAS_OSMESA:BOOL=OFF \

++ bundled_exodusii_add_missing_libpthread.patch ++
--- /var/tmp/diff_new_pack.gmd6aM/_old  2020-05-12 22:32:22.031873771 +0200
+++ /var/tmp/diff_new_pack.gmd6aM/_new  2020-05-12 22:32:22.031873771 +0200
@@ -1,13 +1,38 @@
-Index: ParaView-v5.7.0/VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt
-===
 ParaView-v5.7.0.orig/VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt
-+++ ParaView-v5.7.0/VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt
-@@ -301,6 +301,8 @@ vtk_module_add_module(VTK::exodusII
+diff --git a/VTK/ThirdParty/exodusII/vtk.module 
b/VTK/ThirdParty/exodusII/vtk.module
+index 
27301eceb62f6200f69d65046a0e35a3572825e8..cb6bd927acd008a15c9d2df67d75cbbfd3237b57
 100644
+--- a/VTK/ThirdParty/exodusII/vtk.module
 b/VTK/ThirdParty/exodusII/vtk.module
+@@ -3,5 +3,6 @@ NAME
+ LIBRARY_NAME
+   vtkexodusII
+ DEPENDS
++  VTK::hdf5
+   VTK::netcdf
+ THIRD_PARTY
+diff --git a/VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt 
b/VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt
+index 

commit paraview for openSUSE:Factory

2020-05-07 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2020-05-07 14:55:00

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.2738 (New)


Package is "paraview"

Thu May  7 14:55:00 2020 rev:31 rq:800819 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2020-04-11 
23:46:48.843101416 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.2738/paraview.changes  
2020-05-07 14:55:08.742365500 +0200
@@ -1,0 +2,10 @@
+Tue May  5 17:56:54 UTC 2020 - Atri Bhattacharya 
+
+- Disable the Paraview Protobuf module for openSUSE:Leap <= 15.1,
+  as the FindProtobuf module bundled with cmake < 3.13 is
+  incompatible with the requirements here.
+- Package static libraries as part of devel-static package; this
+  is needed, for example, to build plugins against paraview. See
+  https://gitlab.kitware.com/paraview/paraview/-/issues/19706#note_746038.
+
+---



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.sbtlAp/_old  2020-05-07 14:55:11.014369514 +0200
+++ /var/tmp/diff_new_pack.sbtlAp/_new  2020-05-07 14:55:11.018369521 +0200
@@ -61,7 +61,7 @@
 Patch13:fix-loguru-missing-links.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  cgns-devel
-BuildRequires:  cmake >= 3.3
+BuildRequires:  cmake >= 3.13
 BuildRequires:  desktop-file-utils
 BuildRequires:  double-conversion-devel
 BuildRequires:  doxygen
@@ -165,6 +165,15 @@
 Requires:   python3-numpy
 Requires:   python3-qt5
 
+%package devel-static
+Summary:Static libraries for Paraview, needed to building plugins
+Group:  Productivity/Scientific/Physics
+Requires:   %{name}-devel = %{version}
+
+%description devel-static
+This package contains the static libraries for Paraview, needed, for
+example, to build plugins for paraview.
+
 %description -n python3-paraview
 This package provides the python(3) bindings and modules for paraview.
 
@@ -214,7 +223,6 @@
 %cmake_install
 
 # UNNECESSARY STATIC LIBS
-rm -fr %{buildroot}%{_libdir}/*.a
 rm 
%{buildroot}%{_libdir}/%{name}-%{major_ver}/plugins/GeodesicMeasurement/libFmmMesh.a
 
 # INSTALL DOCUMENTATION USED BY THE HELP MENU IN MAIN APP
@@ -258,6 +266,9 @@
 %{_bindir}/vtk*
 %{_includedir}/%{name}*
 
+%files devel-static
+%{_libdir}/*.a
+
 %files -n python3-paraview
 %{python3_sitearch}/%{name}/
 




commit paraview for openSUSE:Factory

2020-04-11 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2020-04-11 23:46:29

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.3248 (New)


Package is "paraview"

Sat Apr 11 23:46:29 2020 rev:30 rq:792989 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2020-03-01 
21:28:21.608598663 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new.3248/paraview.changes  
2020-04-11 23:46:48.843101416 +0200
@@ -1,0 +2,6 @@
+Wed Apr  8 18:26:31 UTC 2020 - Christoph G 
+
+- add patch fix-3d48a287-support-new-api-cgio_read_data_type.patch
+  from upstream to fix build problem for Factory
+
+---

New:

  fix-3d48a287-support-new-api-cgio_read_data_type.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.loQ0v3/_old  2020-04-11 23:46:50.911102992 +0200
+++ /var/tmp/diff_new_pack.loQ0v3/_new  2020-04-11 23:46:50.911102992 +0200
@@ -45,6 +45,8 @@
 Source3:
https://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{version}.pdf
 # PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah...@gmail.com -- 
Fix desktop menu entry by inserting proper required categories
 Patch1: paraview-desktop-entry-fix.patch
+# PATCH-FIX-UPSTREAM fix-3d48a287-support-new-api-cgio_read_data_type.patch -- 
Add support for new API cgio_read_***data***_type
+Patch2: fix-3d48a287-support-new-api-cgio_read_data_type.patch
 # PATCH-FIX-UPSTREAM paraview-do-not-install-missing-vtk-doxygen-dir.patch 
f...@grueninger.de -- Remove install of nonexistent doxygen/html dir
 Patch3: paraview-do-not-install-missing-vtk-doxygen-dir.patch
 # PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for 
linking

++ fix-3d48a287-support-new-api-cgio_read_data_type.patch ++
>From 3d48a287141eb911b4888440e09c262743b4db3c Mon Sep 17 00:00:00 2001
From: Mickael PHILIT 
Date: Wed, 4 Mar 2020 14:54:30 +0100
Subject: [PATCH] Add support for new API cgio_read_***data***_type

CGNS 4.1 removed old cgio API and now support providing memory data type.
Changes are made to keep current behavior of CGNS reading.
Data conversion is not let to CGNS with new API as it may only be stable for 
HDF5 files.
---
 VTKExtensions/CGNSReader/cgio_helpers.cxx | 14 +--
 VTKExtensions/CGNSReader/cgio_helpers.h   |  3 +-
 VTKExtensions/CGNSReader/vtkCGNSReader.cxx| 85 +--
 .../CGNSReader/vtkCGNSReaderInternal.cxx  | 44 +-
 .../CGNSReader/vtkCGNSReaderInternal.h| 53 ++--
 5 files changed, 133 insertions(+), 66 deletions(-)

diff --git a/VTKExtensions/CGNSReader/cgio_helpers.cxx 
b/VTKExtensions/CGNSReader/cgio_helpers.cxx
index 1e8ecae8c5..44429a4dd0 100644
--- a/VTKExtensions/CGNSReader/cgio_helpers.cxx
+++ b/VTKExtensions/CGNSReader/cgio_helpers.cxx
@@ -44,7 +44,7 @@ int readNodeStringData(int cgioNum, double nodeId, 
std::string& data)
 
   data.resize(size);
   // read data
-  if (cgio_read_all_data(cgioNum, nodeId, (void*)data.c_str()) != CG_OK)
+  if (cgio_read_all_data_type(cgioNum, nodeId, "C1", (void*)data.c_str()) != 
CG_OK)
   {
 return 1;
   }
@@ -80,7 +80,7 @@ int readNodeData(int cgioNum, double nodeId, 
std::vector& data)
   data.resize(size + 1);
 
   // read data
-  if (cgio_read_all_data(cgioNum, nodeId, [0]) != CG_OK)
+  if (cgio_read_all_data_type(cgioNum, nodeId, "C1", [0]) != CG_OK)
   {
 return 1;
   }
@@ -167,7 +167,7 @@ int readBaseIds(int cgioNum, double rootId, 
std::vector& baseIds)
 int readBaseCoreInfo(int cgioNum, double baseId, CGNSRead::BaseInformation& 
baseInfo)
 {
   CGNSRead::char_33 dataType;
-  std::vector mdata;
+  std::vector mdata;
 
   if (cgio_get_name(cgioNum, baseId, baseInfo.name) != CG_OK)
   {
@@ -187,7 +187,7 @@ int readBaseCoreInfo(int cgioNum, double baseId, 
CGNSRead::BaseInformation& base
 return 1;
   }
 
-  if (CGNSRead::readNodeData(cgioNum, baseId, mdata) != 0)
+  if (CGNSRead::readNodeData(cgioNum, baseId, mdata) != 0)
   {
 std::cerr << "error while reading base dimension" << std::endl;
 return 1;
@@ -209,7 +209,7 @@ int readBaseIteration(int cgioNum, double nodeId, 
CGNSRead::BaseInformation& bas
   bool createTimeStates = true;
   bool createIterStates = true;
 
-  std::vector ndata;
+  std::vector ndata;
   // read node data type
   if (cgio_get_data_type(cgioNum, nodeId, dataType) != CG_OK)
   {
@@ -222,7 +222,7 @@ int readBaseIteration(int cgioNum, double nodeId, 
CGNSRead::BaseInformation& bas
 return 1;
   }
 
-  if (CGNSRead::readNodeData(cgioNum, nodeId, ndata) != 0)
+  if (CGNSRead::readNodeData(cgioNum, nodeId, 

commit paraview for openSUSE:Factory

2020-03-01 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2020-03-01 21:27:56

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.26092 (New)


Package is "paraview"

Sun Mar  1 21:27:56 2020 rev:29 rq:780465 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2020-02-27 
16:57:35.046832239 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new.26092/paraview.changes 
2020-03-01 21:28:21.608598663 +0100
@@ -1,0 +2,6 @@
+Fri Feb 28 14:05:40 UTC 2020 - Atri Bhattacharya 
+
+- Update minimum disk space required in _constraints: up to 16 GB
+  now required.
+
+---



Other differences:
--
++ _constraints ++
--- /var/tmp/diff_new_pack.P9T5tg/_old  2020-03-01 21:28:23.680602872 +0100
+++ /var/tmp/diff_new_pack.P9T5tg/_new  2020-03-01 21:28:23.680602872 +0100
@@ -1,7 +1,7 @@
 
 
   
-8
+16
   
 
 




commit paraview for openSUSE:Factory

2020-02-27 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2020-02-27 16:57:31

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.26092 (New)


Package is "paraview"

Thu Feb 27 16:57:31 2020 rev:28 rq:779899 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2020-02-03 
11:13:49.425860260 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new.26092/paraview.changes 
2020-02-27 16:57:35.046832239 +0100
@@ -1,0 +2,77 @@
+Tue Feb 18 18:49:49 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 5.8.0:
+  * See https://blog.kitware.com/paraview-5-8-0-release-notes/.
+- Rebase paraview-desktop-entry-fix.patch for updated location of
+  desktop file in source.
+- Drop fix-QtGUI-missing-GLX_mesa-linking.patch: no longer
+  required as linking GLX_mesa to build QtGUI is now correctly
+  handled by build.
+- Drop 0001-Allow-compilation-on-GLES-platforms.patch: patch no
+  longer applies (since vesin 5.7.0) and commenting out patch
+  leads to factory_auto declining the submission.
+- Use ninja instead of make as recommended by upstream and to
+  speed up build; define __builder to ninja so that cmake build
+  macros use this instead of the default make.
+- Pass PARAVIEW_BUILD_WITH_EXTERNAL to cmake to use system third
+  party libraries by default; pass VTK_MODULE_USE_EXTERNAL_
+  to use specific bundled libraries conditionally (gl2ps, haru,
+  pugixml).
+- Use %cmake_build instead of %make_jobs during building.
+- Replace deprecated options passed to cmake by updated ones:
+  * PARAVIEW_BUILD_QT_GUI -> DPARAVIEW_USE_QT
+  * PARAVIEW_ENABLE_PYTHON -> PARAVIEW_USE_PYTHON.
+- Update paraview-rpmlintrc to suppress warning about a non-exec
+  file that is installed to %{_bindir} and is really necessary
+  (see https://gitlab.kitware.com/paraview/paraview/issues/19706);
+  the previous entry no longer applies, so drop it.
+- Add absolutely necessary dependencies for paraview-devel as
+  Requires.
+- Install python modules to %{python3_sitearch}/paraview rather
+  than the default [%{python3_sitearch}] by setting
+  PARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX when configuring cmake;
+  this avoids file conflicts between python3-paraview and
+  python3-vtk.
+- Don't install paraview-config: it doesn't work without the
+  static libs being installed.
+
+---
+Sat Jan 31 22:30:41 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 5.7.0:
+  See https://blog.kitware.com/paraview-5-7-0-release-notes/
+- Split out new subpackages: libparaview5_7 for all the shared
+  libs, paraview-plugins for bundled plugins, and python3-paraview
+  for python3 bindings.
+- Move shared libraries to %{_libdir} and install them as part of
+  libparaview5_7.
+- Update commands passed to cmake in keeping with upstream's
+  overhaul.
+- Drop paraview-find-qhelpgenerator-qt5.patch: no longer needed.
+- Drop  paraview-fix-file-contains-date-time.patch: GCC supports
+  SOURCE_DATE_EPOCH and, as such, this fix is no longer needed.
+- Switch to python3: Paraview is production ready with python3
+  starting with version 5.7.0, and python2 support is slated to be
+  dropped from the next major upgrade.
+- Rebase patches for updated version:
+  * fix-libharu-missing-m.patch.
+  * bundled_exodusii_add_missing_libpthread.patch.
+- New patches to fix linking problems introduced with version
+  5.7.0:
+  * fix-loguru-missing-links.patch: Add linking to libraries libm,
+libdl, and libpthread when building loguru.
+  * fix-QtGUI-missing-GLX_mesa-linking.patch: Link to library
+libGLX_mesa when building Qt GUI support.
+  * paraview-link-against-python.patch to fix linking against
+the python library.
+- Patch 0001-Allow-compilation-on-GLES-platforms.patch needs
+  rebase; commented out for now.
+- Switch an env based hashbang with one directly calling the
+  required binary (python3 in this case).
+- Switch as many BuildRequires as possible to pkgconfig based
+  ones.
+- Update rpmlintrc file to remove no longer needed filters and
+  update the leftover filter (hidden file or dir) for directory
+  change.
+
+---

Old:

  0001-Allow-compilation-on-GLES-platforms.patch
  ParaView-v5.6.2.tar.xz
  ParaViewGettingStarted-5.6.0.pdf
  ParaViewGuide-5.6.2.pdf
  paraview-find-qhelpgenerator-qt5.patch
  paraview-fix-file-contains-date-time.patch

New:

  ParaView-v5.8.0.tar.xz
  ParaViewGettingStarted-5.8.0.pdf
  ParaViewGuide-5.8.0.pdf
  fix-loguru-missing-links.patch
  paraview-link-against-python.patch



Other differences:
--
++ paraview.spec ++
--- 

commit paraview for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2020-02-03 11:13:45

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.26092 (New)


Package is "paraview"

Mon Feb  3 11:13:45 2020 rev:27 rq:769139 version:5.6.2

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2019-09-23 
12:39:20.397590983 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.26092/paraview.changes 
2020-02-03 11:13:49.425860260 +0100
@@ -1,0 +2,27 @@
+Fri Jan 31 22:05:09 UTC 2020 - Atri Bhattacharya 
+
+- Drop fix-libhdf5-missing-m.patch: No longer needed.
+
+---
+Thu Jan 30 14:47:12 UTC 2020 - Stefan Brüns 
+
+- Drop unused python-zope BuildRequires
+- Replace Qt5WebKit BuildRequires with Qt5WebEngine
+- Unbundle several dependencies, use system libraries:
+  * double-conversion
+  * CGNS
+  * Eigen3
+  * GLEW
+  * HDF5
+  * JsonCPP
+  * liblz4
+  * netcdf
+  * protobuf
+  * PugiXML
+  * Ogg/Theora
+- Add several patches from VTK package:
+  * bundled_exodusii_add_missing_libpthread.patch
+  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
+  * 0001-Allow-compilation-on-GLES-platforms.patch
+
+---

Old:

  fix-libhdf5-missing-m.patch

New:

  0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  0001-Allow-compilation-on-GLES-platforms.patch
  bundled_exodusii_add_missing_libpthread.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.eSkOvf/_old  2020-02-03 11:13:51.621861370 +0100
+++ /var/tmp/diff_new_pack.eSkOvf/_new  2020-02-03 11:13:51.625861372 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paraview
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,23 @@
 
 %define major_ver 5.6
 
+%if 0%{?suse_version} <= 1500
+%bcond_withpugixml
+%else
+%bcond_without pugixml
+%endif
+# Need unrelased version > 1.4.0 with e.g. gl2psTextOptColorBL
+%bcond_withgl2ps
+# Need patched version with HPDF_SHADING
+%bcond_withharu
+
 Name:   paraview
 Version:5.6.2
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
 Group:  Productivity/Scientific/Physics
-Url:https://www.paraview.org
+URL:https://www.paraview.org
 Source0:
https://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.xz
 Source1:%{name}-rpmlintrc
 # CAUTION: GettingStarted may or may not be updated with each minor version
@@ -40,31 +50,38 @@
 Patch4: paraview-find-qhelpgenerator-qt5.patch
 # PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for 
linking
 Patch8: fix-libharu-missing-m.patch
-# PATCH-FIX-OPENSUSE fix-libhdf5-missing-m.patch -- missing libraries for 
linking
-Patch9: fix-libhdf5-missing-m.patch
+# PATCH-FIX-OPENSUSE bundled_exodusii_add_missing_libpthread.patch 
stefan.bru...@rwth-aachen.de -- Add missing libm for linking
+Patch10:bundled_exodusii_add_missing_libpthread.patch
+# PATCH-FIX-OPENSUSE -- Missing libogg symbols
+Patch11:0001-Add-libogg-to-IOMovie-target-link-libraries.patch
+# PATCH-FIX-OPENSUSE 0001-Allow-compilation-on-GLES-platforms.patch VTK issue 
#17113 stefan.bru...@rwth-aachen.de -- Fix building with Qt GLES builds
+Patch12:0001-Allow-compilation-on-GLES-platforms.patch
 BuildRequires:  Mesa-devel
-BuildRequires:  boost-devel
+BuildRequires:  cgns-devel
 BuildRequires:  cmake >= 3.3
-BuildRequires:  desktop-file-utils
+BuildRequires:  double-conversion-devel
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  gnuplot
 BuildRequires:  graphviz
+BuildRequires:  hdf5-devel
+BuildRequires:  libboost_graph-devel
+BuildRequires:  libboost_headers-devel
 BuildRequires:  libexpat-devel
+%if %{with haru}
+BuildRequires:  libharu-devel > 2.3.0
+%endif
 BuildRequires:  libjpeg-devel
+BuildRequires:  libnetcdf_c++-devel
 BuildRequires:  libpqxx-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  openssl-devel
 BuildRequires:  python-Sphinx
+BuildRequires:  python-Twisted
 BuildRequires:  python-devel
 BuildRequires:  python-matplotlib
-BuildRequires:  pkgconfig(freetype2)
-BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(xt)
-%py_requires
-BuildRequires:  fdupes
 BuildRequires:  python-qt5-devel
-BuildRequires:  python-twisted
-BuildRequires:  python-zope.interface

commit paraview for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2019-09-23 12:38:33

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.7948 (New)


Package is "paraview"

Mon Sep 23 12:38:33 2019 rev:26 rq:732252 version:5.6.2

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2019-08-19 
21:39:29.568312785 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.7948/paraview.changes  
2019-09-23 12:39:20.397590983 +0200
@@ -1,0 +2,11 @@
+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.
+
+---

Old:

  ParaView-v5.6.1.tar.xz
  ParaViewGuide-5.6.1.pdf

New:

  ParaView-v5.6.2.tar.xz
  ParaViewGuide-5.6.2.pdf



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.pnAZrW/_old  2019-09-23 12:39:22.357590661 +0200
+++ /var/tmp/diff_new_pack.pnAZrW/_new  2019-09-23 12:39:22.361590661 +0200
@@ -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 @@
 %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

++ ParaView-v5.6.1.tar.xz -> ParaView-v5.6.2.tar.xz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.6.1.tar.xz 
/work/SRC/openSUSE:Factory/.paraview.new.7948/ParaView-v5.6.2.tar.xz differ: 
char 26, line 1

++ ParaViewGuide-5.6.1.pdf -> ParaViewGuide-5.6.2.pdf ++




commit paraview for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2019-08-19 21:39:14

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.22127 (New)


Package is "paraview"

Mon Aug 19 21:39:14 2019 rev:25 rq:724258 version:5.6.1

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2018-12-06 
12:18:29.157444511 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new.22127/paraview.changes 
2019-08-19 21:39:29.568312785 +0200
@@ -1,0 +2,7 @@
+Fri Aug 16 14:26:00 CEST 2019 - mark.ole...@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
+
+---

Old:

  ParaView-v5.6.0.tar.gz
  ParaViewGuide-5.6.0.pdf

New:

  ParaView-v5.6.1.tar.xz
  ParaViewGuide-5.6.1.pdf



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.D6n0eV/_old  2019-08-19 21:39:32.076312293 +0200
+++ /var/tmp/diff_new_pack.D6n0eV/_new  2019-08-19 21:39:32.076312293 +0200
@@ -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 badshah...@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 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source

++ ParaViewGuide-5.6.0.pdf -> ParaViewGuide-5.6.1.pdf ++
(binary differes)




commit paraview for openSUSE:Factory

2018-12-06 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2018-12-06 12:18:11

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new.19453 (New)


Package is "paraview"

Thu Dec  6 12:18:11 2018 rev:24 rq:655340 version:5.6.0

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2018-08-27 
13:48:44.764499784 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.19453/paraview.changes 
2018-12-06 12:18:29.157444511 +0100
@@ -1,0 +2,23 @@
+Tue Dec  4 10:39:13 UTC 2018 - Jan Engelhardt 
+
+- Trim redundancies from description.
+- Add ldconfig dependency. Avoid xargs use where possible.
+
+---
+Thu Nov 29 12:00:02 CET 2018 - mark.ole...@esi-group.com
+
+- Update to version 5.6.0
+  https://blog.kitware.com/paraview-5-6-0-release-notes/
+- add devel package
+- remove Tk build requirement and adjust description since ParaView
+  hasn't used Tcl/Tk for quite a few years.
+- ParaViewTutorial file not updated and not available on upstream
+- drop patches already applied upstream
+  * paraview-pythonqt-build-fix.patch
+  * fix-hdf5-gcc8.patch
+  * fix-qt-5.11-931c779.patch
+  * fix-no-plugin-doc-dir.patch
+- modify partially applied patches
+  * paraview-find-qhelpgenerator-qt5.patch
+
+---

Old:

  ParaView-v5.5.2.tar.gz
  ParaViewGettingStarted-5.5.2.pdf
  ParaViewGuide-5.5.2.pdf
  ParaViewTutorial-5.5.2.pdf
  fix-hdf5-gcc8.patch
  fix-no-plugin-doc-dir.patch
  fix-qt-5.11-931c779.patch
  paraview-pythonqt-build-fix.patch

New:

  ParaView-v5.6.0.tar.gz
  ParaViewGettingStarted-5.6.0.pdf
  ParaViewGuide-5.6.0.pdf



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.VTBlKL/_old  2018-12-06 12:18:31.629441858 +0100
+++ /var/tmp/diff_new_pack.VTBlKL/_new  2018-12-06 12:18:31.629441858 +0100
@@ -12,23 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define major_ver 5.5
+
+%define major_ver 5.6
 Name:   paraview
-Version:5.5.2
+Version:5.6.0
 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
-
 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
-Source4:
http://www.paraview.org/files/v%{major_ver}/ParaViewTutorial-%{version}.pdf
 # PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah...@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 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
@@ -37,18 +36,10 @@
 Patch3: paraview-do-not-install-missing-vtk-doxygen-dir.patch
 # PATCH-FIX-UPSTREAM paraview-find-qhelpgenerator-qt5.patch 
badshah...@gmail.com -- Help find qhelpgenerator-qt5 instead of qhelpgenerator 
when Qt5 is used
 Patch4: paraview-find-qhelpgenerator-qt5.patch
-# PATCH-FIX-UPSTREAM paraview-pythonqt-build-fix.patch badshah...@gmail.com -- 
Fix build issues with PythonQtPlugin; patch taken from upstream.
-Patch5: paraview-pythonqt-build-fix.patch
-# PATCH-FIX-UPSTREAM fix-qt-5.11-931c779.patch -- Required includes for Qt 
5.11; from upstream, will be part of ParaView 5.6
-Patch6: fix-qt-5.11-931c779.patch
-# PATCH-FIX-UPSTREAM fix-hdf5-gcc8.patch -- Adjustments required to work with 
GCC 8; from upstream, might be part of ParaView 5.6
-Patch7: fix-hdf5-gcc8.patch
 # PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for 
linking
 Patch8: fix-libharu-missing-m.patch
 # PATCH-FIX-OPENSUSE fix-libhdf5-missing-m.patch -- missing libraries for 
linking
 Patch9: fix-libhdf5-missing-m.patch
-# PATCH-FIX-UPSTREAM fix-no-plugin-doc-dir.patch -- plugin does not contain 
doc dir
-Patch10:fix-no-plugin-doc-dir.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 3.3
@@ -58,8 +49,6 @@
 BuildRequires:  graphviz
 BuildRequires:  libexpat-devel
 BuildRequires:  

commit paraview for openSUSE:Factory

2018-08-27 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2018-08-27 13:48:28

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Mon Aug 27 13:48:28 2018 rev:23 rq:629907 version:5.5.2

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2018-04-01 
17:27:10.482111886 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2018-08-27 
13:48:44.764499784 +0200
@@ -1,0 +2,22 @@
+Tue Aug 14 12:36:23 UTC 2018 - f...@grueninger.de
+
+- Update to version 5.5.2
+  see full changelog at
+  https://blog.kitware.com/paraview-5-5-0-release-notes/
+- Disable build of examples
+- Don't use VTKm as it cause CMake configure problems
+- drop patch paraview-default-qtstyle.patch as plastic style is
+  no longer set by upstream
+- drop patch Fix-ParaViewDetermineVersion.patch as a similar
+  change is included upstream
+- update patch paraview-fix-file-contains-date-time.patch
+- add patches fix-libhdf5-missing-m.patch and
+  fix-libharu-missing-m.patch to add missing libraries to
+  third-party dependencies included in ParaView
+- add patch fix-qt-5.11-931c779.patch to fix issue with Qt 5.11
+- add patch fix-no-plugin-doc-dir.patch to remove reference to
+  non-existant directory below a plug-in
+- add patch fix-hdf5-gcc8.patch to fix issue with GCC 8 taken
+  from upstream
+
+---

Old:

  ParaView-v5.4.1.tar.gz
  ParaViewGettingStarted-5.4.0.pdf
  ParaViewGuide-5.4.0.pdf
  ParaViewTutorial.pdf
  paraview-default-qtstyle.patch

New:

  ParaView-v5.5.2.tar.gz
  ParaViewGettingStarted-5.5.2.pdf
  ParaViewGuide-5.5.2.pdf
  ParaViewTutorial-5.5.2.pdf
  fix-hdf5-gcc8.patch
  fix-libharu-missing-m.patch
  fix-libhdf5-missing-m.patch
  fix-no-plugin-doc-dir.patch
  fix-qt-5.11-931c779.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.n9G4q8/_old  2018-08-27 13:48:48.384504934 +0200
+++ /var/tmp/diff_new_pack.n9G4q8/_new  2018-08-27 13:48:48.384504934 +0200
@@ -15,16 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?sle_version} 
>= 120200)
-%define use_qt5 1
-%else
-%define use_qt5 0
-%endif
-
-%define major_ver 5.4
+%define major_ver 5.5
 Name:   paraview
-Version:5.4.1
+Version:5.5.2
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
@@ -33,11 +26,9 @@
 Source0:
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.gz
 
 Source1:%{name}-rpmlintrc
-Source2:
http://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{major_ver}.0.pdf
-Source3:
http://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{major_ver}.0.pdf
-Source4:
http://www.paraview.org/files/v%{major_ver}/ParaViewTutorial.pdf
-# PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
-Patch0: paraview-default-qtstyle.patch
+Source2:
http://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{version}.pdf
+Source3:
http://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{version}.pdf
+Source4:
http://www.paraview.org/files/v%{major_ver}/ParaViewTutorial-%{version}.pdf
 # PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah...@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 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
@@ -48,6 +39,16 @@
 Patch4: paraview-find-qhelpgenerator-qt5.patch
 # PATCH-FIX-UPSTREAM paraview-pythonqt-build-fix.patch badshah...@gmail.com -- 
Fix build issues with PythonQtPlugin; patch taken from upstream.
 Patch5: paraview-pythonqt-build-fix.patch
+# PATCH-FIX-UPSTREAM fix-qt-5.11-931c779.patch -- Required includes for Qt 
5.11; from upstream, will be part of ParaView 5.6
+Patch6: fix-qt-5.11-931c779.patch
+# PATCH-FIX-UPSTREAM fix-hdf5-gcc8.patch -- Adjustments required to work with 
GCC 8; from upstream, might be part of ParaView 5.6
+Patch7: fix-hdf5-gcc8.patch
+# PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for 
linking
+Patch8: fix-libharu-missing-m.patch
+# PATCH-FIX-OPENSUSE fix-libhdf5-missing-m.patch -- missing libraries for 
linking
+Patch9: fix-libhdf5-missing-m.patch
+# 

commit paraview for openSUSE:Factory

2018-04-01 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2018-04-01 17:27:07

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Sun Apr  1 17:27:07 2018 rev:22 rq:592749 version:5.4.1

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2017-08-24 
18:55:46.660875439 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2018-04-01 
17:27:10.482111886 +0200
@@ -1,0 +2,6 @@
+Sat Mar 31 11:12:06 UTC 2018 - jeng...@inai.de
+
+- Trim goals from description, only the now counts.
+  Trim marketing speech from description.
+
+---



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.wY4STJ/_old  2018-04-01 17:27:14.009984197 +0200
+++ /var/tmp/diff_new_pack.wY4STJ/_new  2018-04-01 17:27:14.013984052 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paraview
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -104,19 +104,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-ParaView is an application designed with the need to visualize large data
-sets in mind. The goals of the ParaView project include the following:
+ParaView is an application for visualizing large data sets.
 
-* Develop an open-source, multi-platform visualization application.
-* Support distributed computation models to process large data sets.
-* Create an open, flexible, and intuitive user interface.
-* Develop an extensible architecture based on open standards.
-
-ParaView runs on distributed and shared memory parallel as well as single
-processor systems and has been successfully tested on Windows, Linux and
-various Unix workstations and clusters. Under the hood, ParaView uses the
-Visualization Toolkit as the data processing and rendering engine and has a
-user interface written using a unique blend of Tcl/Tk and C++.
+ParaView runs on distributed and shared memory systems alike. It uses the
+Visualization Toolkit as the data processing and rendering engine, and has a
+user interface written using a blend of Tcl/Tk and C++.
 
 NOTE: The version in this package has NOT been compiled with MPI support.
 




commit paraview for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2017-08-24 18:55:35

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Thu Aug 24 18:55:35 2017 rev:21 rq:518352 version:5.4.1

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2017-03-28 
15:22:19.600678252 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2017-08-24 
18:55:46.660875439 +0200
@@ -1,0 +2,50 @@
+Tue Aug 22 21:52:50 UTC 2017 - badshah...@gmail.com
+
+- Update to version 5.4.1:
+  * The black render window observed on some systems when FXAA was
+enabled or an object's opacity was less than 1 has been fixed.
+  * Field output for cells with non-straight edges has been
+corrected.
+  * Derivatives for quadratic triangles are now computed
+correctly.
+  * A bug that occurred when generating a Catalyst script with no
+images output has been fixed.
+  * A problem with writing animations as AVIs was fixed.
+  * Logic in the CGNS reader was updated to correctly read all
+solution nodes for each centering type when
+FlowSolutionPointers are missing.
+  * Fixed crash in CGNS reader when moving forward in time.
+  * Fixed problem with long-running animations not advancing past
+a certain number of time steps.
+  * Resolved issue where changing one file path in the state file
+loader "Choose File Names" dialog also changed the file paths
+of other files with the same type.
+  * Addressed problem with enumerated property dependencies in
+ParaViewWeb.
+  * Added ability to change the font size in the ParaView user
+interface.
+  * Fixed BoxLib3D file reader.
+  * State files now properly support files with relative paths.
+  * Removed inappropriate scalar bar scaling when saving large
+screen shots.
+  * A bug in the color mapping that in some cases incorrectly
+mapped some data values to the above-range color was fixed.
+  * OSPRay can now be compiled in Cray programming environments
+and for the first time has support for Intel Skylake
+processors.
+  * Added lower limit to how small the GUI font size can be.
+  * Addressed issue affecting layouts when loading a state file
+from the Python console.
+
+---
+Sun Jul  2 17:09:33 UTC 2017 - badshah...@gmail.com
+
+- Update to version 5.4.0:
+  * See https://blog.kitware.com/paraview-5-4-0-release-notes/ for
+a full list of updates.
+- Use the %%cmake macro instead of using cmake manually.
+- Minor rebase of existing patches for version update.
+- ExcludeArch for ix86 processors until 32 bit builds can be
+  sorted out; issue reported upstream.
+
+---

Old:

  ParaView-v5.3.0.tar.gz
  ParaViewGettingStarted-5.3.0.pdf
  ParaViewGuide-5.3.0.pdf

New:

  ParaView-v5.4.1.tar.gz
  ParaViewGettingStarted-5.4.0.pdf
  ParaViewGuide-5.4.0.pdf



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.CByGqd/_old  2017-08-24 18:55:52.044117442 +0200
+++ /var/tmp/diff_new_pack.CByGqd/_new  2017-08-24 18:55:52.048116879 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paraview
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -22,9 +22,9 @@
 %define use_qt5 0
 %endif
 
-%define major_ver 5.3
+%define major_ver 5.4
 Name:   paraview
-Version:5.3.0
+Version:5.4.1
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
@@ -33,8 +33,8 @@
 Source0:
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.gz
 
 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
+Source2:
http://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{major_ver}.0.pdf
+Source3:
http://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{major_ver}.0.pdf
 Source4:
http://www.paraview.org/files/v%{major_ver}/ParaViewTutorial.pdf
 # PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0: paraview-default-qtstyle.patch
@@ -99,6 +99,8 @@
 Requires:   python-base
 

commit paraview for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2017-03-28 15:22:15

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Tue Mar 28 15:22:15 2017 rev:20 rq:481616 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2016-12-10 
18:29:11.261753573 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2017-03-28 
15:22:19.600678252 +0200
@@ -1,0 +2,21 @@
+Mon Mar 20 15:42:39 UTC 2017 - f...@grueninger.de
+
+- Update to version 5.3.0
+  * VTK-m Plugin for many-core systems
+  * Reader and Writer Improvements and Additions
+  * Fast approximate anti-aliasing (FXAA) is now on by default
+  * new StreamLinesRepresentation plugin
+  * Added LagrangianParticleTracker plugin
+  * Python Enhancements
+  * See a summary of changes at
+https://blog.kitware.com/paraview-5-3-0-release-notes/
+- drop package paraview-plugin-SciberQuestToolKit as SQTK is no longer
+  part of ParaView (see commit c2bc94c2efb66c4bb525383176688ddfd430ca26)
+- drop paraview-build-sciberquesttoolkit-with-opengl2.patch as SQTK is
+  no longer build
+- add paraview-do-not-install-missing-vtk-doxygen-dir.patch to remove
+  non-existing doxygen/doc/html folder from VTK.
+- modified paraview-find-qhelpgenerator-qt5.patch to adapt to partial
+  inclusion of original patch to upstream
+
+---

Old:

  ParaView-v5.2.0.tar.gz
  ParaViewGettingStarted-5.2.0.pdf
  ParaViewGuide-5.2.0.pdf
  paraview-build-sciberquesttoolkit-with-opengl2.patch

New:

  ParaView-v5.3.0.tar.gz
  ParaViewGettingStarted-5.3.0.pdf
  ParaViewGuide-5.3.0.pdf
  paraview-do-not-install-missing-vtk-doxygen-dir.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.6w73e0/_old  2017-03-28 15:22:25.727810492 +0200
+++ /var/tmp/diff_new_pack.6w73e0/_new  2017-03-28 15:22:25.731809925 +0200
@@ -22,15 +22,16 @@
 %define use_qt5 0
 %endif
 
-%define major_ver 5.2
+%define major_ver 5.3
 Name:   paraview
-Version:5.2.0
+Version:5.3.0
 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
+
 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
@@ -41,12 +42,12 @@
 Patch1: paraview-desktop-entry-fix.patch
 # PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
 Patch2: paraview-fix-file-contains-date-time.patch
+# PATCH-FIX-UPSTREAM paraview-do-not-install-missing-vtk-doxygen-dir.patch 
f...@grueninger.de -- Remove install of nonexistent doxygen/html dir
+Patch3: paraview-do-not-install-missing-vtk-doxygen-dir.patch
 # PATCH-FIX-UPSTREAM paraview-find-qhelpgenerator-qt5.patch 
badshah...@gmail.com -- Help find qhelpgenerator-qt5 instead of qhelpgenerator 
when Qt5 is used
 Patch4: paraview-find-qhelpgenerator-qt5.patch
 # PATCH-FIX-UPSTREAM paraview-pythonqt-build-fix.patch badshah...@gmail.com -- 
Fix build issues with PythonQtPlugin; patch taken from upstream.
 Patch5: paraview-pythonqt-build-fix.patch
-# PATCH-FIX-UPSTREAM paraview-build-sciberquesttoolkit-with-opengl2.patch 
badshah...@gmail.com -- Enable building of SciberQuestToolKit even when OpenGL2 
is used as the default VTK rendering
-Patch6: paraview-build-sciberquesttoolkit-with-opengl2.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 3.3
@@ -117,40 +118,14 @@
 
 NOTE: The version in this package has NOT been compiled with MPI support.
 
-# Split the SQTK plugin out into ints own package because it makes use of
-# components with a different licence, viz., (L)GPL-3.0+ (bnc#804987).
-%package -n %{name}-plugin-SciberQuestToolKit
-Summary:The SciberQuestToolKit plugin for paraview
-License:GPL-2.0+ or LGPL-3.0+
-Group:  Productivity/Scientific/Physics
-Requires:   paraview = %{version}-%{release}
-
-%description -n %{name}-plugin-SciberQuestToolKit
-ParaView is an application designed with the need to visualize large data
-sets in mind. The goals of the ParaView project include the following:
-
-* Develop an open-source, multi-platform visualization application.
-* 

commit paraview for openSUSE:Factory

2016-12-06 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2016-12-06 14:26:18

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2016-08-03 
11:43:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2016-12-06 
14:26:27.0 +0100
@@ -1,0 +2,34 @@
+Thu Nov 24 18:38:09 UTC 2016 - badshah...@gmail.com
+
+- Update to version 5.2.0: See a summary of changes at:
+  https://blog.kitware.com/paraview-5-2-0-release-notes/ .
+- Use cmake macros (except for %cmake) for %build and %install
+  actions; drop the paraview_cmake_options and send the options
+  directly to cmake. We do not use the %cmake macro because
+  it passes the RPM optflags to cmake, and with paraview 5.2 these
+  flags cause compilation errors; see
+  https://gitlab.kitware.com/paraview/paraview/issues/17049.
+- Turn off system GL2PS and DIY for bundled VTK.
+- Switch to using Qt5 for openSUSE > 13.2 and Leap 42.2 and
+  higher (Qt5 >= 5.6.0 is required).
+- Add BuildRequires on python-Sphinx, python-qt*-devel; new
+  requirements.
+- Add BuildRequires on pkgconfig(libpng), pkgconfig(freetype2) and
+  pkgconfig(xt); these are all required and being implicitly
+  pulled in by libqt4-devel.
+- Add paraview-find-qhelpgenerator-qt5.patch: Help find
+  qhelpgenerator-qt5 instead of qhelpgenerator when Qt5 is used.
+- Add paraview-pythonqt-build-fix.patch to fix build issues with
+  PythonQtPlugin; patch taken from upstream.
+- Add paraview-build-sciberquesttoolkit-with-opengl2.patch to
+  enable building of SciberQuestToolKit even when OpenGL2 is used
+  as the default VTK rendering (needs testing).
+- Drop require-only-cmake-3_0.patch, cmake >= 3.3 is now required.
+- Add documentation linked to from the Help menu in main
+  application as additional sources and install them where it
+  looks for them (ParaViewGettingStarted-5.2.0.pdf,
+  ParaViewGuide-5.2.0.pdf, ParaViewTutorial.pdf).
+- Send other docs to %{_docdir} by explicitly passing the cmake
+  option VTK_INSTALL_DOC_DIR.
+
+---

Old:

  ParaView-v5.1.2.tar.gz
  require-only-cmake-3_0.patch

New:

  ParaView-v5.2.0.tar.gz
  ParaViewGettingStarted-5.2.0.pdf
  ParaViewGuide-5.2.0.pdf
  ParaViewTutorial.pdf
  paraview-build-sciberquesttoolkit-with-opengl2.patch
  paraview-find-qhelpgenerator-qt5.patch
  paraview-pythonqt-build-fix.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.guUUCB/_old  2016-12-06 14:26:31.0 +0100
+++ /var/tmp/diff_new_pack.guUUCB/_new  2016-12-06 14:26:31.0 +0100
@@ -16,9 +16,15 @@
 #
 
 
-%define major_ver 5.1
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?sle_version} 
>= 120200)
+%define use_qt5 1
+%else
+%define use_qt5 0
+%endif
+
+%define major_ver 5.2
 Name:   paraview
-Version:5.1.2
+Version:5.2.0
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
@@ -26,35 +32,62 @@
 Url:http://www.paraview.org
 Source0:
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.gz
 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
+Source4:
http://www.paraview.org/files/v%{major_ver}/ParaViewTutorial.pdf
 # PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0: paraview-default-qtstyle.patch
 # PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah...@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 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
 Patch2: paraview-fix-file-contains-date-time.patch
-Patch3: require-only-cmake-3_0.patch
+# PATCH-FIX-UPSTREAM paraview-find-qhelpgenerator-qt5.patch 
badshah...@gmail.com -- Help find qhelpgenerator-qt5 instead of qhelpgenerator 
when Qt5 is used
+Patch4: paraview-find-qhelpgenerator-qt5.patch
+# PATCH-FIX-UPSTREAM paraview-pythonqt-build-fix.patch badshah...@gmail.com -- 
Fix build issues with PythonQtPlugin; patch taken from upstream.
+Patch5: paraview-pythonqt-build-fix.patch
+# 

commit paraview for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2016-08-03 11:43:38

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2016-06-25 
02:22:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2016-08-03 
11:43:43.0 +0200
@@ -1,0 +2,15 @@
+Fri Jul 29 05:13:00 UTC 2016 - f...@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
+
+---
@@ -13 +28 @@
-- add require-only-cmake-3_0.patch to lower required CMake verstion
+- add require-only-cmake-3_0.patch to lower required CMake version

Old:

  ParaView-v5.1.0.tar.gz

New:

  ParaView-v5.1.2.tar.gz



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.YX75NR/_old  2016-08-03 11:43:45.0 +0200
+++ /var/tmp/diff_new_pack.YX75NR/_new  2016-08-03 11:43:45.0 +0200
@@ -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

++ ParaView-v5.1.0.tar.gz -> ParaView-v5.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v5.1.2.tar.gz differ: char 5, 
line 1

++ require-only-cmake-3_0.patch ++
--- /var/tmp/diff_new_pack.YX75NR/_old  2016-08-03 11:43:45.0 +0200
+++ /var/tmp/diff_new_pack.YX75NR/_new  2016-08-03 11:43:45.0 +0200
@@ -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)




commit paraview for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2016-06-25 02:22:27

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2016-04-28 
16:56:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2016-06-25 
02:22:40.0 +0200
@@ -1,0 +2,15 @@
+Tue Jun 21 11:45:20 UTC 2016 - f...@grueninger.de
+
+- update to version 5.1.0
+  + add OSPRay ray tracing renderer
+  + interpolating point clouds
+  + generic arrays
+  + x-ray view
+  + resampling to image
+  + 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
+  to 3.0
+
+---

Old:

  ParaView-v5.0.1-source.tar.gz

New:

  ParaView-v5.1.0.tar.gz
  require-only-cmake-3_0.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.9GKRCk/_old  2016-06-25 02:22:43.0 +0200
+++ /var/tmp/diff_new_pack.9GKRCk/_new  2016-06-25 02:22:43.0 +0200
@@ -16,15 +16,15 @@
 #
 
 
-%define major_ver 5.0
+%define major_ver 5.1
 Name:   paraview
-Version:5.0.1
+Version:5.1.0
 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}-source.tar.gz
+Source0:
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0: paraview-default-qtstyle.patch
@@ -32,9 +32,10 @@
 Patch1: paraview-desktop-entry-fix.patch
 # PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
 Patch2: paraview-fix-file-contains-date-time.patch
+Patch3: require-only-cmake-3_0.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
-BuildRequires:  cmake >= 2.8.8
+BuildRequires:  cmake >= 3.0
 BuildRequires:  desktop-file-utils
 BuildRequires:  doxygen
 BuildRequires:  gnuplot
@@ -110,10 +111,11 @@
 
 
 %prep
-%setup -q -n ParaView-v%{version}-source
+%setup -q -n ParaView-v%{version}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 # Prepare for gcc 4.9.0: work around gcc 4.9.0 regression

++ ParaView-v5.0.1-source.tar.gz -> ParaView-v5.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.0.1-source.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v5.1.0.tar.gz differ: char 5, 
line 1

++ paraview-default-qtstyle.patch ++
--- /var/tmp/diff_new_pack.9GKRCk/_old  2016-06-25 02:22:43.0 +0200
+++ /var/tmp/diff_new_pack.9GKRCk/_new  2016-06-25 02:22:43.0 +0200
@@ -1,28 +1,20 @@
-Index: ParaView-v4.2.0-source/CMake/branded_paraview_main.cxx.in
-===
 ParaView-v4.2.0-source.orig/CMake/branded_paraview_main.cxx.in
-+++ ParaView-v4.2.0-source/CMake/branded_paraview_main.cxx.in
-@@ -48,7 +48,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
- #endif
- 
- #ifdef Q_WS_X11
--#include 
-+#include 
- #endif
- 
- #include 
-@@ -72,12 +72,12 @@ static bool checkenv(const char* vname)
+--- ParaView-v5.1.0_old/CMake/branded_paraview_main.cxx.in  2016-06-18 
11:39:09.0 -0400
 ParaView-v5.1.0/CMake/branded_paraview_main.cxx.in  2016-06-21 
08:01:39.384393053 -0400
+@@ -72,15 +72,15 @@
  
  int main(int argc, char* argv[])
  {
--#ifdef Q_WS_X11
-+// #ifdef Q_WS_X11
+-#if defined(Q_WS_X11) || defined(Q_OS_LINUX)
++// #if defined(Q_WS_X11) || defined(Q_OS_LINUX)
// Using motif style gives us test failures (and its ugly).
// Using cleanlooks style gives us errors when using valgrind (Trolltech's 
bug #179200)
// let's just use plastique for now
--  QApplication::setStyle(new QPlastiqueStyle);
+ 
+   // "plastique" is only available on Qt4, but this works just fine with Qt5 
too. Qt5 just uses the
+   // default style when QStyleFactory::create("plastique") return nullptr.
+-  QApplication::setStyle(QStyleFactory::create("plastique"));
 -#endif
-+  // QApplication::setStyle(new QPlastiqueStyle);
++//   

commit paraview for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2016-04-28 16:53:18

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2016-01-12 
16:13:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2016-04-28 
16:56:30.0 +0200
@@ -1,0 +2,20 @@
+Wed Mar 30 08:40:36 UTC 2016 - f...@grueninger.de
+
+- update to version 5.0.1
+  + Trace recorder fails for CTH data
+  + improvements to cinema
+  + Move Show Axis functionality into Edit Axes Grid
+  + hover points on is deathly slow remote server
+  + CGNS reader not available in non-MPI windows binaries
+  + update pvospray
+  + Keyboard shortcut Alt+A is assigned twice
+  + Rubber band selection is broken
+  + List of changes at
+http://www.paraview.org/Bug/changelog_page.php?version_id=126
+
+---
+Tue Mar 15 20:35:24 UTC 2016 - dval...@suse.com
+
+- Add disk constraint 8GB 
+
+---

Old:

  ParaView-v5.0.0-source.tar.gz

New:

  ParaView-v5.0.1-source.tar.gz
  _constraints



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.Fahk2H/_old  2016-04-28 16:56:32.0 +0200
+++ /var/tmp/diff_new_pack.Fahk2H/_new  2016-04-28 16:56:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paraview
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,7 +18,7 @@
 
 %define major_ver 5.0
 Name:   paraview
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause

++ ParaView-v5.0.0-source.tar.gz -> ParaView-v5.0.1-source.tar.gz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.0.0-source.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v5.0.1-source.tar.gz differ: 
char 5, line 1

++ _constraints ++


  
8
  






commit paraview for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2016-01-12 16:13:52

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2015-09-17 
09:21:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2016-01-12 
16:13:56.0 +0100
@@ -1,0 +2,13 @@
+Mon Jan 11 13:12:24 UTC 2016 - f...@grueninger.de
+
+- Update to version 5.0.0
+  + New Rendering Engine
+  + OpenSWR and Mesa support
+  + Include OSPray
+  + Off-screen rendering with EGL
+  + Community Atmosphere Model (Cam5) Catalyst Adaptor
+  + Accelerated Algorithms plug-in
+  + List of changes at
+http://www.paraview.org/Bug/changelog_page.php?version_id=121
+
+---

Old:

  ParaView-v4.4.0-source.tar.gz

New:

  ParaView-v5.0.0-source.tar.gz



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.eX235h/_old  2016-01-12 16:13:59.0 +0100
+++ /var/tmp/diff_new_pack.eX235h/_new  2016-01-12 16:13:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paraview
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define major_ver 4.4
+%define major_ver 5.0
 Name:   paraview
-Version:4.4.0
+Version:5.0.0
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause

++ ParaView-v4.4.0-source.tar.gz -> ParaView-v5.0.0-source.tar.gz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v4.4.0-source.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v5.0.0-source.tar.gz differ: 
char 5, line 1




commit paraview for openSUSE:Factory

2015-09-17 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2015-09-17 09:20:54

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is "paraview"

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2015-02-18 
12:08:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2015-09-17 
09:21:00.0 +0200
@@ -1,0 +2,8 @@
+Mon Sep 14 21:44:39 UTC 2015 - badshah...@gmail.com
+
+- Update to version 4.4.0:
+  + List of changes at
+http://www.paraview.org/Bug/changelog_page.php?version_id=114.
+- Drop paraview-freetype-2.5.4.patch: incorporated upstream.
+
+---

Old:

  ParaView-v4.3.1-source.tar.gz
  paraview-freetype-2.5.4.patch

New:

  ParaView-v4.4.0-source.tar.gz



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.IJGAVZ/_old  2015-09-17 09:21:02.0 +0200
+++ /var/tmp/diff_new_pack.IJGAVZ/_new  2015-09-17 09:21:02.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define major_ver 4.3
+%define major_ver 4.4
 Name:   paraview
-Version:4.3.1
+Version:4.4.0
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
@@ -32,8 +32,6 @@
 Patch1: paraview-desktop-entry-fix.patch
 # PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
 Patch2: paraview-fix-file-contains-date-time.patch
-# PATCH-FIx-UPSTREAM paraview-freetype-2.5.4.patch dims...@opensuse.org -- Fix 
build with FreeType 2.5.4+
-Patch3: paraview-freetype-2.5.4.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8.8
@@ -116,7 +114,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 # Prepare for gcc 4.9.0: work around gcc 4.9.0 regression
@@ -183,6 +180,9 @@
 
 %py_compile %{buildroot}%{_libdir}/%{name}/site-packages/paraview/vtk/util
 
+# UNNECESSARY STATIC LIB
+rm -fr %{buildroot}%{_libexecdir}/libFmmMesh.a
+
 %fdupes %{buildroot}/
 
 %post

++ ParaView-v4.3.1-source.tar.gz -> ParaView-v4.4.0-source.tar.gz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v4.3.1-source.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v4.4.0-source.tar.gz differ: 
char 5, line 1




commit paraview for openSUSE:Factory

2015-02-18 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2015-02-18 11:39:01

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is paraview

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2015-01-07 
09:38:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2015-02-18 
12:08:39.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb 14 06:32:22 UTC 2015 - f...@grueninger.de
+
+- Update to version 4.3.1:
+  + See list of changes at
+http://www.paraview.org/Bug/changelog_page.php
+- Packaging changes:
+  + Install new file /usr/share/cmake/hdf5/libhdf5.settings
+
+---

Old:

  ParaView-v4.2.0-source.tar.gz

New:

  ParaView-v4.3.1-source.tar.gz



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.hj5b1S/_old  2015-02-18 12:08:40.0 +0100
+++ /var/tmp/diff_new_pack.hj5b1S/_new  2015-02-18 12:08:40.0 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define major_ver 4.2
+%define major_ver 4.3
 Name:   paraview
-Version:4.2.0
+Version:4.3.1
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
@@ -210,6 +210,7 @@
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/cmake/hdf5/
 
 %exclude %{_libdir}/%{name}/libSciberQuestToolKit.so
 

++ ParaView-v4.2.0-source.tar.gz - ParaView-v4.3.1-source.tar.gz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v4.2.0-source.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v4.3.1-source.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit paraview for openSUSE:Factory

2015-01-07 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2015-01-07 09:38:39

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is paraview

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2014-10-02 
14:14:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2015-01-07 
09:38:44.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan  5 12:50:29 UTC 2015 - dims...@opensuse.org
+
+- Add paraview-freetype-2.5.4.patch: Fix build with FreeType 2.5.4
+  API changes.
+
+---

New:

  paraview-freetype-2.5.4.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.aC6BJP/_old  2015-01-07 09:38:47.0 +0100
+++ /var/tmp/diff_new_pack.aC6BJP/_new  2015-01-07 09:38:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paraview
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
 Patch1: paraview-desktop-entry-fix.patch
 # PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
 Patch2: paraview-fix-file-contains-date-time.patch
+# PATCH-FIx-UPSTREAM paraview-freetype-2.5.4.patch dims...@opensuse.org -- Fix 
build with FreeType 2.5.4+
+Patch3: paraview-freetype-2.5.4.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake = 2.8.8
@@ -114,6 +116,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 # Prepare for gcc 4.9.0: work around gcc 4.9.0 regression

++ paraview-freetype-2.5.4.patch ++
Index: ParaView-v4.2.0-source/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx
===
--- ParaView-v4.2.0-source.orig/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx
+++ ParaView-v4.2.0-source/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx
@@ -1183,7 +1183,7 @@ bool vtkFreeTypeTools::CalculateBounding
 if (bitmap)
   {
   metaData.ascent = std::max(bitmapGlyph-top - 1, metaData.ascent);
-  metaData.descent = std::min(-(bitmap-rows - (bitmapGlyph-top - 1)),
+  metaData.descent = std::min(-(static_castint(bitmap-rows) - 
(bitmapGlyph-top - 1)),
   metaData.descent);
   }
 ++heightString;
@@ -1950,8 +1950,8 @@ void vtkFreeTypeTools::GetLineMetrics(T
 if (bitmap)
   {
   bbox[0] = std::min(bbox[0], pen[0] + bitmapGlyph-left);
-  bbox[1] = std::max(bbox[1], pen[0] + bitmapGlyph-left + bitmap-width);
-  bbox[2] = std::min(bbox[2], pen[1] + bitmapGlyph-top - 1 - 
bitmap-rows);
+  bbox[1] = std::max(bbox[1], pen[0] + bitmapGlyph-left + 
static_castint(bitmap-width));
+  bbox[2] = std::min(bbox[2], pen[1] + bitmapGlyph-top - 1 - 
static_castint(bitmap-rows));
   bbox[3] = std::max(bbox[3], pen[1] + bitmapGlyph-top - 1);
   }
 else
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit paraview for openSUSE:Factory

2014-10-02 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2014-10-02 14:13:51

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is paraview

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2014-09-12 
10:03:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2014-10-02 
14:14:42.0 +0200
@@ -1,0 +2,10 @@
+Wed Oct  1 12:40:59 UTC 2014 - f...@grueninger.de
+
+- Update to version 4.2.0:
+  + See list of changes at
+http://vtk.org/Bug/changelog_page.php?version_id=108
+- Packaging changes:
+  + Drop paraview-Mesa10.3-build-failures.patch as this patch has
+been included upstream
+
+---

Old:

  ParaView-v4.2.0-RC1-source.tar.gz
  paraview-Mesa10.3-build-failures.patch

New:

  ParaView-v4.2.0-source.tar.gz



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.dIappb/_old  2014-10-02 14:14:47.0 +0200
+++ /var/tmp/diff_new_pack.dIappb/_new  2014-10-02 14:14:47.0 +0200
@@ -17,16 +17,14 @@
 
 
 %define major_ver 4.2
-%define rc_ver 4.2.0-RC1
 Name:   paraview
-# This is the (only) RC release before version 4.2 is released
-Version:4.1.990
+Version:4.2.0
 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%{rc_ver}-source.tar.gz
+Source0:
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}-source.tar.gz
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0: paraview-default-qtstyle.patch
@@ -34,8 +32,6 @@
 Patch1: paraview-desktop-entry-fix.patch
 # PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
 Patch2: paraview-fix-file-contains-date-time.patch
-# PATCH-FIX-UPSTREAM paraview-Mesa10.3-build-failures.patch 
badshah...@gmail.com --  Actually define GLX_GLXEXT_LEGACY to prevent the 
system glext.h include; fixes buld failures with Mesa = 10.3; fix taken from 
upstream git and rebased
-Patch3: paraview-Mesa10.3-build-failures.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake = 2.8.8
@@ -114,13 +110,10 @@
 
 
 %prep
-%setup -q -n ParaView-v%{rc_ver}-source
+%setup -q -n ParaView-v%{version}-source
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%if 0%{?suse_version}  1310
-%patch3 -p1
-%endif
 
 %build
 # Prepare for gcc 4.9.0: work around gcc 4.9.0 regression

++ ParaView-v4.2.0-RC1-source.tar.gz - ParaView-v4.2.0-source.tar.gz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v4.2.0-RC1-source.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v4.2.0-source.tar.gz differ: 
char 5, line 1

++ paraview-default-qtstyle.patch ++
--- /var/tmp/diff_new_pack.dIappb/_old  2014-10-02 14:14:47.0 +0200
+++ /var/tmp/diff_new_pack.dIappb/_new  2014-10-02 14:14:47.0 +0200
@@ -1,7 +1,7 @@
-Index: ParaView-v4.2.0-RC1-source/CMake/branded_paraview_main.cxx.in
+Index: ParaView-v4.2.0-source/CMake/branded_paraview_main.cxx.in
 ===
 ParaView-v4.2.0-RC1-source.orig/CMake/branded_paraview_main.cxx.in
-+++ ParaView-v4.2.0-RC1-source/CMake/branded_paraview_main.cxx.in
+--- ParaView-v4.2.0-source.orig/CMake/branded_paraview_main.cxx.in
 ParaView-v4.2.0-source/CMake/branded_paraview_main.cxx.in
 @@ -48,7 +48,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
  #endif
  

++ paraview-desktop-entry-fix.patch ++
--- /var/tmp/diff_new_pack.dIappb/_old  2014-10-02 14:14:47.0 +0200
+++ /var/tmp/diff_new_pack.dIappb/_new  2014-10-02 14:14:47.0 +0200
@@ -1,7 +1,7 @@
-Index: ParaView-v4.2.0-RC1-source/Applications/ParaView/paraview.desktop.in
+Index: ParaView-v4.2.0-source/Applications/ParaView/paraview.desktop.in
 ===
 ParaView-v4.2.0-RC1-source.orig/Applications/ParaView/paraview.desktop.in
-+++ ParaView-v4.2.0-RC1-source/Applications/ParaView/paraview.desktop.in
+--- ParaView-v4.2.0-source.orig/Applications/ParaView/paraview.desktop.in
 ParaView-v4.2.0-source/Applications/ParaView/paraview.desktop.in
 @@ -1,7 +1,9 @@
  [Desktop Entry]
 

commit paraview for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2014-09-12 10:03:28

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is paraview

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2014-03-04 
13:57:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2014-09-12 
10:03:49.0 +0200
@@ -1,0 +2,27 @@
+Mon Sep  8 01:57:35 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.2.0-RC1:
+  + See list of changes at
+http://vtk.org/Bug/changelog_page.php?version_id=108
+- Packaging changes:
+  + Add paraview-desktop-entry-fix.patch to fix paraview's desktop
+menu entry by properly inserting required key-value pairs
+  + Drop paraview-SciberQuestToolKit-install-path.patch; no longer
+needed as properly implemented upstream
+  + Rebase carried-over patches to apply cleanly against present
+version
+  + Add paraview-Mesa10.3-build-failures.patch to workaround
+build failures when compiling against Mesa = 10.3; patch
+taken from upstream git and rebased; applied only for
+openSUSE = 13.2
+  + Specfile changes:
+- Prepare for gcc 4.9.0 by working around a compiler
+  issue
+- Package .desktop entry and icon files; post(un) scriptlets
+  for updating hicolor icon theme and updating desktop menu
+  are used
+- Package appdata file
+- Fix python-bytecode-inconsistent-mtime rpmlint warnings by
+  recompiling all relevant .py files.
+
+---

Old:

  ParaView-v4.1.0-source.tar.gz
  paraview-SciberQuestToolKit-install-path.patch

New:

  ParaView-v4.2.0-RC1-source.tar.gz
  paraview-Mesa10.3-build-failures.patch
  paraview-desktop-entry-fix.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.lu5UAD/_old  2014-09-12 10:03:51.0 +0200
+++ /var/tmp/diff_new_pack.lu5UAD/_new  2014-09-12 10:03:51.0 +0200
@@ -16,22 +16,26 @@
 #
 
 
-%define major_ver 4.1
-
+%define major_ver 4.2
+%define rc_ver 4.2.0-RC1
 Name:   paraview
-Version:4.1.0
+# This is the (only) RC release before version 4.2 is released
+Version:4.1.990
 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}-source.tar.gz
-# PATCH-FIX-UPSTREAM paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
+Source0:
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{rc_ver}-source.tar.gz
+Source1:%{name}-rpmlintrc
+# PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0: paraview-default-qtstyle.patch
-# PATCH-FIX-UPSTREAM paraview-SciberQuestToolKit-install-path.patch 
badshah...@gmail.com -- Fix install path of SciberQuestToolkit plugin
-Patch1: paraview-SciberQuestToolKit-install-path.patch
+# PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah...@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 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
 Patch2: paraview-fix-file-contains-date-time.patch
+# PATCH-FIX-UPSTREAM paraview-Mesa10.3-build-failures.patch 
badshah...@gmail.com --  Actually define GLX_GLXEXT_LEGACY to prevent the 
system glext.h include; fixes buld failures with Mesa = 10.3; fix taken from 
upstream git and rebased
+Patch3: paraview-Mesa10.3-build-failures.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake = 2.8.8
@@ -110,12 +114,19 @@
 
 
 %prep
-%setup -q -n ParaView-v%{version}
+%setup -q -n ParaView-v%{rc_ver}-source
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%if 0%{?suse_version}  1310
+%patch3 -p1
+%endif
 
 %build
+# 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/vtkCompilerExtras.cmake
+
 export CC='gcc'
 export CXX='g++'
 export MAKE='make'
@@ -167,12 +178,29 @@
 popd
 rm -rf temp_dir/
 
+# FIX A BUNCH OF RPMLINT WARNINGS REGARDING python-bytecode-inconsistent-mtime
+%py_compile %{buildroot}%{_libdir}/%{name}/site-packages/vtk/

commit paraview for openSUSE:Factory

2014-03-04 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2014-03-04 13:57:27

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is paraview

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2014-02-04 
19:56:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2014-03-04 
13:57:28.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb  4 10:59:39 UTC 2014 - badshah...@gmail.com
+
+- Build with system zope (python-zope.interface) and twisted
+  (python-twisted); introduces BuildRequires and Requires on the
+  two packages
+- Remove unnecessary Requires on python-matplotlib.
+
+---



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.NQCxWn/_old  2014-03-04 13:57:29.0 +0100
+++ /var/tmp/diff_new_pack.NQCxWn/_new  2014-03-04 13:57:29.0 +0100
@@ -51,6 +51,8 @@
 BuildRequires:  python-matplotlib
 %py_requires
 BuildRequires:  fdupes
+BuildRequires:  python-twisted
+BuildRequires:  python-zope.interface
 BuildRequires:  qt4-assistant-adp-devel
 BuildRequires:  readline-devel
 BuildRequires:  tk-devel
@@ -60,7 +62,8 @@
 Requires:   graphviz
 Requires:   python
 Requires:   python-base
-Requires:   python-matplotlib
+Requires:   python-twisted
+Requires:   python-zope.interface
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -141,6 +144,8 @@
 -DVTK_USE_SYSTEM_PNG:BOOL=ON \\\
 -DVTK_USE_SYSTEM_TIFF:BOOL=ON \\\
 -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \\\
+-DVTK_USE_SYSTEM_ZOPE:BOOL=ON \\\
+-DVTK_USE_SYSTEM_TWISTED:BOOL=ON \\\
 -DBUILD_DOCUMENTATION:BOOL=ON \\\
 -DBUILD_EXAMPLES:BOOL=ON \\\
 -DBUILD_TESTING:BOOL=OFF

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit paraview for openSUSE:Factory

2014-02-04 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2014-02-04 19:56:14

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is paraview

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2013-07-16 
15:53:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2014-02-04 
19:56:16.0 +0100
@@ -1,0 +2,19 @@
+Sun Feb  2 00:19:56 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.1.0:
+  + See list of changes at
+http://vtk.org/Bug/changelog_page.php?version_id=102
+- Packaging changes:
+  + Use full URL for source tarball
+  + Drop patches:
+- paraview-fix-vtkpython-modules-install-dir.patch: corrected
+  upstream
+- paraview-no-return-in-nonvoid-function.patch: corrected
+  upstream
+  + Rebase existing patches
+  + Also fix a new occurrance of __DATE__ in a source file
+within paraview-fix-file-contains-date-time.patch 
+  + Change build type to RelWithDebInfo from Release
+(DCMAKE_BUILD_TYPE=RelWithDebInfo).
+
+---

Old:

  ParaView-v4.0.1-source.tgz
  paraview-fix-vtkpython-modules-install-dir.patch
  paraview-no-return-in-nonvoid-function.patch

New:

  ParaView-v4.1.0-source.tar.gz



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.ds0jiA/_old  2014-02-04 19:56:18.0 +0100
+++ /var/tmp/diff_new_pack.ds0jiA/_new  2014-02-04 19:56:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paraview
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,22 @@
 #
 
 
-%define major_ver 4.0
+%define major_ver 4.1
 
 Name:   paraview
-Version:4.0.1
+Version:4.1.0
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
 Group:  Productivity/Scientific/Physics
 Url:http://www.paraview.org
-Source0:ParaView-v%{version}-source.tgz
+Source0:
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}-source.tar.gz
 # PATCH-FIX-UPSTREAM paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0: paraview-default-qtstyle.patch
 # PATCH-FIX-UPSTREAM paraview-SciberQuestToolKit-install-path.patch 
badshah...@gmail.com -- Fix install path of SciberQuestToolkit plugin
 Patch1: paraview-SciberQuestToolKit-install-path.patch
-# PATCH-FIX-UPSTREAM paraview-no-return-in-nonvoid-function.patch 
badshah...@gmail.com -- Fix a non-void function that returns no value 
-Patch2: paraview-no-return-in-nonvoid-function.patch
-# PATCH-FIX-UPSTREAM paraview-fix-vtkpython-modules-install-dir.patch 
badshah...@gmail.com -- Workaround vtk's python modules getting installed in 
the wrong location
-Patch3: paraview-fix-vtkpython-modules-install-dir.patch
 # PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
-Patch4: paraview-fix-file-contains-date-time.patch
+Patch2: paraview-fix-file-contains-date-time.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake = 2.8.8
@@ -54,10 +50,8 @@
 BuildRequires:  python-devel
 BuildRequires:  python-matplotlib
 %py_requires
-%if 0%{?suse_version} = 1140
-BuildRequires:  qt4-assistant-adp-devel
-%endif
 BuildRequires:  fdupes
+BuildRequires:  qt4-assistant-adp-devel
 BuildRequires:  readline-devel
 BuildRequires:  tk-devel
 BuildRequires:  wget
@@ -113,12 +107,10 @@
 
 
 %prep
-%setup -q -n ParaView-v%{version}-source
+%setup -q -n ParaView-v%{version}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 export CC='gcc'
@@ -131,14 +123,17 @@
 -DVTK_INSTALL_INCLUDE_DIR:PATH=include/%{name} \\\
 -DVTK_INSTALL_ARCHIVE_DIR:PATH=%{_lib}/%{name} \\\
 -DVTK_INSTALL_LIBRARY_DIR:PATH=%{_lib}/%{name} \\\
+-DVTK_INSTALL_DATA_DIR=%{_datadir}/%{name} \\\
 -DBUILD_SHARED_LIBS:BOOL=ON \\\
 -DCMAKE_CXX_COMPILER:FILEPATH=$CXX \\\
 -DCMAKE_C_COMPILER:FILEPATH=$CC \\\
--DCMAKE_BUILD_TYPE=Release \\\
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \\\
 -DPARAVIEW_BUILD_QT_GUI:BOOL=ON \\\
 -DPARAVIEW_QT_QMAKE_EXECUTABLE=%{_bindir}/qmake \\\
 

commit paraview for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2013-07-16 15:53:39

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is paraview

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2013-06-20 
21:26:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2013-07-16 
15:53:44.0 +0200
@@ -1,0 +2,23 @@
+Mon Jul  8 04:49:03 UTC 2013 - badshah...@gmail.com
+
+- Update to version 4.0.1:
+  + Undocumented upstream changes
+- Changes from version 4.0:
+  + Too many to list, see
+http://paraview.org/Bug/changelog_page.php?version_id=52
+for a complete list
+- Drop paraview-fix-build-with-system-jpeg.patch; implemented
+  upstream
+- Use matplotlib during building to enable MathText rendering;
+  introduces build time and runtime requirement on
+  python-matplotlib
+- Add patches:
+  + paraview-fix-vtkpython-modules-install-dir.patch: Workaround
+vtk's python modules getting installed in the wrong location;
+upstream bug report at
+http://paraview.org/Bug/view.php?id=14168
+  + paraview-fix-file-contains-date-time.patch: Remove reference
+to __DATE__ and __TIME__ from source files
+- Use fdupes to link duplicated files.
+
+---

Old:

  ParaView-3.98.1-source.tar.gz
  paraview-fix-build-with-system-jpeg.patch

New:

  ParaView-v4.0.1-source.tgz
  paraview-fix-file-contains-date-time.patch
  paraview-fix-vtkpython-modules-install-dir.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.3BX7Jp/_old  2013-07-16 15:53:46.0 +0200
+++ /var/tmp/diff_new_pack.3BX7Jp/_new  2013-07-16 15:53:46.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package
+# spec file for package paraview
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define major_ver 3.98
+
+%define major_ver 4.0
 
 Name:   paraview
-Version:3.98.1
-Release:1
-License:BSD-3-Clause
+Version:4.0.1
+Release:0
 Summary:Data analysis and visualization application
-Url:http://www.paraview.org
+License:BSD-3-Clause
 Group:  Productivity/Scientific/Physics
-Source0:ParaView-%{version}-source.tar.gz
+Url:http://www.paraview.org
+Source0:ParaView-v%{version}-source.tgz
 # PATCH-FIX-UPSTREAM paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0: paraview-default-qtstyle.patch
 # PATCH-FIX-UPSTREAM paraview-SciberQuestToolKit-install-path.patch 
badshah...@gmail.com -- Fix install path of SciberQuestToolkit plugin
 Patch1: paraview-SciberQuestToolKit-install-path.patch
 # PATCH-FIX-UPSTREAM paraview-no-return-in-nonvoid-function.patch 
badshah...@gmail.com -- Fix a non-void function that returns no value 
-Patch3: paraview-no-return-in-nonvoid-function.patch
-# PATCH-FIX-UPSTREAM paraview-fix-build-with-system-jpeg.patch 
badshah...@gmail.com -- Fix build errors when compiling with new libjpeg; patch 
came from upstream
-Patch4: paraview-fix-build-with-system-jpeg.patch
+Patch2: paraview-no-return-in-nonvoid-function.patch
+# PATCH-FIX-UPSTREAM paraview-fix-vtkpython-modules-install-dir.patch 
badshah...@gmail.com -- Workaround vtk's python modules getting installed in 
the wrong location
+Patch3: paraview-fix-vtkpython-modules-install-dir.patch
+# PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
+Patch4: paraview-fix-file-contains-date-time.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake = 2.8.8
@@ -43,16 +46,18 @@
 BuildRequires:  libexpat-devel
 BuildRequires:  libjpeg-devel
 #BuildRequires:  libpq5
+BuildRequires:  libQtWebKit-devel
 BuildRequires:  libpqxx-devel
 BuildRequires:  libqt4-devel = 4.7.0
-BuildRequires:  libQtWebKit-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  openssl-devel
 BuildRequires:  python-devel
+BuildRequires:  python-matplotlib
 %py_requires
 %if 0%{?suse_version} = 1140
 BuildRequires:  qt4-assistant-adp-devel
 %endif
+BuildRequires:  fdupes
 BuildRequires:  

commit paraview for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2013-06-20 21:26:45

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is paraview

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2013-03-15 
10:43:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2013-06-20 
21:26:46.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 20 05:05:52 UTC 2013 - badshah...@gmail.com
+
+- Enable python scripting with paraview 
+  (cmake variable DPARAVIEW_ENABLE_PYTHON:BOOL=ON); had been
+  turned off because earlier versions of paraview had some
+  building issues with this enabled.
+
+---



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.DsdS7x/_old  2013-06-20 21:26:47.0 +0200
+++ /var/tmp/diff_new_pack.DsdS7x/_new  2013-06-20 21:26:47.0 +0200
@@ -49,6 +49,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  openssl-devel
 BuildRequires:  python-devel
+%py_requires
 %if 0%{?suse_version} = 1140
 BuildRequires:  qt4-assistant-adp-devel
 %endif
@@ -131,7 +132,7 @@
 -DPARAVIEW_BUILD_QT_GUI:BOOL=ON \\\
 -DPARAVIEW_QT_QMAKE_EXECUTABLE=%{_bindir}/qmake \\\
 -DPARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=ON \\\
--DPARAVIEW_ENABLE_PYTHON:BOOL=OFF \\\
+-DPARAVIEW_ENABLE_PYTHON:BOOL=ON \\\
 -DVTK_OPENGL_HAS_OSMESA:BOOL=OFF \\\
 -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \\\
 -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \\\

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit paraview for openSUSE:Factory

2013-03-15 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2013-03-15 10:43:19

Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and  /work/SRC/openSUSE:Factory/.paraview.new (New)


Package is paraview, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2013-03-08 
09:30:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2013-03-15 
10:43:31.0 +0100
@@ -1,0 +2,11 @@
+Tue Mar 12 00:43:02 UTC 2013 - badshah...@gmail.com
+
+- Update to version 3.98.1:
+  + See full list of changes at
+http://paraview.org/Bug/changelog_page.php?version_id=99.
+- Add paraview-fix-build-with-system-jpeg.patch to fix build
+  errors when compiled with recent jpeg headers (libjpeg8-devel =
+  8.0) 
+- Use smp flags for make to speed up build.
+
+---

Old:

  ParaView-3.98.0-src.tgz

New:

  ParaView-3.98.1-source.tar.gz
  paraview-fix-build-with-system-jpeg.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.phi9Re/_old  2013-03-15 10:43:34.0 +0100
+++ /var/tmp/diff_new_pack.phi9Re/_new  2013-03-15 10:43:34.0 +0100
@@ -18,19 +18,21 @@
 %define major_ver 3.98
 
 Name:   paraview
-Version:3.98.0
+Version:3.98.1
 Release:1
 License:BSD-3-Clause
 Summary:Data analysis and visualization application
 Url:http://www.paraview.org
 Group:  Productivity/Scientific/Physics
-Source0:ParaView-%{version}-src.tgz
+Source0:ParaView-%{version}-source.tar.gz
 # PATCH-FIX-UPSTREAM paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0: paraview-default-qtstyle.patch
 # PATCH-FIX-UPSTREAM paraview-SciberQuestToolKit-install-path.patch 
badshah...@gmail.com -- Fix install path of SciberQuestToolkit plugin
 Patch1: paraview-SciberQuestToolKit-install-path.patch
 # PATCH-FIX-UPSTREAM paraview-no-return-in-nonvoid-function.patch 
badshah...@gmail.com -- Fix a non-void function that returns no value 
 Patch3: paraview-no-return-in-nonvoid-function.patch
+# PATCH-FIX-UPSTREAM paraview-fix-build-with-system-jpeg.patch 
badshah...@gmail.com -- Fix build errors when compiling with new libjpeg; patch 
came from upstream
+Patch4: paraview-fix-build-with-system-jpeg.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake = 2.8.8
@@ -104,10 +106,11 @@
 
 
 %prep
-%setup -q -n ParaView-%{version}-src
+%setup -q -n ParaView-%{version}-source
 %patch0 -p1
 %patch1 -p1
 %patch3 -p1
+%patch4 -p0
 # GCC 4.7 only available for openSUSE  12.1
 #%if 0%{?suse_version}  1210
 #%patch2 -p1
@@ -125,27 +128,11 @@
 -DCMAKE_CXX_COMPILER:FILEPATH=$CXX \\\
 -DCMAKE_C_COMPILER:FILEPATH=$CC \\\
 -DCMAKE_BUILD_TYPE=Release \\\
--DTCL_LIBRARY:PATH=tcl \\\
--DTK_LIBRARY:PATH=tk \\\
--DPARAVIEW_INSTALL_DEVELOPMENT:BOOL=OFF \\\
 -DPARAVIEW_BUILD_QT_GUI:BOOL=ON \\\
 -DPARAVIEW_QT_QMAKE_EXECUTABLE=%{_bindir}/qmake \\\
--DPARAVIEW_BUILD_StreamingParaView:BOOL=ON \\\
--DPARAVIEW_BUILD_PLUGIN_Streaming:BOOL=ON \\\
--DPARAVIEW_BUILD_PLUGIN_Array:BOOL=ON \\\
--DPARAVIEW_BUILD_PLUGIN_CosmoFilters:BOOL=ON \\\
--DPARAVIEW_BUILD_PLUGIN_Infovis:BOOL=ON \\\
--DPARAVIEW_BUILD_PLUGIN_netCDFReaders:BOOL=ON \\\
--DPARAVIEW_BUILD_PLUGIN_pvblot:BOOL=ON \\\
 -DPARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=ON \\\
--DPARAVIEW_BUILD_PLUGIN_VisItReaderPlugin:BOOL=OFF \\\
 -DPARAVIEW_ENABLE_PYTHON:BOOL=OFF \\\
--DPARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES:BOOL=OFF \\\
--DPARAVIEW_USE_SYSTEM_HDF5:BOOL=OFF \\\
 -DVTK_OPENGL_HAS_OSMESA:BOOL=OFF \\\
--DVTK_USE_INFOVIS:BOOL=OFF \\\
--DVTK_USE_N_WAY_ARRAYS:BOOL=ON \\\
--DVTK_USE_RPATH:BOOL=OFF \\\
 -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \\\
 -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \\\
 -DVTK_USE_SYSTEM_JPEG:BOOL=ON \\\
@@ -153,7 +140,6 @@
 -DVTK_USE_SYSTEM_TIFF:BOOL=ON \\\
 -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \\\
 -DBUILD_DOCUMENTATION:BOOL=ON \\\
--DVTK_USE_BOOST:BOOL=ON \\\
 -DBUILD_EXAMPLES:BOOL=ON \\\
 -DVTK_INSTALL_INCLUDE_DIR:PATH=include/%{name} \\\
 -DVTK_INSTALL_ARCHIVE_DIR:PATH=%{_lib}/%{name} \\\
@@ -165,7 +151,7 @@
 -DPV_INSTALL_LIB_DIR:PATH=%{_lib}/paraview \
 %{paraview_cmake_options}
 
-make
+make %{?_smp_mflags}
 popd
 
 %install

++