From 4d91ae2a1e169f9b63d8261e6ce7cf37788caffe Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Wed, 26 Sep 2018 02:04:25 -0500 Subject: Updated to 4.2-DEVELOPMENT-SNAPSHOT-2018-09-25-a --- swift-lang.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/swift-lang.spec b/swift-lang.spec index fbb68bc..e8787be 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-24-a -%global swiftgithash 01644d5 -%global swiftgitdate 20180924 +%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-09-25-a +%global swiftgithash f4134eb +%global swiftgitdate 20180925 %global swiftbuild swift-source %global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.* Name: swift-lang Version: 4.2 -Release: 0.72.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.73.%{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 +* Wed Sep 26 2018 Ron Olson 4.2-0.73.20180925gitf4134eb +- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-25-a * Tue Sep 25 2018 Ron Olson 4.2-0.72.20180924git01644d5 - Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-24-a * Mon Sep 24 2018 Ron Olson 4.2-0.71.20180922gitac7c511 -- cgit