Drop removed boost-python3-devel from Fedora 33+

This commit is contained in:
Luya Tshimbalanga 2020-05-23 12:11:42 -07:00
parent 763869348b
commit 798ba80d72
No known key found for this signature in database
GPG Key ID: 5E528174D8A2609A
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: openvdb
Version: 7.0.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
License: MPLv2.0
URL: http://www.openvdb.org/
@ -11,7 +11,10 @@ URL: http://www.openvdb.org/
Source0: https://github.com/AcademySoftwareFoundation/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: boost-devel >= 1.61
# No longer needed on Fedora 33+
%if 0%{?fedora} < 33
BuildRequires: boost-python3-devel
%endif
BuildRequires: cmake >= 2.8
BuildRequires: doxygen >= 1.8.11
#BuildRequires: epydoc
@ -147,6 +150,9 @@ find %{buildroot} -name '*.a' -delete
%{_libdir}/*.so
%changelog
* Sat May 23 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 7.0.0-4
- Drop removed boost-python3-devel from Fedora 33+
* Sat May 23 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 7.0.0-3
- Disable python3 binding for CentOS and Red Hat Enterprise
- On RHEL and CentOS, glfw is exclusive for x86_64