From 80bf5380a0c02963f017bfc79b4c10c6172dbca6 Mon Sep 17 00:00:00 2001 From: cf-zhao Date: Thu, 10 Oct 2024 21:52:32 +0800 Subject: [PATCH] Fix the issue that the date in the changelog is not sorted in descending order. (cherry picked from commit c7e8c735ce72bb09fe47dbbd7f53722ff6cd9183) --- llvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 0e0db4c..79c026e 100644 --- a/llvm.spec +++ b/llvm.spec @@ -374,7 +374,7 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build %{install_includedir}/llvm-gmock %changelog -* Tue Sep 10 2024 xiajingze - 17.0.6-18 +* Thu Sep 12 2024 xiajingze - 17.0.6-18 - [AArch64] Support HiSilicon's HIP09 Processor * Wed Sep 11 2024 hongjinghao - 17.0.6-17 -- Gitee