summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2018-07-17 13:49:17 -0500
committerRon Olson <tachoknight@gmail.com>2018-07-17 13:49:17 -0500
commit506d9b86099bc5d3d1e3859e221ab8ab7860eed0 (patch)
tree8eefe4d97d4f67460c444891b44ad1a2c1642b48
parent48b4878e76bf54ed817c0f329fea347d297a69c2 (diff)
downloadswift-lang-506d9b86099bc5d3d1e3859e221ab8ab7860eed0.tar.gz
swift-lang-506d9b86099bc5d3d1e3859e221ab8ab7860eed0.tar.xz
swift-lang-506d9b86099bc5d3d1e3859e221ab8ab7860eed0.zip
Merged in history from 2018-07-03-buld branch
-rw-r--r--swift-lang.spec18
1 files changed, 14 insertions, 4 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index a67d1d6..1cb9adb 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -1,12 +1,12 @@
%global debug_package %{nil}
-%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-07-11-a
-%global swiftgithash 104c96a
-%global swiftgitdate 20180711
+%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-07-16-a
+%global swiftgithash aaf545a
+%global swiftgitdate 20180716
%global swiftbuild swift-source
%global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.*
Name: swift-lang
Version: 4.2
-Release: 0.31.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Release: 0.34.%{swiftgitdate}git%{swiftgithash}%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0
URL: https://swift.org
@@ -192,6 +192,7 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%files runtime
+/usr/lib/swift/
/usr/lib/swift/linux/
%{_sysconfdir}/ld.so.conf.d/swift-lang-runtime.conf
@@ -201,6 +202,15 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
+* Tue Jul 17 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.34.20180716gitaaf545a
+- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-16-a
+* Sun Jul 15 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.33.20180703git107e307
+- Switched from __provides_exclude_from to __provides_exclude to inhibit
+ lldb being included as a dependency
+* Thu Jul 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.32.20180703git107e307
+- Reverted to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-03-a as loading modules
+ in the REPL seems to have been broken as of the 2018-07-04 builds.
+ 2018-07-03 is currently the best version until the issue is resolved.
* Thu Jul 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.31.20180711git104c96a
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-11-a
* Wed Jul 11 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.30.20180709gitd9561d9