Update to 3.1.4.
This commit is contained in:
parent
fc4b7d74ec
commit
57543c5bab
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/Imath-3.0.2.tar.gz
|
/Imath-3.0.2.tar.gz
|
||||||
/Imath-3.1.2.tar.gz
|
/Imath-3.1.2.tar.gz
|
||||||
/Imath-3.1.3.tar.gz
|
/Imath-3.1.3.tar.gz
|
||||||
|
/Imath-3.1.4.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%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.3
|
Version: 3.1.4
|
||||||
Release: 1%{?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
|
||||||
|
|
||||||
@ -12,10 +12,6 @@ URL: https://github.com/AcademySoftwareFoundation/Imath
|
|||||||
Source0: https://github.com/AcademySoftwareFoundation/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
Source0: https://github.com/AcademySoftwareFoundation/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: imath-python-test.patch
|
Patch0: imath-python-test.patch
|
||||||
# https://github.com/AcademySoftwareFoundation/Imath/pull/209
|
|
||||||
Patch1: https://github.com/AcademySoftwareFoundation/Imath/pull/209.patch
|
|
||||||
Patch2: imath-docs.patch
|
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc gcc-c++
|
BuildRequires: gcc gcc-c++
|
||||||
@ -101,6 +97,9 @@ mv %{__cmake_builddir}/docs/sphinx ./html
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 23 2022 Richard Shaw <hobbes1069@gmail.com> - 3.1.4-1
|
||||||
|
- Update to 3.1.4.
|
||||||
|
|
||||||
* Sun Oct 24 2021 Richard Shaw <hobbes1069@gmail.com> - 3.1.3-1
|
* Sun Oct 24 2021 Richard Shaw <hobbes1069@gmail.com> - 3.1.3-1
|
||||||
- Update to 3.1.3.
|
- Update to 3.1.3.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Imath-3.1.3.tar.gz) = a11f5e736bc49098d735c7903f186c15b03efbec082a8cf2e6635546368035cec0d36c7ae64bfd01bd8eeffb2dd247b8dab19e440a3e1fe33008edacc1268f75
|
SHA512 (Imath-3.1.4.tar.gz) = f9f7d8ec333e6383191543ee927dc40e870a6330225b01070bb93ad3d149c5e31bd5989d4dc52f3321490c1c5a7cab55582c6e42e34ab4ca5723170e7578e286
|
||||||
|
Loading…
Reference in New Issue
Block a user