Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vtk for openSUSE:Factory checked in at 2025-01-07 20:51:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vtk (Old) and /work/SRC/openSUSE:Factory/.vtk.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vtk" Tue Jan 7 20:51:34 2025 rev:65 rq:1235055 version:9.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vtk/vtk.changes 2025-01-05 15:31:29.142328293 +0100 +++ /work/SRC/openSUSE:Factory/.vtk.new.1881/vtk.changes 2025-01-07 20:51:59.185357276 +0100 @@ -1,0 +2,7 @@ +Sun Jan 5 04:39:42 UTC 2025 - Stefan Brüns <[email protected]> + +- Add bcond for mysql, keep it disabled by default. Make libmysql + devel dependency conditional. +- Remove obsolete netcdf-c++ dependency from devel package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vtk.spec ++++++ --- /var/tmp/diff_new_pack.zlajlS/_old 2025-01-07 20:52:00.589415327 +0100 +++ /var/tmp/diff_new_pack.zlajlS/_new 2025-01-07 20:52:00.589415327 +0100 @@ -1,7 +1,7 @@ # # spec file for package vtk # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,6 +21,7 @@ %bcond_with examples %bcond_with documentation %bcond_with testing +%bcond_with mysql %ifarch %arm aarch64 %bcond_without gles @@ -135,7 +136,9 @@ BuildRequires: libboost_graph_parallel-devel BuildRequires: libboost_serialization-devel BuildRequires: libjpeg-devel +%if %{with mysql} BuildRequires: libmysqlclient-devel +%endif BuildRequires: libtiff-devel BuildRequires: python3-devel BuildRequires: python3-numpy-devel @@ -244,8 +247,7 @@ Requires: hdf5-devel %{?with_mpi:Requires: hdf5-%{mpi_flavor}-devel} Requires: libjpeg-devel -Requires: libmysqlclient-devel -Requires: libnetcdf_c++-devel +%{?with_mysql:Requires: libmysqlclient-devel} Requires: libtiff-devel # not strictly necessary, but required by VTKs cmake files Requires: python3-%{name} = %{version} @@ -488,9 +490,10 @@ -DVTK_MODULE_USE_EXTERNAL_VTK_pegtl=%{?with_system_pegtl:YES}%{!?with_system_pegtl:NO} \ -DVTK_MODULE_USE_EXTERNAL_VTK_pugixml=%{?with_pugixml:ON}%{!?with_pugixml:OFF} \ -DVTK_MODULE_USE_EXTERNAL_VTK_token:BOOL=OFF \ - -DVTK_MODULE_ENABLE_VTK_ioss:BOOL=%{!?with_mpi:WANT}%{?with_mpi:NO} \ - -DVTK_MODULE_ENABLE_VTK_pegtl:BOOL=YES \ - -DVTK_MODULE_ENABLE_VTK_zfp:BOOL=NO \ + -DVTK_MODULE_ENABLE_VTK_ioss:STRING=%{!?with_mpi:WANT}%{?with_mpi:NO} \ + -DVTK_MODULE_ENABLE_VTK_pegtl:STRING=YES \ + -DVTK_MODULE_ENABLE_VTK_zfp:STRING=NO \ + -DVTK_MODULE_ENABLE_VTK_IOMySQL=%{?with_mysql:ON}%{!?with_mysql:NO} \ %{nil} %cmake_build
