Update to 8.0.1
This commit is contained in:
parent
95cb275336
commit
b4346ffa70
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/openvdb-7.1.0.tar.gz
|
||||
/openvdb-7.2.0.tar.gz
|
||||
/openvdb-8.0.0.tar.gz
|
||||
/openvdb-8.0.1.tar.gz
|
||||
|
11
openvdb.spec
11
openvdb.spec
@ -5,8 +5,8 @@
|
||||
%global with_tests 0
|
||||
|
||||
Name: openvdb
|
||||
Version: 8.0.0
|
||||
Release: 6%{?dist}
|
||||
Version: 8.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
|
||||
License: MPLv2.0
|
||||
URL: http://www.openvdb.org/
|
||||
@ -127,8 +127,8 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed"
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
# Let RPM pick up HTML documents in the files section
|
||||
mv %{buildroot}%{_prefix}/doc/html .
|
||||
# Let RPM pick up html documents in the files section
|
||||
mv %{buildroot}%{_docdir}/OpenVDB/html .
|
||||
rm -fr %{buildroot}%{_datadir}/doc
|
||||
|
||||
find %{buildroot} -name '*.a' -delete
|
||||
@ -153,6 +153,9 @@ find %{buildroot} -name '*.a' -delete
|
||||
%{_libdir}/lib%{name}.so
|
||||
|
||||
%changelog
|
||||
* Fri Feb 05 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 8.0.1-1
|
||||
- Update to 8.0.1
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openvdb-8.0.0.tar.gz) = b26dea41e5305bbe023362241b82dda7e168f8df9526270e6b214f8442ce7e2135889d79a1944928478ae1a2b24866381b3be4d2d1af7a5726e39724055a6e78
|
||||
SHA512 (openvdb-8.0.1.tar.gz) = 6a5a8b637429295efa72494aef82ff92dd83092591b713f56930ccf4aab3a33806d1263bfd090c27239eab97b4fdc053288dc545e631f8a7d4ca180a32331be2
|
||||
|
Loading…
Reference in New Issue
Block a user