summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2018-06-13 13:50:45 -0500
committerRon Olson <tachoknight@gmail.com>2018-06-13 13:50:45 -0500
commit2250addcd5d978e7114860c2a928a7c47d2a8117 (patch)
tree02cf431b153ed189ab4e2ab53f83b32cb5e6a6be
parent09224e888791294c995356a099877343b8ad25a6 (diff)
downloadswift-lang-2250addcd5d978e7114860c2a928a7c47d2a8117.tar.gz
swift-lang-2250addcd5d978e7114860c2a928a7c47d2a8117.tar.xz
swift-lang-2250addcd5d978e7114860c2a928a7c47d2a8117.zip
Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-12-a
-rw-r--r--swift-lang.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index 7aa1e5e..7c73fa2 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -1,10 +1,10 @@
%global debug_package %{nil}
-%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-06-11-a
-%global swiftgithash d99cd32
-%global swiftgitdate 20180611
+%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-06-12-a
+%global swiftgithash bb9532c
+%global swiftgitdate 20180612
Name: swift-lang
Version: 4.2
-Release: 0.18.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Release: 0.19.%{swiftgitdate}git%{swiftgithash}%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0
URL: https://swift.org
@@ -178,6 +178,9 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%postun -p /sbin/ldconfig
%changelog
+* Wed Jun 13 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.19.20180612gitbb9532c
+- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-12-a and removed
+ gcc-c++ as a build requirement
* Tue Jun 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.18.20180611gitd99cd32
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-10-a and removed
separate ninja build (will now use the repo-based one)