From 397d6f852bf9531667e90664651c0eae1a2ad798 Mon Sep 17 00:00:00 2001 From: hyongkang Date: Thu, 7 Nov 2024 18:14:33 +0800 Subject: [PATCH] fix syntax errors in AI4C.spec --- AI4C.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/AI4C.spec b/AI4C.spec index d537566..7a57ec0 100644 --- a/AI4C.spec +++ b/AI4C.spec @@ -12,7 +12,7 @@ %global max_jobs 16 -Summary: %{name} is a framework which enables compilers compilers to integrate ML-driven compiler optimization. +Summary: %{name} is a framework which enables compilers to integrate ML-driven compiler optimization. Name: AI4C Version: 0.2.0 Release: 1 @@ -38,7 +38,7 @@ BuildRequires: openssl-devel %description -%{name} is a framework which enables compilers compilers to integrate ML-driven compiler optimization. +%{name} is a framework which enables compilers to integrate ML-driven compiler optimization. %prep tar -xzf %{SOURCE0} -C . @@ -103,6 +103,9 @@ popd %changelog +* Thu Nov 7 2024 Yongkang Hou - 0.2.0-2 +- Update AI4C from v0.1.0 to v0.2.0. + * Wed Aug 14 2024 Zhenyu Zhao - 0.2.0-1 - Update AI4C from v0.1.0 to v0.2.0. -- Gitee