Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openvdb for openSUSE:Factory checked in at 2022-10-20 12:54:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvdb (Old) and /work/SRC/openSUSE:Factory/.openvdb.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvdb" Thu Oct 20 12:54:20 2022 rev:11 rq:1030113 version:9.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openvdb/openvdb.changes 2022-09-11 21:57:23.113634145 +0200 +++ /work/SRC/openSUSE:Factory/.openvdb.new.2275/openvdb.changes 2022-10-20 12:54:20.301861234 +0200 @@ -1,0 +2,6 @@ +Thu Oct 20 03:27:32 UTC 2022 - Stefan Br??ns <stefan.bru...@rwth-aachen.de> + +- Disable static library build, instead of deleting it +- Remove many unused build dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvdb.spec ++++++ --- /var/tmp/diff_new_pack.kDVAUj/_old 2022-10-20 12:54:20.729861892 +0200 +++ /var/tmp/diff_new_pack.kDVAUj/_new 2022-10-20 12:54:20.733861898 +0200 @@ -29,19 +29,15 @@ Group: Development/Libraries/C and C++ URL: https://www.openvdb.org Source: https://github.com/AcademySoftwareFoundation/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: Mesa-devel BuildRequires: cmake >= 3.12 BuildRequires: gcc-c++ -BuildRequires: libboost_atomic-devel >= 1.70 -BuildRequires: libboost_iostreams-devel >= 1.70 -BuildRequires: libboost_regex-devel >= 1.70 -BuildRequires: libboost_system-devel >= 1.70 -BuildRequires: libboost_thread-devel >= 1.70 +BuildRequires: libboost_iostreams-devel-impl >= 1.70 +BuildRequires: libboost_system-devel-impl >= 1.70 BuildRequires: memory-constraints BuildRequires: pkgconfig BuildRequires: tbb-devel -BuildRequires: xorg-x11-devel BuildRequires: pkgconfig(blosc) +BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glfw3) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(jemalloc) @@ -92,6 +88,7 @@ -DCMAKE_C_FLAGS:STRING="$CFLAGS %{optflags} -fPIC " \ -DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS %{optflags} -fPIC " \ -DCMAKE_NO_SYSTEM_FROM_IMPORTED:BOOL=TRUE \ + -DOPENVDB_CORE_STATIC:BOOL=OFF \ %if %{with nanovdb} -DUSE_NANOVDB=ON \ %endif @@ -106,8 +103,6 @@ %install %cmake_install -# remove static lib -rm %{buildroot}%{_libdir}/libopenvdb.a %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig