diff --git a/Imath-3.1.10.tar.gz b/Imath-3.1.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a3f733f61456a1e4b362c0b96d13b1ab671fc8d2 Binary files /dev/null and b/Imath-3.1.10.tar.gz differ diff --git a/Imath-3.1.7.tar.gz b/Imath-3.1.7.tar.gz deleted file mode 100644 index 5e9ec1861c734b14c10788edf6bf74cf6e064453..0000000000000000000000000000000000000000 Binary files a/Imath-3.1.7.tar.gz and /dev/null differ diff --git a/imath.spec b/imath.spec index 702c2cefe4b23772d0c326adb6f4c1401409a82e..cfd22627720b2478bdff70b1e15a4133639e22c9 100644 --- a/imath.spec +++ b/imath.spec @@ -1,10 +1,10 @@ -%define anolis_release 2 +%define anolis_release 1 %global srcname Imath -%global sover 30 +%global sover 29 %global pyver_under %(%{python3} -Esc "import sys; sys.stdout.write('{0.major}_{0.minor}'.format(sys.version_info))") Name: imath -Version: 3.1.7 +Version: 3.1.10 Release: %{anolis_release}%{dist} Summary: Library of 2D and 3D vector, matrix, and math operations for computer graphics @@ -103,6 +103,9 @@ The %{name}-doc package contains documentation files for %{name}. %doc CHANGES.md CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTORS.md README.md SECURITY.md %changelog +* Wed Feb 19 2025 Xiaoping Liu - 3.1.10-1 +- Refer to CentOS Stream imath-3.1.10-4 (tdawson@redhat.com) + * Tue Mar 12 2024 Bo Ren - 3.1.7-2 - Rebuild with python3.11