From 1ea46de2fa389c1f3b8690d8c1d3154d4802fee3 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Fri, 28 Sep 2018 08:07:24 -0500 Subject: Updated to 4.2-DEVELOPMENT-SNAPSHOT-2018-09-27-a --- swift-lang.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/swift-lang.spec b/swift-lang.spec index 3631c56..08f8cc2 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} -%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-09-26-a +%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-09-27-a %global swiftgithash f4134eb -%global swiftgitdate 20180926 +%global swiftgitdate 20180927 %global swiftbuild swift-source %global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.* Name: swift-lang Version: 4.2 -Release: 0.74.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.75.%{swiftgitdate}git%{swiftgithash}%{?dist} Summary: Apple's Swift programming language License: ASL 2.0 URL: https://swift.org @@ -204,6 +204,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m %changelog +* Fri Sep 28 2018 Ron Olson 4.2-0.75.20180927gitf4134eb +- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-27-a * Thu Sep 27 2018 Ron Olson 4.2-0.74.20180926gitf4134eb - Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-26-a * Wed Sep 26 2018 Ron Olson 4.2-0.73.20180925gitf4134eb -- cgit