164f37c
%global debug_package %{nil}
c6d9c13
%global swifttag 5.1.2-RELEASE
c6d9c13
%global swiftgithash 71def56
c6d9c13
%global swiftgitdate 20191107
164f37c
%global swiftbuild swift-source
5690e38
%global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.*
731fbf8
d750885
4237734
Name:		swift-lang
c6d9c13
Version:        5.1.2
c6d9c13
Release:        0.1.%{swiftgitdate}git%{swiftgithash}%{?dist}
164f37c
Summary:        Apple's Swift programming language
164f37c
License:        ASL 2.0
164f37c
URL:            https://swift.org
164f37c
Source0:        https://github.com/apple/swift/archive/swift-%{swifttag}.tar.gz#/swift.tar.gz
c6d9c13
Source1:        https://github.com/apple/swift-corelibs-libdispatch/archive/swift-%{swifttag}.tar.gz#/corelibs-libdispatch.tar.gz
c6d9c13
Source2:        https://github.com/apple/swift-corelibs-foundation/archive/swift-%{swifttag}.tar.gz#/corelibs-foundation.tar.gz
c6d9c13
Source3:        https://github.com/apple/swift-integration-tests/archive/swift-%{swifttag}.tar.gz#/swift-integration-tests.tar.gz
c6d9c13
Source4:        https://github.com/apple/swift-corelibs-xctest/archive/swift-%{swifttag}.tar.gz#/corelibs-xctest.tar.gz
c6d9c13
Source5:        https://github.com/apple/swift-package-manager/archive/swift-%{swifttag}.tar.gz#/package-manager.tar.gz
c6d9c13
Source6:       	https://github.com/apple/swift-llbuild/archive/swift-%{swifttag}.tar.gz#/llbuild.tar.gz
c6d9c13
Source7:       	https://github.com/apple/swift-cmark/archive/swift-%{swifttag}.tar.gz#/cmark.tar.gz
c6d9c13
Source8:       	https://github.com/apple/swift-xcode-playground-support/archive/swift-%{swifttag}.tar.gz#/swift-xcode-playground-support.tar.gz
c6d9c13
Source9:	https://github.com/apple/sourcekit-lsp/archive/swift-%{swifttag}.tar.gz#/sourcekit-lsp.tar.gz
c6d9c13
Source10:	https://github.com/apple/indexstore-db/archive/swift-%{swifttag}.tar.gz#/indexstore-db.tar.gz
c6d9c13
Source11:	https://github.com/apple/llvm-project/archive/swift-%{swifttag}.tar.gz#/llvm-project.tar.gz
c6d9c13
Source12:	https://github.com/unicode-org/icu/archive/release-61-2.tar.gz
164f37c
Source13:       swift-lang.conf
49a09ac
Source14:	swift-lang-runtime.conf
164f37c
7054ff7
Patch0:     	change-lldb-location.patch
d750885
Patch1:		build-setup.patch
49a09ac
Patch2:		clangloc.patch
e51499b
Patch3:		compiler-rt-fuzzer.patch
f5775c9
Patch4:		swift-unwrapped.patch
d750885
Patch5:		python3.patch
d750885
Patch6:		linux-tests-python-3.patch
7ff4af2
Patch7:		lldb_python38_platform.patch
c6d9c13
Patch8:		sourcekit.patch
c6d9c13
Patch9:		compiler-rt-sanitizer.patch
164f37c
164f37c
BuildRequires:  clang
164f37c
BuildRequires:  cmake
164f37c
BuildRequires:  swig
164f37c
BuildRequires:  pkgconfig
164f37c
BuildRequires:  perl-podlators
164f37c
BuildRequires:  rsync
d750885
BuildRequires:  python3
d750885
BuildRequires:  python3-devel
7ff4af2
BuildRequires:	python3-distro
164f37c
BuildRequires:  libbsd-devel
164f37c
BuildRequires:  libxml2-devel
164f37c
BuildRequires:  libsqlite3x-devel
164f37c
BuildRequires:  libblocksruntime-static
164f37c
BuildRequires:  libatomic-static
164f37c
BuildRequires:  libcurl-devel
164f37c
BuildRequires:  libuuid-devel
164f37c
BuildRequires:  libedit-devel
164f37c
BuildRequires:  libicu-devel
164f37c
BuildRequires:  ninja-build
164f37c
164f37c
Requires:       glibc-devel
164f37c
Requires:       clang
c6d9c13
Requires:	clang-tools-extra
49a09ac
Requires:	ncurses-devel
49a09ac
Requires:	ncurses-compat-libs
49a09ac
Requires:	%{name}-runtime = %{version}-%{release}
164f37c
d750885
Provides:	%{name} = %{version}-%{release}
d750885
7054ff7
ExclusiveArch: 	x86_64 aarch64
164f37c
164f37c
164f37c
%description
164f37c
Swift is a general-purpose programming language built using 
164f37c
a modern approach to safety, performance, and software design 
164f37c
patterns.
164f37c
164f37c
The goal of the Swift project is to create the best available 
164f37c
language for uses ranging from systems programming, to mobile 
164f37c
and desktop apps, scaling up to cloud services. Most 
164f37c
importantly, Swift is designed to make writing and maintaining 
164f37c
correct programs easier for the developer. 
164f37c
164f37c
164f37c
%package runtime
184216b
Summary: Runtime files for Swift programs
164f37c
d750885
Provides:	%{name}-runtime = %{version}-%{release}
d750885
731fbf8
164f37c
%description runtime
164f37c
Runtime libraries for Swift programs
164f37c
164f37c
164f37c
%prep
164f37c
%setup -q -c -n %{swiftbuild} -a 0 -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 
164f37c
164f37c
# The Swift build script requires directories to be named
164f37c
# in a specific way so renaming the source directories is
164f37c
# necessary
164f37c
mv swift-cmark-swift-%{swifttag} cmark
164f37c
mv swift-corelibs-foundation-swift-%{swifttag} swift-corelibs-foundation
164f37c
mv swift-corelibs-libdispatch-swift-%{swifttag} swift-corelibs-libdispatch
164f37c
mv swift-corelibs-xctest-swift-%{swifttag} swift-corelibs-xctest
164f37c
mv swift-integration-tests-swift-%{swifttag} swift-integration-tests
164f37c
mv swift-llbuild-swift-%{swifttag} llbuild
164f37c
mv swift-package-manager-swift-%{swifttag} swiftpm
164f37c
mv swift-swift-%{swifttag} swift
164f37c
mv swift-xcode-playground-support-swift-%{swifttag} swift-xcode-playground-support
c6d9c13
mv sourcekit-lsp-swift-%{swifttag} sourcekit-lsp
c6d9c13
c6d9c13
mv indexstore-db-swift-%{swifttag} indexstore-db
c6d9c13
mv llvm-project-swift-%{swifttag} llvm-project
c6d9c13
# Apple did some reorganization of the various components and what
c6d9c13
# used to be separate subprojects are now symlinks into llvm-project
c6d9c13
ln -s llvm-project/llvm llvm
c6d9c13
ln -s llvm-project/lldb lldb
c6d9c13
ln -s llvm-project/libcxx libcxx
c6d9c13
ln -s llvm-project/compiler-rt compiler-rt
c6d9c13
ln -s llvm-project/clang-tools-extra clang-tools-extra
c6d9c13
ln -s llvm-project/clang clang
c6d9c13
# ICU 
c6d9c13
mv icu-release-61-2 icu
164f37c
164f37c
# This patch tells the Swift executable to look for its Swift-specific
164f37c
# lldb executable in /usr/libexec/swift-lldb, not in the same directory
164f37c
# as the swift executable (i.e. /usr/bin). 
164f37c
%patch0 -p0
164f37c
7054ff7
# Since we require ninja for building, there's no sense to rebuild it just for Swift
164f37c
%patch1 -p0
164f37c
a18680b
# This changes the location of where the headers and libs are to keep lldb happy
164f37c
%patch2 -p0
164f37c
e51499b
# Fixes an issue with using std::thread in a vector in compiler-rt
184216b
%patch3 -p0 
d750885
 
