summaryrefslogtreecommitdiffstats
path: root/swift-lang.spec
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2019-10-30 14:43:51 -0500
committerRon Olson <tachoknight@gmail.com>2019-10-30 14:43:51 -0500
commit5d5f3e90bbcb960eebe780780d69571d72f933e9 (patch)
tree86715ccfde3a2093be6fc78bfa91f746b1f35dc3 /swift-lang.spec
parent182b2bb16ed7b6ba858b343f5c8a37bc946938b9 (diff)
downloadswift-lang-swift-5.1.tar.gz
swift-lang-swift-5.1.tar.xz
swift-lang-swift-5.1.zip
Added patch for clang 9; removed old, unnecessary patch filesswift-5.1
Diffstat (limited to 'swift-lang.spec')
-rw-r--r--swift-lang.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index 150fdbb..f6ee58b 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -8,7 +8,7 @@
Name: swift-lang
Version: 5.1.1
-Release: 0.2.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Release: 0.3.%{swiftgitdate}git%{swiftgithash}%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0
URL: https://swift.org
@@ -36,6 +36,7 @@ Patch4: swift-unwrapped.patch
Patch5: python3.patch
Patch6: linux-tests-python-3.patch
Patch7: lldb_python38_platform.patch
+Patch8: compiler-rt-sanitizer.patch
BuildRequires: clang
BuildRequires: cmake
@@ -133,6 +134,9 @@ mv swift-xcode-playground-support-swift-%{swifttag} swift-xcode-playground-suppo
%patch6 -p0
%patch7 -p0
+# New in Clang 9 is an assertion error of an array declared with a negative size
+%patch8 -p0
+
%build
export VERBOSE=1
@@ -250,6 +254,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
+* Wed Oct 30 2019 Ron Olson <tachoknight@gmail.com> 5.1.1-0.3.20191004git4242edd
+- Clang 9 was causing compiler-rt to not build properly due to a macro.
* Thu Oct 17 2019 Ron Olson <tachoknight@gmail.com> 5.1.1-0.2.20191004git4242edd
- Fixed issue with installing swift-lang only gave the option for
swift-lang-runtime