summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2019-03-25 20:56:29 -0500
committerRon Olson <tachoknight@gmail.com>2019-03-25 20:56:29 -0500
commit3a38b9c4a2ab0ab7871742d4851e12efab823b9a (patch)
tree5d360ca1b8098dfe38b3b56af4943e81cfafa53c
parent1dee2917099183e204a309d07c9b285762d5bae0 (diff)
downloadswift-lang-3a38b9c4a2ab0ab7871742d4851e12efab823b9a.tar.gz
swift-lang-3a38b9c4a2ab0ab7871742d4851e12efab823b9a.tar.xz
swift-lang-3a38b9c4a2ab0ab7871742d4851e12efab823b9a.zip
Updated to Swift 5.0-RELEASE
-rw-r--r--swift-lang.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index 8cf752b..787a9a5 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -1,12 +1,12 @@
%global debug_package %{nil}
-%global swifttag 5.0-DEVELOPMENT-SNAPSHOT-2019-03-24-a
-%global swiftgithash 130a414
-%global swiftgitdate 20190324
+%global swifttag 5.0-RELEASE
+%global swiftgithash ba33f9e
+%global swiftgitdate 20190325
%global swiftbuild swift-source
%global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.*
Name: swift-lang
Version: 5.0
-Release: 0.51.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Release: 0.52.%{swiftgitdate}git%{swiftgithash}%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0
URL: https://swift.org
@@ -232,6 +232,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
+* Mon Mar 25 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.52.20190325gitba33f9e
+- Updated to swift-5.0-RELEASE
* Mon Mar 25 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.51.20190324git130a414
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-03-24-a, removed _gettid
patch as the changed were merged upstream