Hello community, here is the log from the commit of package openvdb for openSUSE:Leap:15.2 checked in at 2020-02-25 12:17:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/openvdb (Old) and /work/SRC/openSUSE:Leap:15.2/.openvdb.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvdb" Tue Feb 25 12:17:31 2020 rev:4 rq:778785 version:7.0.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/openvdb/openvdb.changes 2020-02-16 18:30:42.898793217 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.openvdb.new.26092/openvdb.changes 2020-02-25 12:17:35.168482577 +0100 @@ -1,0 +2,10 @@ +Sat Feb 22 23:52:11 UTC 2020 - Hans-Peter Jansen <[email protected]> + +- add 8G memory constraint + +------------------------------------------------------------------- +Sat Feb 22 16:02:50 UTC 2020 - [email protected] + +- add tools subpackage for the command line programs + +------------------------------------------------------------------- New: ---- _constraints ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvdb.spec ++++++ --- /var/tmp/diff_new_pack.SVadMh/_old 2020-02-25 12:17:35.844483978 +0100 +++ /var/tmp/diff_new_pack.SVadMh/_new 2020-02-25 12:17:35.856484003 +0100 @@ -27,13 +27,19 @@ 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 >= 2.8.6 BuildRequires: gcc-c++ +BuildRequires: glu-devel +BuildRequires: libboost_atomic-devel BuildRequires: libboost_iostreams-devel BuildRequires: libboost_regex-devel BuildRequires: libboost_system-devel +BuildRequires: libboost_thread-devel +BuildRequires: libglfw-devel BuildRequires: pkgconfig BuildRequires: tbb-devel +BuildRequires: xorg-x11-devel BuildRequires: pkgconfig(IlmBase) BuildRequires: pkgconfig(OpenEXR) BuildRequires: pkgconfig(blosc) @@ -63,6 +69,15 @@ libraries for %{name}. If you would like to develop programs using %{name}, you will need to install %{name}-devel. +%package tools +Summary: OpenVDB command line tools +Group: Development/Libraries/C and C++ +Requires: %{libname} = %{version} + +%description tools +This package contains the command line utilites that come with the OpenVDB +library: vdb_lod, vdb_print, vdb_render, vdb_view + %prep %setup -q @@ -78,9 +93,11 @@ -DCMAKE_C_FLAGS:STRING="$CFLAGS %{optflags} -fPIC " \ -DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS %{optflags} -fPIC " \ -DCMAKE_NO_SYSTEM_FROM_IMPORTED:BOOL=TRUE \ - -DOPENVDB_BUILD_BINARIES=OFF \ + -DOPENVDB_BUILD_VDB_PRINT=ON \ + -DOPENVDB_BUILD_VDB_LOD=ON \ + -DOPENVDB_BUILD_VDB_RENDER=ON \ + -DOPENVDB_BUILD_VDB_VIEW=ON \ -DOPENVDB_BUILD_PYTHON_MODULE=OFF \ - -DOPENVDB_INSTALL_CMAKE_MODULES=OFF \ -DOPENVDB_ENABLE_RPATH=OFF \ -DUSE_EXR=ON @@ -100,7 +117,16 @@ %{_libdir}/*.so.* %files devel +%license LICENSE %{_includedir}/%{name} +%{_libdir}/cmake/OpenVDB %{_libdir}/*.so +%files tools +%license LICENSE +%{_bindir}/vdb_lod +%{_bindir}/vdb_print +%{_bindir}/vdb_render +%{_bindir}/vdb_view + %changelog ++++++ _constraints ++++++ <constraints> <hardware> <memory> <size unit="G">8</size> </memory> </hardware> </constraints>
