summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2018-07-12 16:39:36 -0500
committerRon Olson <tachoknight@gmail.com>2018-07-12 16:39:36 -0500
commit0cab4b1f5af3d58677584facfef7f57ef3c14f84 (patch)
treea5236810aa1110d2e71e507a89011797a2d2ecc6
parentf9e1870c087f35785114260933de5ab704e82b03 (diff)
downloadswift-lang-0cab4b1f5af3d58677584facfef7f57ef3c14f84.tar.gz
swift-lang-0cab4b1f5af3d58677584facfef7f57ef3c14f84.tar.xz
swift-lang-0cab4b1f5af3d58677584facfef7f57ef3c14f84.zip
Formalized the use of the 2018-07-03 build
-rw-r--r--swift-lang.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index d73c199..820e46c 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-03-a
+%global swiftgithash 107e307
+%global swiftgitdate 20180703
%global swiftbuild swift-source
%global __provides_exclude_from ^/usr/lib/swift-lldb/.*\\.so.*
Name: swift-lang
Version: 4.2
-Release: 0.31.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Release: 0.32.%{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,10 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
+* 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