From 095bf1f727cc5ccc62d0a47cad8a39df8ce6df1c Mon Sep 17 00:00:00 2001 From: Luya Tshimbalanga Date: May 23 2020 16:54:07 +0000 Subject: Disable python3 binding for CentOS and Red Hat Enterprise Use pkgconfig for more build requirements --- diff --git a/openvdb.spec b/openvdb.spec index 5e9d987..82a527d 100644 --- a/openvdb.spec +++ b/openvdb.spec @@ -3,7 +3,7 @@ Name: openvdb Version: 7.0.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/ @@ -140,10 +140,13 @@ find %{buildroot} -name '*.a' -delete %{_libdir}/*.so %changelog -* Sat May 23 2020 Luya Tshimbalanga - 7.0.0-2 +* Sat May 23 2020 Luya Tshimbalanga - 7.0.0-3 - Disable python3 binding for CentOS and Red Hat Enterprise - Use pkgconfig for more build requirements +* Wed Jan 29 2020 Fedora Release Engineering - 7.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Dec 11 2019 Luya Tshimbalanga - 7.0.0-1 - Update to 7.0.0 - Set python3 module installation path via cmake