From 9e485e858a6121d4d4723896fe6c266070460f49 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 27 Mar 2025 16:43:04 +0800 Subject: [PATCH] rebuild --- imath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/imath.spec b/imath.spec index 197b289..1bf82de 100644 --- a/imath.spec +++ b/imath.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global srcname Imath %global sover 29 %global pyver_under %(%{python3} -Esc "import sys; sys.stdout.write('{0.major}_{0.minor}'.format(sys.version_info))") @@ -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 +* Thu Mar 27 2025 mgb01105731 - 3.1.10-2 +- Rebuild + * Wed Feb 19 2025 Xiaoping Liu - 3.1.10-1 - update to 3.1.10 from 3.1.7 - migrated to SPDX license -- Gitee