From dd93bb3576b587b0168cf81c0cc7a3933d28db60 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 12 Mar 2024 21:15:03 +0800 Subject: [PATCH] update version to 12.0.1-2 (cherry picked from commit df5abc492e6c4fc4be3772b8ecb3968c845cc7e2) --- libunwind.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index 886d93a..6f5e60d 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -5,7 +5,7 @@ Name: llvm-libunwind Version: 12.0.1 -Release: 1 +Release: 2 Summary: LLVM "libunwind" runtime libraries License: BSD URL: http://llvm.org @@ -75,6 +75,8 @@ mv %{buildroot}%{_libdir}/libunwind* %{buildroot}/%{_libdir}/llvm-unwind/ %changelog +* Tue Mar 12 2024 Wang Zehong - 12.0.1-2 +- update to 12.0.1-2 + * Tue Feb 7 2023 Wang Zehong - 12.0.1-1 - update to 12.0.1-1 - -- Gitee