From 6bd83020562aba1099abaea505e2cbe45feccebb Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 19 2019 08:21:26 +0000 Subject: Rebuilt for Python 3.8 --- diff --git a/openvdb.spec b/openvdb.spec index 985727d..75bc654 100644 --- a/openvdb.spec +++ b/openvdb.spec @@ -6,7 +6,7 @@ Name: openvdb Version: 6.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ library for sparse volumetric data discretized on three-dimensional grids License: MPLv2.0 URL: http://www.openvdb.org/ @@ -138,6 +138,9 @@ find %{buildroot} -name '*.a' -delete %{_libdir}/*.so %changelog +* Mon Aug 19 2019 Miro Hrončok - 6.1.0-3 +- Rebuilt for Python 3.8 + * Sun Aug 18 2019 Simone Caronni - 6.1.0-2 - Fix build with latest options. - Update SPEC file.