Update to 8.2.0
This commit is contained in:
parent
764be4a4fd
commit
d898782477
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/openvdb-8.0.0.tar.gz
|
||||
/openvdb-8.0.1.tar.gz
|
||||
/openvdb-8.1.0.tar.gz
|
||||
/openvdb-8.2.0.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global with_tests 0
|
||||
|
||||
Name: openvdb
|
||||
Version: 8.1.0
|
||||
Release: 4%{?dist}
|
||||
Version: 8.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
|
||||
License: MPLv2.0
|
||||
URL: http://www.openvdb.org/
|
||||
@ -138,7 +138,7 @@ find %{buildroot} -name '*.a' -delete
|
||||
%license LICENSE
|
||||
%doc README.md CHANGES
|
||||
%{_libdir}/lib%{name}.so.%{version}
|
||||
%{_libdir}/lib%{name}.so.8.1
|
||||
%{_libdir}/lib%{name}.so.8.2
|
||||
|
||||
%if 0%{?fedora}
|
||||
%files -n python3-%{name}
|
||||
@ -151,6 +151,9 @@ find %{buildroot} -name '*.a' -delete
|
||||
%{_libdir}/lib%{name}.so
|
||||
|
||||
%changelog
|
||||
* Thu Nov 25 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 8.2.0-1
|
||||
- Update to 8.2.0
|
||||
|
||||
* Sun Aug 1 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 8.1.0-4
|
||||
- Drop no longer needed OpenEXR and Imath dependencies
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openvdb-8.1.0.tar.gz) = 081ccedb122ff9bd73e0cd7ff083ad0ff0165e0cf6305187edcbe90ff12f01ec085c91ad5c52c53596035e0c2afd5b8801e6c00374b0fc4b0cc111f5c7f37eb5
|
||||
SHA512 (openvdb-8.2.0.tar.gz) = aed6b5884a9cfd42f72357ad090c5dcf7829b0e5672ab61e31206e889c085ce5a7bcb89476ceac552a837d394011951528e2b3cffc77baadc491a2e7a31d5e86
|
||||
|
Loading…
Reference in New Issue
Block a user