From 4170714a641a4474c7f9f8aa816ec601a38ce9df Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Wed, 13 Feb 2019 14:40:44 -0600 Subject: Added patch for compiler-rt issue with std::thread --- swift-lang.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'swift-lang.spec') diff --git a/swift-lang.spec b/swift-lang.spec index c733d63..909f426 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -6,7 +6,7 @@ %global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.* Name: swift-lang Version: 5.0 -Release: 0.32.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.33.%{swiftgitdate}git%{swiftgithash}%{?dist} Summary: Apple's Swift programming language License: ASL 2.0 URL: https://swift.org @@ -29,6 +29,7 @@ Source14: swift-lang-runtime.conf Patch0: change-lldb-location.patch Patch1: no-ninja-build.patch Patch2: clangloc.patch +Patch3: compiler-rt-fuzzer.patch BuildRequires: clang BuildRequires: cmake @@ -112,6 +113,8 @@ mv swift-xcode-playground-support-swift-%{swifttag} swift-xcode-playground-suppo # This changes the location of where the headers and libs are to keep lldb happy %patch2 -p0 +# Fixes an issue with using std::thread in a vector in compiler-rt +%patch3 -p0 %build export VERBOSE=1 @@ -208,6 +211,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m %changelog +* Wed Feb 13 2019 Ron Olson 5.0-0.33.20190206gitd07c25a +- Added patch to fix an issue with compiler-rt using std::thread in a vector * Fri Feb 08 2019 Ron Olson 5.0-0.32.20190206gitd07c25a - Added patch to allow the Swift REPL to work properly, also removed patch for aarch64 because the changes were merged upstream -- cgit