Update to 8.0.1
This commit is contained in:
parent
ab4f35183e
commit
0b3d644562
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/openvdb-6.2.0.tar.gz
|
/openvdb-6.2.0.tar.gz
|
||||||
/openvdb-7.0.0.tar.gz
|
/openvdb-7.0.0.tar.gz
|
||||||
/openvdb-8.0.0.tar.gz
|
/openvdb-8.0.0.tar.gz
|
||||||
|
/openvdb-8.0.1.tar.gz
|
||||||
|
20
openvdb.spec
20
openvdb.spec
@ -5,8 +5,8 @@
|
|||||||
%global with_tests 0
|
%global with_tests 0
|
||||||
|
|
||||||
Name: openvdb
|
Name: openvdb
|
||||||
Version: 8.0.0
|
Version: 8.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
|
Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: http://www.openvdb.org/
|
URL: http://www.openvdb.org/
|
||||||
@ -128,8 +128,8 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed"
|
|||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
# Let RPM pick up HTML documents in the files section
|
# Let RPM pick up html documents in the files section
|
||||||
mv %{buildroot}%{_prefix}/doc/html .
|
mv %{buildroot}%{_docdir}/OpenVDB/html .
|
||||||
rm -fr %{buildroot}%{_datadir}/doc
|
rm -fr %{buildroot}%{_datadir}/doc
|
||||||
|
|
||||||
find %{buildroot} -name '*.a' -delete
|
find %{buildroot} -name '*.a' -delete
|
||||||
@ -154,6 +154,18 @@ find %{buildroot} -name '*.a' -delete
|
|||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 05 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 8.0.1-1
|
||||||
|
- Update to 8.0.1
|
||||||
|
|
||||||
|
* Mon Jan 25 2021 Kalev Lember <klember@redhat.com> - 8.0.0-5
|
||||||
|
- Rebuilt for Boost 1.75
|
||||||
|
|
||||||
|
* Sun Jan 24 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 8.0.0-4
|
||||||
|
- Rebuild to resolve .so dependency
|
||||||
|
|
||||||
|
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 8.0.0-3
|
||||||
|
- Rebuilt for Boost 1.75
|
||||||
|
|
||||||
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 8.0.0-2
|
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 8.0.0-2
|
||||||
- Rebuild for OpenEXR 2.5.3.
|
- Rebuild for OpenEXR 2.5.3.
|
||||||
|
|
||||||
|
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