From 44c6e1808eb67fdf2227d8324d5073a17a9bfafa Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 13 Sep 2022 16:14:59 +0200 Subject: [PATCH] Rebuild For some reason, the previous build was merged into f38, despite being part of a side tag. Produce a new build for the side tag, to at least get gating tests to work again. --- libcxx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcxx.spec b/libcxx.spec index f2f5866..a9c86b6 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -9,7 +9,7 @@ Name: libcxx Version: %{libcxx_version}%{?rc_ver:~rc%{rc_ver}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ standard library targeting C++11 License: MIT or NCSA URL: http://libcxx.llvm.org/ @@ -157,6 +157,9 @@ install -m 0644 src/include/*.h %{buildroot}%{_includedir}/libcxx-internal/ %changelog +* Tue Sep 13 2022 Nikita Popov - 15.0.0-3 +- Rebuild + * Tue Sep 13 2022 Nikita Popov - 15.0.0-2 - Link libc++.a against libc++abi.a