From ee8b8d92e85804f469194b1d1d95e2b7b098b888 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 12 Mar 2024 21:07:20 +0800 Subject: [PATCH] update to 12.0.1-2 --- libcxx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcxx.spec b/libcxx.spec index dd752f8..05f6aa8 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -2,7 +2,7 @@ Name: libcxx Version: 12.0.1 -Release: 1%{?dist} +Release: 2 Summary: LLVM "libcxx" runtime libraries License: BSD URL: http://llvm.org @@ -67,5 +67,8 @@ install include/c++/v1/refstring.h %{buildroot}/%{_libdir}/../include/c++/v1 %{_libdir}/libc++.so %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