49a09ac
# Patch for handling optional issue with pthreads functions in Swift file
49a09ac
# in the package mananger
f5775c9
%patch4 -p0
49a09ac
d750885
# Python 3 is the new default so we need to make the python code work with it
f5775c9
%patch5 -p0
9231380
%patch6 -p0
7ff4af2
%patch7 -p0
c6d9c13
%patch8 -p0
9231380
b81010b
# New in Clang 9 is an assertion error of an array declared with a negative size
c6d9c13
%patch9 -p0
b81010b
164f37c
164f37c
%build
164f37c
export VERBOSE=1
d750885
# We may not have /usr/bin/python, so we roll our own
d750885
# because the build script expects there to be one.
d750885
mkdir $PWD/binforpython
d750885
ln -s /usr/bin/python3 $PWD/binforpython/python
d750885
export PATH=$PWD/binforpython:$PATH
d750885
# Here we go!
164f37c
swift/utils/build-script --preset=buildbot_linux,no_test install_destdir=%{_builddir} installable_package=%{_builddir}/swift-%{version}-fedora.tar.gz
164f37c
164f37c
164f37c
%install
164f37c
mkdir -p %{buildroot}%{_libexecdir}/swift-lldb
164f37c
mkdir -p %{buildroot}%{_bindir}
164f37c
mkdir -p %{buildroot}/usr/lib
164f37c
install -m 0755 %{_builddir}/usr/bin/swift %{buildroot}%{_bindir}
164f37c
install -m 0755 %{_builddir}/usr/bin/swift-build %{buildroot}%{_bindir}
164f37c
install -m 0755 %{_builddir}/usr/bin/swift-build-tool %{buildroot}%{_bindir}
164f37c
install -m 0755 %{_builddir}/usr/bin/swift-demangle %{buildroot}%{_bindir}
164f37c
install -m 0755 %{_builddir}/usr/bin/swift-package %{buildroot}%{_bindir}
164f37c
install -m 0755 %{_builddir}/usr/bin/swift-run %{buildroot}%{_bindir}
164f37c
install -m 0755 %{_builddir}/usr/bin/swift-test %{buildroot}%{_bindir}
d750885
install -m 0755 %{_builddir}/usr/bin/swift-api-digester %{buildroot}%{_bindir}
d750885
install -m 0644 %{_builddir}/usr/bin/swift-api-checker.py %{buildroot}%{_bindir}
164f37c
ln -fs swift %{buildroot}/usr/bin/swift-autolink-extract
164f37c
ln -fs swift %{buildroot}/usr/bin/swiftc
164f37c
ln -fs swift %{buildroot}/usr/bin/swift-format
164f37c
c6d9c13
install -m 0755 %{_builddir}/usr/bin/sourcekit-lsp %{buildroot}%{_bindir}
c6d9c13
install -m 0755 %{_builddir}/usr/bin/plutil %{buildroot}%{_bindir}
c6d9c13
164f37c
install -m 0755 %{_builddir}/usr/bin/lldb* %{buildroot}%{_libexecdir}/swift-lldb
164f37c
install -m 0755 %{_builddir}/usr/bin/repl_swift %{buildroot}%{_libexecdir}/swift-lldb
164f37c
164f37c
# Why /usr/lib instead of %{_libdir}?
164f37c
# The Swift toolchain is *extermely* sensitive to locations of its files
164f37c
# (for example, the need for the patch above in the prep section) and 
164f37c
# has "lib" hardcoded in many, many places throughout all the projects that
164f37c
# make up the Swift toolchain. Since we use subdirectories for the
164f37c
# libraries, no actual .so files are dumped in /usr/lib.   
164f37c
mkdir -p %{buildroot}/usr/lib/swift-lldb
d750885
cp %{_builddir}/usr/lib/libIndexStore.so.7svn %{buildroot}/usr/lib/swift-lldb
d750885
ln -fs libIndexStore.so.7svn %{buildroot}/usr/lib/swift-lldb/libIndexStore.so
d750885
cp %{_builddir}/usr/lib/liblldb.so.992.8.1svn %{buildroot}/usr/lib/swift-lldb
d750885
ln -fs liblldb.so.992.8.1svn %{buildroot}/usr/lib/swift-lldb/liblldb.so.7svn
d750885
ln -fs liblldb.so.7svn %{buildroot}/usr/lib/swift-lldb/liblldb.so
164f37c
cp %{_builddir}/usr/lib/libsourcekitdInProc.so %{buildroot}/usr/lib/swift-lldb
164f37c
cp %{_builddir}/usr/lib/libswiftDemangle.so %{buildroot}/usr/lib/swift-lldb
d750885
cp %{_builddir}/usr/lib/liblldbIntelFeatures.so.7svn %{buildroot}/usr/lib/swift-lldb
d750885
ln -fs liblldbIntelFeatures.so.7svn %{buildroot}/usr/lib/swift-lldb/liblldbIntelFeatures.so
164f37c
ln -fs %{_bindir}/swift %{buildroot}%{_libexecdir}/swift-lldb/swift
d750885
cp %{_builddir}/usr/lib/libBlocksRuntime.so %{buildroot}/usr/lib/swift-lldb
d750885
cp %{_builddir}/usr/lib/libdispatch.so %{buildroot}/usr/lib/swift-lldb
164f37c
164f37c
mkdir -p %{buildroot}/usr/lib/swift
164f37c
cp -r %{_builddir}/usr/lib/swift/* %{buildroot}/usr/lib/swift
49a09ac
rm %{buildroot}/usr/lib/swift/clang
49a09ac
cp -r %{_builddir}/usr/lib/clang %{buildroot}/usr/lib/swift
49a09ac
ln -fs /usr/lib/swift/clang/7.0.0/include %{buildroot}/usr/lib/swift/clang/include
49a09ac
ln -fs /usr/lib/swift/clang/7.0.0/lib %{buildroot}/usr/lib/swift/clang/lib
49a09ac
ln -fs /usr/lib/swift/clang/7.0.0/share %{buildroot}/usr/lib/swift/clang/share
164f37c
ln -fs /usr/lib/swift %{buildroot}/usr/lib/swift-lldb/swift
7054ff7
chmod 0755 %{buildroot}/usr/lib/swift/linux/libswiftDispatch.so
7054ff7
chmod 0755 %{buildroot}/usr/lib/swift/linux/libFoundation.so
c6d9c13
chmod 0755 %{buildroot}/usr/lib/swift/linux/libFoundationXML.so
7054ff7
chmod 0755 %{buildroot}/usr/lib/swift/linux/libXCTest.so
d750885
chmod 0755 %{buildroot}/usr/lib/swift/linux/libFoundationNetworking.so
c6d9c13
chmod 0755 %{buildroot}/usr/lib/swift/linux/libswiftSwiftOnoneSupport.so
c6d9c13
chmod 0755 %{buildroot}/usr/lib/swift/linux/libswiftRemoteMirror.so
7054ff7
chmod 0755 %{buildroot}/usr/lib/swift/pm/llbuild/libllbuild.so
7054ff7
chmod 0755 %{buildroot}/usr/lib/swift/pm/llbuild/libllbuildSwift.so
164f37c
164f37c
mkdir -p %{buildroot}/usr/lib/swift_static
164f37c
cp -r %{_builddir}/usr/lib/swift_static/* %{buildroot}/usr/lib/swift_static
164f37c
164f37c
mkdir -p %{buildroot}/%{_sysconfdir}/ld.so.conf.d/
164f37c
install -m 0644 %{SOURCE13} %{buildroot}/%{_sysconfdir}/ld.so.conf.d/swift-lang.conf
164f37c
install -m 0644 %{SOURCE14} %{buildroot}/%{_sysconfdir}/ld.so.conf.d/swift-lang-runtime.conf
164f37c
164f37c
mkdir -p %{buildroot}%{_mandir}/man1
164f37c
install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/man1
164f37c
164f37c
164f37c
%files
164f37c
%license swift/LICENSE.txt
164f37c
%{_bindir}/swift*
164f37c
%{_mandir}/man1/*
164f37c
/usr/lib/swift-lldb/
164f37c
/usr/lib/swift/Block/
164f37c
/usr/lib/swift/CoreFoundation/
d750885
/usr/lib/swift/_InternalSwiftSyntaxParser/
164f37c
/usr/lib/swift/clang/
164f37c
/usr/lib/swift/dispatch/
164f37c
/usr/lib/swift/migrator/
164f37c
/usr/lib/swift/os/
164f37c
/usr/lib/swift/pm/
164f37c
/usr/lib/swift/shims/
164f37c
/usr/lib/swift_static/
d750885
/usr/lib/swift/CFURLSessionInterface/
a8b39fb
/usr/lib/swift/CFXMLInterface/
c6d9c13
/usr/lib/swift/FrameworkABIBaseline/
164f37c
%{_libexecdir}/swift-lldb/
164f37c
%{_sysconfdir}/ld.so.conf.d/swift-lang.conf
c6d9c13
%{_bindir}/plutil
c6d9c13
%{_bindir}/sourcekit-lsp
164f37c
164f37c
164f37c
%files runtime
731fbf8
%dir /usr/lib/swift
731fbf8
/usr/lib/swift/linux/
731fbf8
%ifarch aarch64
731fbf8
/usr/lib/swift/linux/aarch64/
731fbf8
%else
731fbf8
/usr/lib/swift/linux/x86_64/
731fbf8
%endif
164f37c
%{_sysconfdir}/ld.so.conf.d/swift-lang-runtime.conf
164f37c
164f37c
164f37c
%post -p /sbin/ldconfig
164f37c
%postun -p /sbin/ldconfig
164f37c
164f37c
164f37c
%changelog
c6d9c13
* Thu Nov 07 2019 Ron Olson <tachoknight@gmail.com> 5.1.2-0.1.20191107git71def56
c6d9c13
- Updated to swift-5.1.2-RELEASE
c6d9c13
* Wed Nov 06 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.7.20191105gitb368b0d
c6d9c13
- Added icu, also updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-11-05-a
c6d9c13
* Mon Nov 04 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.6.20191101git74328cd
c6d9c13
- Added unpackaged files, switched to new llvm-project-based subproject
c6d9c13
* Sun Nov 03 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.5.20191101git74328cd
c6d9c13
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-11-01-a
c6d9c13
* Thu Oct 31 2019 Ron Olson <tachoknight@gmail.com> 5.1.1-0.4.20191004git4242edd
c6d9c13
- Added sourcekit-lsp
b81010b
* Wed Oct 30 2019 Ron Olson <tachoknight@gmail.com> 5.1.1-0.3.20191004git4242edd
c6d9c13
- Clang 9 was causing compiler-rt to not build properly due to a macro.
564a5f9
* Thu Oct 17 2019 Ron Olson <tachoknight@gmail.com> 5.1.1-0.2.20191004git4242edd
564a5f9
- Fixed issue with installing swift-lang only gave the option for
564a5f9
  swift-lang-runtime
614c5e4
* Fri Oct 04 2019 Ron Olson <tachoknight@gmail.com> 5.1.1-0.1.20191004git4242edd
614c5e4
- Updated to swift-5.1.1-RELEASE
605dfbc
* Thu Sep 19 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.57.20190919gitfa33242
605dfbc
- Updated to swift-5.1-RELEASE and removed FrameworkABIBaseline as apparently
605dfbc
  it disappeared
605dfbc
* Thu Sep 19 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.56.20190918gite05f800
605dfbc
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-18-a
7ff4af2
* Wed Sep 18 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.55.20190917git1f49050
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-17-a
7ff4af2
* Tue Sep 17 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.54.20190916git279ca88
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-16-a
7ff4af2
* Mon Sep 16 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.53.20190915git279ca88
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-15-a
7ff4af2
* Sun Sep 15 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.52.20190914git279ca88
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-14-a
7ff4af2
* Sat Sep 14 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.51.20190913git11b9972
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-13-a
7ff4af2
* Fri Sep 13 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.50.20190912gitb9d082f
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-12-a
7ff4af2
* Thu Sep 12 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.49.20190911gitb8f4481
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-11-a
7ff4af2
* Tue Sep 10 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.48.20190909git28a0436
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-09-a
7ff4af2
* Mon Sep 09 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.47.20190908git28a0436
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-08-a also added test for
7ff4af2
  Red Hat Enterprise Linux and CentOS (when it is updated to match RHEL 8)
7ff4af2
  Also packaged some new files
7ff4af2
* Fri Sep 06 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.46.20190905git1880eb0
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-05-a
7ff4af2
* Thu Sep 05 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.45.20190904git1880eb0
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-04-a
7ff4af2
* Wed Sep 04 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.44.20190903gitfcc37cd
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-03-a
7ff4af2
* Tue Sep 03 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.43.20190902gitfcc37cd
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-02-a
7ff4af2
* Mon Sep 02 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.42.20190901gitfcc37cd
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-09-01-a
7ff4af2
* Sun Sep 01 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.41.20190831gitfcc37cd
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-31-a
7ff4af2
* Fri Aug 30 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.40.20190829gitfcc37cd
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-29-a
7ff4af2
* Thu Aug 29 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.39.20190828gite90298c
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-28-a and added explicit
7ff4af2
  requirement for python3-distro
7ff4af2
* Wed Aug 28 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.38.20190827gite90298c
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-27-a and added a patch
7ff4af2
  to allow LLDB to be built using Python 3.8 (currently in F32/Rawhide)
7ff4af2
* Tue Aug 27 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.37.20190826git3b0cf9e
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-26-a
7ff4af2
* Mon Aug 26 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.36.20190825git3b0cf9e
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-25-a
7ff4af2
* Sun Aug 25 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.35.20190824git3b0cf9e
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-24-a
7ff4af2
* Sat Aug 24 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.34.20190823git3b0cf9e
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-23-a
7ff4af2
* Fri Aug 23 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.33.20190822git3b0cf9e
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-22-a
7ff4af2
* Wed Aug 21 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.32.20190820git3b0cf9e
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-20-a
7ff4af2
* Mon Aug 19 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.31.20190817git3b0cf9e
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-17-a
7ff4af2
* Sat Aug 17 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.30.20190816git1329017
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-16-a
7ff4af2
* Fri Aug 16 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.29.20190815git1329017
7ff4af2
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-15-a
a8b39fb
* Wed Aug 14 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.28.20190813git425a146
a8b39fb
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-13-a
a8b39fb
* Tue Aug 13 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.27.20190812git425a146
a8b39fb
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-12-a and added another
a8b39fb
  directory
a8b39fb
* Fri Jul 26 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.26.20190725git0450b7d
a8b39fb
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-25-a
a8b39fb
* Thu Jul 25 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.25.20190724gite9b6385
a8b39fb
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-24-a
d750885
* Wed Jul 24 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.24.20190723git3e8f631
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-23-a 
d750885
* Tue Jul 23 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.23.20190719gitf883175
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-19-a and first version
d750885
  that relies on Python 3 for building
d750885
* Mon Jul 15 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.22.20190714git7b90512
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-14-a
d750885
* Sun Jul 14 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.21.20190713git26c2dbe
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-13-a
d750885
* Sat Jul 13 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.20.20190712gita062b3c
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-12-a
d750885
* Fri Jul 12 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.19.20190711gitacd767e
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-11-a
d750885
* Thu Jul 11 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.18.20190710gitd7f811d
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-10-a
d750885
* Wed Jul 10 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.17.20190709gitf67864b
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-09-a
d750885
* Thu Jul 04 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.16.20190703gitd2c038e
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-03-a
d750885
* Wed Jul 03 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.15.20190702git2efadfd
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-02-a
d750885
* Tue Jul 02 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.14.20190701git6761ba4
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-07-01-a and removed 
d750885
  dependency on python-sphinx as a problem with a pygments lexer was being
d750885
  treated as an error and causing the builds to fail
d750885
* Sun Jun 30 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.13.20190629gitdcde8ac
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-29-a
d750885
* Sat Jun 29 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.12.20190628gitca3c825
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-28-a
d750885
* Fri Jun 28 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.11.20190627git993b248
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-27-a
d750885
* Thu Jun 27 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.10.20190626git16859f1
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-26-a and added patch
d750885
  to remove reference to depreciated header file
d750885
* Wed Jun 26 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.9.20190624git4e7bcdb
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-24-a and got the REPL
d750885
  to work
d750885
* Sun Jun 23 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.8.20190621git9729868
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-21-a
d750885
* Fri Jun 21 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.7.20190620gita5aa0c6
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-20-a
d750885
* Thu Jun 20 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.6.20190619git500333c
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-19-a
d750885
* Thu Jun 20 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.5.20190619git500333c
d750885
- Cleaned up the spec file to remove 4.2 to 5 migration code and some
d750885
  old patches
d750885
* Mon Jun 17 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.4.20190616gitcbfbc8e
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-16-a
d750885
* Sun Jun 02 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.3.20190529git37f230a
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-05-29-a
d750885
* Fri Apr 26 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.2.20190425git6d89fc9
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-04-25-a
d750885
* Thu Apr 18 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.1.20190416git85a776d
d750885
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-04-16-a
731fbf8
* Thu Mar 28 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.53.20190325gitba33f9e
731fbf8
- Modified spec file to handle upgrades from 4.2 to 5.0.
f5775c9
* Mon Mar 25 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.52.20190325gitba33f9e
f5775c9
- Updated to swift-5.0-RELEASE
f5775c9
* Mon Mar 25 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.51.20190324git130a414
f5775c9
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-03-24-a, removed _gettid
f5775c9
  patch as the changed were merged upstream
2f4b2bb
* Fri Mar 22 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.50.20190310git4d6e741
2f4b2bb
- The swift-corelibs-xctest library was being zeroed out due to issue with
2f4b2bb
  CMake 3.14 where it was being copied into the same directory. A bug
731fbf8
  report has been filed with CMake but until it is resolved, the cmake file
2f4b2bb
  has been patched to not perform the copy.
49a09ac
* Fri Mar 15 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.50.20190310git4d6e741
49a09ac
- Modules did not work properly in the REPL due to additional lib path; 
49a09ac
  fixed with symlinks to the lower directory structures
49a09ac
* Fri Mar 15 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.50.20190310git4d6e741
49a09ac
- python2-sphinx was removed from Fedora after 30 so it will use the python3
49a09ac
  version
49a09ac
* Thu Mar 14 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.50.20190310git4d6e741
49a09ac
- Fixed issues introduced by upstream changes
49a09ac
* Mon Mar 11 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.50.20190310git4d6e741
49a09ac
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-03-10-a
49a09ac
* Thu Mar 07 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.49.20190306git5834830
49a09ac
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-03-06-a
49a09ac
* Wed Mar 06 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.48.20190305git5834830
49a09ac
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-03-05-a
f4d027a
* Tue Mar 05 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.47.20190304gitad10379
f4d027a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-03-04-a
f4d027a
* Fri Mar 01 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.46.20190228gitfeacc3f
f4d027a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-28-a
f4d027a
* Wed Feb 27 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.45.20190226gitfa5d493
f4d027a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-26-a
f4d027a
* Tue Feb 26 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.44.20190225gita8126fb
f4d027a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-25-a
f4d027a
* Mon Feb 25 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.43.20190224gita8126fb
f4d027a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-24-a
f4d027a
* Sun Feb 24 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.42.20190223gita8126fb
f4d027a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-23-a
f4d027a
* Sat Feb 23 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.41.20190222gita24adaf
f4d027a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-22-a
f4d027a
* Fri Feb 22 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.40.20190221git86a39df
f4d027a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-21-a
f4d027a
* Thu Feb 21 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.39.20190220git817dff3
f4d027a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-20-a
184216b
* Wed Feb 20 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.38.20190219git817dff3
184216b
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-19-a
184216b
* Mon Feb 18 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.37.20190217git15be364
184216b
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-17-a
184216b
* Sun Feb 17 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.36.20190216git15be364
184216b
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-16-a
184216b
* Sat Feb 16 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.35.20190215git15be364
184216b
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-15-a
184216b
* Fri Feb 15 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.34.20190214git8d88441
184216b
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-14-a
e51499b
* Wed Feb 13 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.33.20190206gitd07c25a
e51499b
- Added patch to fix an issue with compiler-rt using std::thread in a vector
a18680b
* Fri Feb 08 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.32.20190206gitd07c25a
a18680b
- Added patch to allow the Swift REPL to work properly, also removed patch
a18680b
  for aarch64 because the changes were merged upstream
0d8af59
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-0.31.20181214gitee39236
0d8af59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7054ff7
* Sat Dec 15 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.31.20181212gite231ae1
7054ff7
- First version that supports aarch64
7054ff7
* Thu Dec 13 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.31.20181212gite231ae1
7054ff7
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-12-a
7054ff7
* Thu Dec 13 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.30.20181212gite231ae1
7054ff7
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-12-a
7054ff7
* Thu Dec 13 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.29.20181212gite231ae1
7054ff7
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-12-a
7054ff7
* Tue Dec 11 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.28.20181210gitf83ec0c
7054ff7
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-10-a
7054ff7
* Mon Dec 10 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.26.20181209gitc14e1a3
7054ff7
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-09-a
7054ff7
* Sun Dec 09 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.25.20181208git3945260
7054ff7
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-08-a
7054ff7
* Sat Dec 08 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.24.20181207git0a73e15
7054ff7
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-07-a
7054ff7
* Fri Dec 07 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.23.20181206git565e767
7054ff7
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-06-a
7054ff7
* Wed Dec 05 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.22.20181204gitb74d54a
7054ff7
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2018-12-04-a
7054ff7
* Wed Dec 05 2018 Egor Zhdan <egor.zhdan@gmail.com>            
a18680b
- Include dependencies to ncurses which are required by SourceKit and 
be48ebf
  included in Apple installation guide
7054ff7
* Wed Dec 05 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.21.20181204gitfacaad1
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-12-04-a
7054ff7
* Tue Dec 04 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.20.20181203git3376f9f
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-12-03-a
7054ff7
* Mon Dec 03 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.19.20181202gita8a8bdc
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-12-02-a
7054ff7
* Sun Dec 02 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.18.20181201gitb01ee72
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-12-01-a
7054ff7
* Sat Dec 01 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.17.20181130gitd8f12cb
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-11-30-a
7054ff7
* Thu Nov 29 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.16.20181128git806cf57
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-11-28-a
7054ff7
* Tue Nov 27 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.15.20181126gita820992
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-11-26-a
7054ff7
* Mon Nov 26 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.14.20181125gita820992
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-11-25-a
7054ff7
* Sat Nov 24 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.13.20181123gita820992
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-11-23-a
7054ff7
* Fri Nov 23 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.12.20181122gitfb52a2e
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-11-22-a
7054ff7
* Mon Nov 19 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.11.20181116git201dcba
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-11-16-a
7054ff7
* Fri Nov 16 2018 Ron Olson <tachoknight@gmail.com> 5.0-0.10.20181115git739169d
7054ff7
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-11-15-a
edd8458
* Wed Oct 31 2018 Ron Olson <tachoknight@gmail.com> 4.2.1-0.101.20181030git02a6ca9
edd8458
- Updated to swift-4.2.1-RELEASE
edd8458
* Tue Oct 30 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.100.20181029gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-29-a
edd8458
* Sat Oct 27 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.99.20181026gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-26-a
edd8458
* Fri Oct 26 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.98.20181025gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-25-a
edd8458
* Wed Oct 24 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.97.20181023gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-23-a
edd8458
* Tue Oct 23 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.96.20181022gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-22-a
edd8458
* Mon Oct 22 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.95.20181021gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-21-a
edd8458
* Sun Oct 21 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.94.20181020gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-20-a
edd8458
* Fri Oct 19 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.93.20181018gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-18-a
edd8458
* Thu Oct 18 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.92.20181017gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-17-a
edd8458
* Wed Oct 17 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.91.20181016gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-16-a
edd8458
* Tue Oct 16 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.90.20181015gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-15-a
edd8458
* Mon Oct 15 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.89.20181014gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-14-a
edd8458
* Sun Oct 14 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.88.20181013gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-13-a
edd8458
* Sat Oct 13 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.87.20181012gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-12-a
edd8458
* Fri Oct 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.86.20181011gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-11-a
edd8458
* Thu Oct 11 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.85.20181010gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-10-a
edd8458
* Wed Oct 10 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.84.20181009gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-09-a
edd8458
* Tue Oct 09 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.83.20181008gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-08-a
edd8458
* Mon Oct 08 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.82.20181007gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-07-a
edd8458
* Sun Oct 07 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.81.20181006gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-06-a
edd8458
* Sat Oct 06 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.80.20181005gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-05-a
edd8458
* Thu Oct 04 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.79.20181003gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-03-a
edd8458
* Wed Oct 03 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.78.20181002gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-02-a
edd8458
* Tue Oct 02 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.77.20181001gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-01-a
edd8458
* Sat Sep 29 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.76.20180928gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-28-a
edd8458
* Fri Sep 28 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.75.20180927gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-27-a
edd8458
* Thu Sep 27 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.74.20180926gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-26-a
edd8458
* Wed Sep 26 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.73.20180925gitf4134eb
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-25-a
edd8458
* Tue Sep 25 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.72.20180924git01644d5
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-24-a
edd8458
* Mon Sep 24 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.71.20180922gitac7c511
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-22-a
edd8458
* Sat Sep 15 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.70.20180914git2dfdbf2
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-14-a
edd8458
* Fri Sep 14 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.69.20180913git2dfdbf2
edd8458
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-13-a
4237734
* Thu Sep 13 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.68.20180912git2c6399a
4237734
- Updated to swift-4.2-RELEASE
4237734
* Wed Sep 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.67.20180911gitbe88499
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-11-a
4237734
* Sun Sep 09 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.66.20180908gitbe88499
4237734
- Added patch for clang 7.0
4237734
* Sun Sep 09 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.65.20180908gitbe88499
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-08-a
4237734
* Sat Sep 08 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.64.20180907gitc922f68
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-09-07-a
4237734
* Sun Aug 26 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.63.20180825git7d204ce
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-25-a
4237734
* Sat Aug 25 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.62.20180824git7d204ce
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-24-a
4237734
* Fri Aug 24 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.61.20180823git7d204ce
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-23-a
4237734
* Thu Aug 23 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.60.20180822git7d204ce
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-22-a
4237734
* Wed Aug 22 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.59.20180821git7d204ce
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-21-a
4237734
* Tue Aug 21 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.58.20180820gitde88335
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-20-a
4237734
* Sun Aug 19 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.57.20180818gitde88335
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-18-a
4237734
* Sat Aug 18 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.56.20180817gitde88335
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-17-a
4237734
* Fri Aug 17 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.55.20180816gitde88335
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-16-a
4237734
* Thu Aug 16 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.54.20180815gitefbe78e
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-15-a
4237734
* Wed Aug 15 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.53.20180814git3146921
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-14-a
4237734
* Sat Aug 11 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.52.20180810gita710c2f
4237734
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-10-a
bef9633
* Thu Aug 09 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.51.20180808git1c8f885
bef9633
- Updated to swift-4.2-CONVERGENCE
bef9633
* Wed Aug 08 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.50.20180807gitab5ce2e
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-07-a
bef9633
* Tue Aug 07 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.49.20180806gitab5ce2e
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-06-a
bef9633
* Sat Aug 04 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.48.20180803git68f32fc
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-03-a
bef9633
* Fri Aug 03 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.47.20180802git44a88d4
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-02-a
bef9633
* Thu Aug 02 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.46.20180801git3f7d681
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-08-01-a
bef9633
* Wed Aug 01 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.45.20180731git00acd41
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-31-a
bef9633
* Tue Jul 31 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.44.20180730gitfe1f442
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-30-a
bef9633
* Sun Jul 29 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.43.20180728gitfe1f442
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-28-a
bef9633
* Sat Jul 28 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.42.20180727git9d01b59
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-27-a
bef9633
* Wed Jul 25 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.41.20180724git18650bc
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-24-a and removed
bef9633
  lldb patches as they were merged upstream into the 4.2 branch
bef9633
* Tue Jul 24 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.40.20180723git18650bc
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-23-a
bef9633
* Mon Jul 23 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.39.20180722git18650bc
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-22-a
bef9633
* Sun Jul 22 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.38.20180721git18650bc
bef9633
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-21-a
3aded70
* Sat Jul 21 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.37.20180720git18650bc
3aded70
- Added patches for lldb to fix relative path issue (see URL by patches) until
3aded70
  it's merged into the 4.2 branch
3aded70
* Sat Jul 21 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.37.20180720git18650bc
3aded70
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-20-a
3aded70
* Fri Jul 20 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.36.20180719git9277281
3aded70
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-19-a
3aded70
* Thu Jul 19 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.35.20180718gite325e32
3aded70
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-18-a
5690e38
* Tue Jul 17 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.34.20180716gitaaf545a
5690e38
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-16-a 
5690e38
* Sun Jul 15 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.33.20180703git107e307
5690e38
- Switched from __provides_exclude_from to __provides_exclude to inhibit
5690e38
  lldb being included as a dependency
ff9c3ba
* Thu Jul 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.32.20180703git107e307
ff9c3ba
- Reverted to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-03-a as loading modules
5690e38
  in the REPL seems to have been broken as of the 2018-07-04 builds.
ff9c3ba
  2018-07-03 is currently the best version until the issue is resolved.
ff9c3ba
* Thu Jul 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.31.20180711git104c96a
ff9c3ba
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-11-a 
bd097a5
* Wed Jul 11 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.30.20180709gitd9561d9
bd097a5
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-09-a and added a check to
bd097a5
  include python-unversioned-command for verisons greated than 28 while
bd097a5
  working on making patches/pull requests upstream to be explicit about
bd097a5
  which version of Python to use. Also removed patch for time struct issue
bd097a5
  as the fix has been handled upstream. Also switched to ExclusiveArch
bd097a5
  instead of ExcludeArch per suggestion from Dan HorĂ¡k.
164f37c
* Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.29.20180705git1e2dc99
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-05-a
164f37c
* Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.28.20180704gitf56a941
164f37c
- Removed explicit requirement on libatomic and libbsd, modifed files section
164f37c
  of the runtime package so it can own the directory
164f37c
* Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.27.20180704gitf56a941
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-04-a
bd097a5
* Tue Jul 03 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.26.20180703git107e307
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-03-a, added a
164f37c
  filter for excluding lldb libraries from public view, and broke out the
164f37c
  runtime libraries into their own -runtime package. 
164f37c
* Mon Jul 02 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.25.20180702gitc2e1567
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-02-a 
164f37c
* Mon Jul 02 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.24.20180701git6079032
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-01-a, removed unnecessary
164f37c
  lldb headers
164f37c
* Sat Jun 30 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.23.20180630gitb3408e8
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-30-a 
164f37c
* Fri Jun 29 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.22.20180629gitdab0d8e
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-29-a, removed unnecessary
164f37c
  files and links
164f37c
* Fri Jun 29 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.21.20180628git9f8f2a1
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-28-a 
164f37c
* Thu Jun 28 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.20.20180626gitbe3b9a7
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-26-a 
164f37c
* Wed Jun 13 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.19.20180612gitbb9532c
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-12-a and removed
164f37c
  gcc-c++ as a build requirement
164f37c
* Tue Jun 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.18.20180611gitd99cd32
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-10-a and removed
164f37c
  separate ninja build (will now use the repo-based one)
164f37c
* Mon Jun 11 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.17.20180610git7a35ad0
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-10-a 
164f37c
* Fri Jun 08 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.16.20180607git78e9497
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-07-a 
164f37c
* Thu Jun 07 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.15.20180606git4e2064e
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-06-a 
164f37c
* Tue Jun 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.14.20180604git9e274fc
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-04-a 
164f37c
* Sun Jun 03 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.13.20180602gitadad0f5
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-02-a 
164f37c
* Wed May 30 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.12.20180529git4160301
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-29-a 
164f37c
* Wed May 23 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.11.20180522git58f7399
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-22-a 
164f37c
* Mon May 21 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.10.20180520gitbb77484
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-20-a and added
164f37c
  patch for removing sys/ustat.h references
164f37c
* Tue May 15 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.9.20180514gitf58f528
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-14-a
164f37c
* Wed May 09 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.8.20180508git0e6d867
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-08-a
164f37c
* Wed May 02 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.7.20180502gitb08fb12
164f37c
- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-02-a
164f37c
* Mon Apr 23 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.6.20180422git5030d38
164f37c
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-04-22-a
164f37c
* Thu Apr 19 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.5.20180418gitac06163
164f37c
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-04-18-a
164f37c
* Mon Apr 16 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.4.20180415git22530b9
164f37c
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-04-15-a
164f37c
* Thu Apr 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.3.20180411git537a846
164f37c
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-04-11-a
164f37c
* Wed Feb 28 2018 Ron Olson <tachoknight@gmail.com> 4.1-0.2.20180227git5f2f440
164f37c
- Updated to swift-DEVELOPMENT-SNAPSHOT-2018-02-27-a
164f37c
* Wed Feb 14 2018 Ron Olson <tachoknight@gmail.com> 4.1-0.1.20180214git5a1a34b
164f37c
- Initial package for Fedora