Update to 3.1.10.
This commit is contained in:
parent
eab799f856
commit
1fe8af3d76
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/Imath-3.1.6.tar.gz
|
/Imath-3.1.6.tar.gz
|
||||||
/Imath-3.1.7.tar.gz
|
/Imath-3.1.7.tar.gz
|
||||||
/Imath-3.1.9.tar.gz
|
/Imath-3.1.9.tar.gz
|
||||||
|
/Imath-3.1.10.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global pyver_under %(%{python3} -Esc "import sys; sys.stdout.write('{0.major}_{0.minor}'.format(sys.version_info))")
|
%global pyver_under %(%{python3} -Esc "import sys; sys.stdout.write('{0.major}_{0.minor}'.format(sys.version_info))")
|
||||||
|
|
||||||
Name: imath
|
Name: imath
|
||||||
Version: 3.1.9
|
Version: 3.1.10
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library of 2D and 3D vector, matrix, and math operations for computer graphics
|
Summary: Library of 2D and 3D vector, matrix, and math operations for computer graphics
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -97,6 +97,9 @@ Requires: python3-devel
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 10 2024 Richard Shaw <hobbes1069@gmail.com> - 3.1.10-1
|
||||||
|
- Update to 3.1.10.
|
||||||
|
|
||||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-6
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Imath-3.1.9.tar.gz) = ad96b2ac306fc13c01e8ea3256f885499c3f545be327feaba0f5e093b70b544bcca6f8b353fa7e35107aae515c19caced44331a95d0414f367ead4691ec73564
|
SHA512 (Imath-3.1.10.tar.gz) = 6a5bcb3f31880edd266c7c5d757ce233e91dad4007f4c411c06a58494ca64517a3df22fd3491837bb8ac211c4c5f8ee679b68c0fbcf9c31c8f2d7c7bb9d253e8
|
||||||
|
Loading…
Reference in New Issue
Block a user