diff options
Diffstat (limited to 'swift-lang.spec')
-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 3941cac..a951cb7 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} -%global swifttag 5.0-DEVELOPMENT-SNAPSHOT-2019-02-05-a -%global swiftgithash 1e824b0 -%global swiftgitdate 20190205 +%global swifttag 5.0-DEVELOPMENT-SNAPSHOT-2019-02-06-a +%global swiftgithash d07c25a +%global swiftgitdate 20190206 %global swiftbuild swift-source %global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.* Name: swift-lang Version: 5.0 -Release: 0.63.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.64.%{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 +* Thu Feb 07 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.64.20190206gitd07c25a +- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-06-a * Wed Feb 06 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.63.20190205git1e824b0 - Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-05-a * Tue Feb 05 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.62.20190204git3155805 |