diff options
author | Ron Olson <tachoknight@gmail.com> | 2018-12-05 12:55:45 -0600 |
---|---|---|
committer | Ron Olson <tachoknight@gmail.com> | 2018-12-05 12:55:45 -0600 |
commit | f1dfee1cd6b90fc1f117516e1be3c2eaa892865c (patch) | |
tree | 21e833db988964fa74fc1b2a41eda614a28fa93f | |
parent | 9d7db00af94199c93405bab27965765451b293d8 (diff) | |
download | swift-lang-f1dfee1cd6b90fc1f117516e1be3c2eaa892865c.tar.gz swift-lang-f1dfee1cd6b90fc1f117516e1be3c2eaa892865c.tar.xz swift-lang-f1dfee1cd6b90fc1f117516e1be3c2eaa892865c.zip |
Updated to 5.0-DEVELOPMENT-SNAPSHOT-2018-12-04-a
-rw-r--r-- | swift-lang.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/swift-lang.spec b/swift-lang.spec index c71c86a..f0a8b16 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} -%global swifttag DEVELOPMENT-SNAPSHOT-2018-12-04-a -%global swiftgithash facaad1 +%global swifttag 5.0-DEVELOPMENT-SNAPSHOT-2018-12-04-a +%global swiftgithash b74d54a %global swiftgitdate 20181204 %global swiftbuild swift-source %global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.* Name: swift-lang Version: 5.0 -Release: 0.21.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.22.%{swiftgitdate}git%{swiftgithash}%{?dist} Summary: Apple's Swift programming language License: ASL 2.0 URL: https://swift.org @@ -200,6 +200,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m %changelog +* Wed Dec 05 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.22.20181204gitb74d54a +- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-04-a * Wed Dec 05 2018 Egor Zhdan <egor.zhdan@gmail.com> - Include dependencies to ncurser which are required by SourceKit and included in Apple installation guide |