From 2a261e62e208a3fab1abbb6da35126c9596e0617 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Wed, 16 May 2018 09:43:33 -0500 Subject: Updated to DEVELOPMENT-SNAPSHOT-2018-05-14 --- swift-lang.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/swift-lang.spec b/swift-lang.spec index 5848e18..86e201e 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -1,10 +1,10 @@ %global debug_package %{nil} -%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-05-08-a -%global swiftgithash 0e6d867 -%global swiftgitdate 20180508 +%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-05-14-a +%global swiftgithash f58f528 +%global swiftgitdate 20180514 Name: swift-lang Version: 4.2 -Release: 0.8.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.9.%{swiftgitdate}git%{swiftgithash}%{?dist} Summary: Apple's Swift programming language License: ASL 2.0 URL: https://swift.org @@ -170,6 +170,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m %postun -p /sbin/ldconfig %changelog +* Tue May 15 2018 Ron Olson 4.2-0.9.20180514gitf58f528 +- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-14-a * Wed May 09 2018 Ron Olson 4.2-0.8.20180508git0e6d867 - Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-08-a * Wed May 02 2018 Ron Olson 4.2-0.7.20180502gitb08fb12 -- cgit