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.
This commit is contained in:
Nikita Popov 2022-09-13 16:14:59 +02:00
parent ef06625927
commit 44c6e1808e
1 changed files with 4 additions and 1 deletions

View File

@ -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 <npopov@redhat.com> - 15.0.0-3
- Rebuild
* Tue Sep 13 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-2
- Link libc++.a against libc++abi.a