Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vtk-m for openSUSE:Factory checked in at 2023-04-21 14:17:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vtk-m (Old) and /work/SRC/openSUSE:Factory/.vtk-m.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vtk-m" Fri Apr 21 14:17:21 2023 rev:2 rq:1080945 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vtk-m/vtk-m.changes 2022-10-23 16:33:21.163293096 +0200 +++ /work/SRC/openSUSE:Factory/.vtk-m.new.1533/vtk-m.changes 2023-04-21 14:17:30.422747375 +0200 @@ -1,0 +2,7 @@ +Fri Apr 10 18:00:00 UTC 2023 - Vicente Adolfo Bolea Sanchez <vicente.bo...@gmail.com> - 2.0.0-0 + +- Updated spec to vtk-m 2.0.0. +- Dropped 0001-fix-soname-lib.patch. +- Find the release notes at <https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.0.0>. + +------------------------------------------------------------------- Old: ---- 0001-fix-soname-lib.patch vtk-m-rpmlintrc vtk-m-v1.9.0.tar.gz New: ---- vtk-m-v2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vtk-m.spec ++++++ --- /var/tmp/diff_new_pack.7Bg3OY/_old 2023-04-21 14:17:31.578753857 +0200 +++ /var/tmp/diff_new_pack.7Bg3OY/_new 2023-04-21 14:17:31.578753857 +0200 @@ -1,7 +1,7 @@ # -# spec file for package vtk-m +# spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,20 @@ %define flavor @BUILD_FLAVOR@%{nil} -%define major_ver 1 -%define minor_ver 9 +%define major_ver 2 +%define minor_ver 0 %define patch_ver 0 %define short_ver %{major_ver}.%{minor_ver} -%if "%flavor" != "%nil" +%if "%{flavor}" != "%{nil}" %define pkg_suffix -%{flavor} %bcond_without mpi %else %bcond_with mpi %endif -%if 0%{?fedora} && %{with mpi} -ExclusiveArch: do_not_build -%endif +%{?suse_version:%define is_suse 1}%{?!suse_version:%define is_suse 0} +%define shlib libvtk-m%{?pkg_suffix}-%{major_ver}_%{minor_ver} # Let the user build the rpm with cuda if wanted %bcond_with cuda @@ -49,11 +48,6 @@ %define pkg_datadir %{_datadir} %define pkg_docdir %{_docdir}/%{name} %endif - -%{?suse_version:%define is_suse 1}%{?!suse_version:%define is_suse 0} - -%define shlib libvtk-m-%{major_ver}_%{minor_ver}%{?pkg_suffix} - # Header ---------------------------------------------------------------------- Name: vtk-m%{?pkg_suffix} Version: %{major_ver}.%{minor_ver}.%{patch_ver} @@ -63,18 +57,19 @@ Group: Productivity/Scientific/Other URL: https://m.vtk.org/ Source0: vtk-m-v%{version}.tar.gz -Source1: vtk-m-rpmlintrc -# PATCH-FIX-UPSTREAM -Patch0: https://gitlab.kitware.com/vtk/vtk-m/-/commit/7ceec1ddac79e6e7e3dc8b6c8f02fb01e2cbdc46.patch#/0001-fix-soname-lib.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glew) +%if 0%{?fedora} && %{with mpi} +ExclusiveArch: do_not_build +%endif %if %{?is_suse} BuildRequires: memory-constraints BuildRequires: ninja %endif -BuildRequires: pkgconfig(gl) -BuildRequires: pkgconfig(glew) %if %{with mpi} BuildRequires: %{flavor}-devel %endif @@ -124,7 +119,6 @@ %prep %setup -q -n vtk-m-v%{version} -%patch0 -p1 %build # vtk-m requires massive amounts of memory to build: @@ -138,6 +132,7 @@ %endif # INSTALL_CONFIG_DIR must be specified as relative path, https://gitlab.kitware.com/vtk/vtk-m/-/issues/741 %cmake \ + -DVTKm_BUILD_ALL_LIBRARIES=ON \ %if %{with cuda} -DVTKm_ENABLE_CUDA=ON \ -DVTKm_CUDA_Architecture=all \ @@ -150,7 +145,6 @@ -DVTKm_ENABLE_GL_CONTEXT=ON \ -DVTKm_ENABLE_TESTING=OFF \ -DVTKm_ENABLE_TESTING_LIBRARY=ON \ - -DVTKm_ENABLE_EXAMPLES=ON \ -DVTKm_NO_INSTALL_README_LICENSE=ON \ -DVTKm_INSTALL_CONFIG_DIR=%{_lib}/cmake/vtkm-%{short_ver} \ -DVTKm_INSTALL_LIB_DIR=%{pkg_libdir} \ @@ -164,17 +158,15 @@ %install %cmake_install -# VTKm_INSTALL_EXAMPLES=OFF has no effect, https://gitlab.kitware.com/vtk/vtk-m/-/issues/742 -rm -Rf %{buildroot}/%{pkg_docdir}/examples %post -n %{shlib} -p /sbin/ldconfig %postun -n %{shlib} -p /sbin/ldconfig %files -n %{shlib} +%license LICENSE.txt %{pkg_libdir}/lib*.so.* %files devel -%license LICENSE.txt %doc CONTRIBUTING.md README.md %{pkg_libdir}/cmake/vtkm-%{short_ver} %{pkg_libdir}/lib*.so ++++++ vtk-m-v1.9.0.tar.gz -> vtk-m-v2.0.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/vtk-m/vtk-m-v1.9.0.tar.gz /work/SRC/openSUSE:Factory/.vtk-m.new.1533/vtk-m-v2.0.0.tar.gz differ: char 16, line 1