diff options
author | Ron Olson <tachoknight@gmail.com> | 2019-02-03 02:06:35 -0600 |
---|---|---|
committer | Ron Olson <tachoknight@gmail.com> | 2019-02-03 02:06:35 -0600 |
commit | f4eaabca87215e78876556042f73160ac7700b2b (patch) | |
tree | c3dd9aa922ca3e6d5d16aa68fb9cec4c167fc63b | |
parent | 3ab056176a5b3a8cca08be995be135e508999fc1 (diff) | |
download | swift-lang-f4eaabca87215e78876556042f73160ac7700b2b.tar.gz swift-lang-f4eaabca87215e78876556042f73160ac7700b2b.tar.xz swift-lang-f4eaabca87215e78876556042f73160ac7700b2b.zip |
Updated to 5.0-DEVELOPMENT-SNAPSHOT-2019-02-02-a
-rw-r--r-- | swift-lang.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/swift-lang.spec b/swift-lang.spec index 720a84a..377a752 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} -%global swifttag 5.0-DEVELOPMENT-SNAPSHOT-2019-01-29-a -%global swiftgithash 3a78644 -%global swiftgitdate 20190129 +%global swifttag 5.0-DEVELOPMENT-SNAPSHOT-2019-02-02-a +%global swiftgithash 3155805 +%global swiftgitdate 20190202 %global swiftbuild swift-source %global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.* Name: swift-lang Version: 5.0 -Release: 0.59.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.60.%{swiftgitdate}git%{swiftgithash}%{?dist} Summary: Apple's Swift programming language License: ASL 2.0 URL: https://swift.org @@ -210,6 +210,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m %changelog +* Sun Feb 03 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.60.20190202git3155805 +- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-02-a * Wed Jan 30 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.59.20190129git3a78644 - Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-01-29-a * Tue Jan 29 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.58.20190128git8efbb50 |