Hello community,

here is the log from the commit of package vtk for openSUSE:Factory checked in 
at 2015-03-25 21:05:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vtk (Old)
 and      /work/SRC/openSUSE:Factory/.vtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vtk/vtk.changes  2015-02-27 11:10:29.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.vtk.new/vtk.changes     2015-03-25 
21:05:13.000000000 +0100
@@ -1,0 +2,19 @@
+Fri Mar 13 19:50:12 UTC 2015 - [email protected]
+
+- Update to version 6.2.0:
+  + See http://www.kitware.com/blog/home/post/858 for a list of
+    changes.
+- Drop patches incorporated upstream:
+  + vtk-install-missing-modules.patch
+  + vtk-Mesa10.3-build-failures.patch
+  + vtk-system.patch.
+- Update filelist to incorporate new files installed by upstream.
+- Use system hdf5 and netcdf on all openSUSE versions.
+- Build on openSUSE > 13.2 with system libraries ON (except
+  for libproj4); all required depndencies for this purpose are
+  now in Factory.
+- Add rpmlintrc file to suppress
+  "devel-files-in-non-devel-package" warning; python-vtk needs
+  these devel files for its own functioning.
+
+-------------------------------------------------------------------

Old:
----
  VTK-6.1.0.tar.gz
  vtk-Mesa10.3-build-failures.patch
  vtk-install-missing-modules.patch
  vtk-system.patch

New:
----
  VTK-6.2.0.tar.gz
  vtk-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vtk.spec ++++++
--- /var/tmp/diff_new_pack.ozbfwi/_old  2015-03-25 21:05:18.000000000 +0100
+++ /var/tmp/diff_new_pack.ozbfwi/_new  2015-03-25 21:05:18.000000000 +0100
@@ -17,9 +17,9 @@
 
 
 Name:           vtk
-Version:        6.1.0
+Version:        6.2.0
 Release:        0
-%define series 6.1
+%define series 6.2
 # This is a variant BSD license, a cross between BSD and ZLIB.
 # For all intents, it has the same rights and restrictions as BSD.
 # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
@@ -28,14 +28,10 @@
 Group:          Productivity/Scientific/Other
 Url:            http://vtk.org/
 Source:         
http://www.vtk.org/files/release/%{series}/VTK-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM vtk-system.patch [email protected] -- Use system 
libraries, http://public.kitware.com/Bug/view.php?id=11823
-Patch0:         vtk-system.patch
+# FIXME See if packaging can be tweaked to accommodate python-vtk's devel 
files in a devel package later
+Source1:        vtk-rpmlintrc
 # PATCH-FIX-UPSTREAM vtk-fix-file-contains-date-time.patch 
[email protected] -- Fix file containing DATE and TIME
 Patch1:         vtk-fix-file-contains-date-time.patch
-# PATCH-FIX-UPSTREAM vtk-install-missing-modules.patch [email protected] -- 
Install some cmake modules missed in upstream packaging (will be required if in 
future we can get paraview to use system installed vtk)
-Patch2:         vtk-install-missing-modules.patch
-# PATCH-FIX-UPSTREAM vtk-Mesa10.3-build-failures.patch [email protected] -- 
 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:         vtk-Mesa10.3-build-failures.patch
 BuildRequires:  Mesa-libGL-devel
 BuildRequires:  R-base-devel
 BuildRequires:  boost-devel
@@ -57,10 +53,12 @@
 BuildRequires:  libiodbc-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libmysqlclient-devel
+BuildRequires:  libnetcdf_c++-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  libtheora-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  netcdf-devel
 BuildRequires:  openmpi-devel
 BuildRequires:  python-devel
 BuildRequires:  python-qt4-devel
@@ -73,6 +71,10 @@
 %else
 BuildRequires:  pkgconfig(libxml-2.0)
 %endif
+# jsoncpp available for openSUSE > 13.2
+%if 0%{?suse_version} > 1320
+BuildRequires:  jsoncpp-devel
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define qtdir   %{_lib}/qt4
 
@@ -225,12 +227,7 @@
 
 %prep
 %setup -q -n VTK-%{version}
-%patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%if 0%{?suse_version} > 1310
-%patch3 -p1
-%endif
 
 # Replace relative path ../../../VTKData with 
%%{_datadir}/%%{name}data-%%{version}
 # otherwise it will break on symlinks.
@@ -259,7 +256,11 @@
     -DVTK_INSTALL_QT_DIR:STRING=/%{qtdir}/plugins/designer \
     -DVTK_USE_OGGTHEORA_ENCODER:BOOL=ON \
     -DVTK_USE_RENDERING:BOOL=ON \
+%if 0%{?suse_version} > 1320
+    -DVTK_USE_SYSTEM_LIBRARIES:BOOL=ON \
+%else
     -DVTK_USE_SYSTEM_LIBRARIES:BOOL=OFF \
+%endif
     -DVTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF \
 %if 0%{?suse_version} <= 1230
     -DVTK_USE_SYSTEM_GL2PS:BOOL=OFF \
@@ -279,7 +280,9 @@
     -DVTK_Group_Tk:BOOL=ON \
     -DVTK_Group_Views:BOOL=ON \
     -DModule_vtkFiltersStatisticsGnuR:BOOL=ON \
-    -DVTK_WRAP_TCL:BOOL=ON
+    -DVTK_WRAP_TCL:BOOL=ON \
+    -DVTK_USE_SYSTEM_HDF5:BOOL=ON \
+    -DVTK_USE_SYSTEM_NETCDF:BOOL=ON
 
 make %{?_smp_mflags} VERBOSE=1
 
@@ -385,7 +388,9 @@
 %{_bindir}/%{name}HashSource
 %{_bindir}/%{name}ParseOGLExt
 %{_bindir}/%{name}WrapHierarchy
+%if 0%{?suse_version} <= 1320
 %{_bindir}/%{name}mkg3states
+%endif
 %{_datadir}/doc/%{name}-%{series}/
 %{_libdir}/%{name}/*.so
 %{_libdir}/cmake/%{name}/
@@ -409,6 +414,8 @@
 %{_bindir}/%{name}WrapPythonInit
 %{_libdir}/%{name}/*Python*.so.*
 %{python_sitearch}/%{name}/
+%dir %{_libdir}/%{name}/site-packages
+%{_libdir}/%{name}/site-packages/mpi4py/
 %exclude %{_libdir}/%{name}/*QtPython27D.so.*
 
 %files tcl

++++++ VTK-6.1.0.tar.gz -> VTK-6.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/vtk/VTK-6.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.vtk.new/VTK-6.2.0.tar.gz differ: char 5, line 1

++++++ vtk-rpmlintrc ++++++
# FIXME: See if packaging can be tweaked to avoid these warnings later
# python-vtk needs these devel files to work
addFilter("python-vtk.* devel-file-in-non-devel-package")
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to