Hello community,

here is the log from the commit of package openvdb for openSUSE:Factory checked 
in at 2020-02-24 15:51:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvdb (Old)
 and      /work/SRC/openSUSE:Factory/.openvdb.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvdb"

Mon Feb 24 15:51:17 2020 rev:5 rq:778523 version:7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openvdb/openvdb.changes  2020-02-11 
22:25:45.387579113 +0100
+++ /work/SRC/openSUSE:Factory/.openvdb.new.26092/openvdb.changes       
2020-02-24 15:51:59.103415561 +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.cO398A/_old  2020-02-24 15:52:00.771419275 +0100
+++ /var/tmp/diff_new_pack.cO398A/_new  2020-02-24 15:52:00.775419284 +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>

Reply via email to