summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swift-lang.spec17
1 files changed, 13 insertions, 4 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index edcea69..e5e525e 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -1,12 +1,12 @@
%global debug_package %{nil}
-%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-07-05-a
-%global swiftgithash 1e2dc99
-%global swiftgitdate 20180705
+%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-07-09-a
+%global swiftgithash d9561d9
+%global swiftgitdate 20180709
%global swiftbuild swift-source
%global __provides_exclude_from ^/usr/lib/swift-lldb/.*\\.so.*
Name: swift-lang
Version: 4.2
-Release: 0.29.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Release: 0.30.%{swiftgitdate}git%{swiftgithash}%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0
URL: https://swift.org
@@ -38,6 +38,10 @@ BuildRequires: swig
BuildRequires: pkgconfig
BuildRequires: perl-podlators
BuildRequires: rsync
+%if 0%{?fedora} > 28
+BuildRequires: python-unversioned-command
+%endif
+BuildRequires: python2
BuildRequires: python2-devel
BuildRequires: libbsd-devel
BuildRequires: libxml2-devel
@@ -200,6 +204,11 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
+* Wed Jul 11 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.30.20180709gitd9561d9
+- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-09-a and added a check to
+ include python-unversioned-command for verisons greated than 28 while
+ working on making patches/pull requests upstream to be explicit about
+ which version of Python to use.
* Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.29.20180705git1e2dc99
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-05-a
* Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.28.20180704gitf56a941