diff options
author | Ron Olson <tachoknight@gmail.com> | 2019-01-20 10:31:51 -0600 |
---|---|---|
committer | Ron Olson <tachoknight@gmail.com> | 2019-01-20 10:31:51 -0600 |
commit | 372bfc637422c4fe7df721c9932087e1fb02fc6a (patch) | |
tree | 0c2ee4b565e83c19c49f7c74ab976acd23545552 | |
parent | c906587d4fcefec3b305abb9b96816d0c6ec595f (diff) | |
download | swift-lang-372bfc637422c4fe7df721c9932087e1fb02fc6a.tar.gz swift-lang-372bfc637422c4fe7df721c9932087e1fb02fc6a.tar.xz swift-lang-372bfc637422c4fe7df721c9932087e1fb02fc6a.zip |
Updated to 5.0-DEVELOPMENT-SNAPSHOT-2019-01-19-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 f36742c..3e94323 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-18-a -%global swiftgithash 8c6224b -%global swiftgitdate 20190118 +%global swifttag 5.0-DEVELOPMENT-SNAPSHOT-2019-01-19-a +%global swiftgithash 3999fb3 +%global swiftgitdate 20190119 %global swiftbuild swift-source %global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.* Name: swift-lang Version: 5.0 -Release: 0.49.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.50.%{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 Jan 20 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.50.20190119git3999fb3 +- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-01-19-a * Sat Jan 19 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.49.20190118git8c6224b - Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-01-18-a * Fri Jan 18 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.48.20190117git08e20c0 |