Hello community, here is the log from the commit of package vtk for openSUSE:Factory checked in at 2013-07-21 16:34:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-07-16 16:25:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.vtk.new/vtk.changes 2013-07-21 16:34:48.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jul 19 02:52:28 UTC 2013 - [email protected] + +- Disable R bindings for Factory, since it causes weird build + failures in openSUSE:Factory, (strangely no failures in devel + project) until the reason behind the failure is found and fixed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vtk.spec ++++++ --- /var/tmp/diff_new_pack.pFNQuE/_old 2013-07-21 16:34:49.000000000 +0200 +++ /var/tmp/diff_new_pack.pFNQuE/_new 2013-07-21 16:34:49.000000000 +0200 @@ -62,7 +62,9 @@ %else BuildRequires: xorg-x11-devel %endif +%if 0%{?suse_version} <= 1230 BuildRequires: R-base-devel +%endif BuildRequires: libexpat-devel BuildRequires: libiodbc-devel BuildRequires: libjpeg-devel @@ -110,7 +112,9 @@ Requires: gl2ps-devel Requires: hdf5-devel %endif +%if 0%{?suse_version} <= 1230 Requires: R-base-devel +%endif Requires: libexpat-devel Requires: libjpeg-devel Requires: libmysqlclient-devel @@ -300,7 +304,11 @@ -DVTK_Group_StandAlone:BOOL=ON \ -DVTK_Group_Tk:BOOL=ON \ -DVTK_Group_Views:BOOL=ON \ +%if 0%{?suse_version} <= 1230 -DModule_vtkFiltersStatisticsGnuR:BOOL=ON \ +%else + -DModule_vtkFiltersStatisticsGnuR:BOOL=OFF \ +%endif -DVTK_WRAP_TCL:BOOL=ON make %{?_smp_mflags} VERBOSE=1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
