!7 Update to 3.1.9

From: @wu-leilei 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-10-13 08:40:33 +00:00 committed by Gitee
commit f707607735
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 6 deletions

Binary file not shown.

BIN
Imath-3.1.9.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global srcname Imath %global srcname Imath
%global sover 29 %global sover 29
Name: Imath Name: Imath
Version: 3.1.4 Version: 3.1.9
Release: 2 Release: 1
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 License: BSD
URL: https://github.com/AcademySoftwareFoundation/Imath URL: https://github.com/AcademySoftwareFoundation/Imath
@ -45,9 +45,6 @@ Obsoletes: ilmbase-devel < 3.0
%install %install
%make_install %make_install
rm -rf ./docs/sphinx/.{doctrees,buildinfo}
mv ./docs/sphinx ./html
%check %check
make test make test
@ -63,7 +60,6 @@ make test
%{python3_sitearch}/imathnumpy.so %{python3_sitearch}/imathnumpy.so
%files devel %files devel
%doc html/
%{_includedir}/Imath/ %{_includedir}/Imath/
%{_libdir}/pkgconfig/Imath.pc %{_libdir}/pkgconfig/Imath.pc
%{_libdir}/pkgconfig/PyImath.pc %{_libdir}/pkgconfig/PyImath.pc
@ -73,6 +69,9 @@ make test
%{_libdir}/libPyImath_Python3_*-3_1.so %{_libdir}/libPyImath_Python3_*-3_1.so
%changelog %changelog
* Thu Oct 12 2023 wulei <wu_lei@hoperun.com> - 3.1.9-1
- Update to 3.1.9
* Thu Jul 20 2023 chenchen <chen_aka_jan@163.com> - 3.1.4-2 * Thu Jul 20 2023 chenchen <chen_aka_jan@163.com> - 3.1.4-2
- modify %file for fix build error - modify %file for fix build error