diff options
Diffstat (limited to 'swift-lang.spec')
-rw-r--r-- | swift-lang.spec | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/swift-lang.spec b/swift-lang.spec index edcea69..3ca4eef 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-08-a +%global swiftgithash 4652e6a +%global swiftgitdate 20180708 %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 @@ -29,7 +29,6 @@ Source14: swift-lang-runtime.conf Patch0: %{name}-%{version}-change-lldb-location.patch Patch1: compiler-rt-no-ustat.patch Patch2: no-ninja-build.patch -Patch3: time-struct-redefined.patch BuildRequires: clang @@ -110,13 +109,11 @@ mv swift-xcode-playground-support-swift-%{swifttag} swift-xcode-playground-suppo # Since we require ninja for building, there's no sense to rebuild it just for Swift %patch2 -p0 -# Fixes an error in compiler-rt where the timespec struct is redefined -%patch3 -p0 - %build export VERBOSE=1 export PYTHON_DISALLOW_AMBIGUOUS_VERSION=0 +alias python=python2 swift/utils/build-script --preset=buildbot_linux,no_test install_destdir=%{_builddir} installable_package=%{_builddir}/swift-%{version}-fedora.tar.gz @@ -200,6 +197,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m %changelog +* Mon Jul 09 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.30.20180708git4652e6a +- Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-08-a * 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 @@ -207,7 +206,7 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m of the runtime package so it can own the directory * Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.27.20180704gitf56a941 - Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-04-a -* Mon Jul 03 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.26.20180703git107e307 +* Mon Jul 02 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.26.20180703git107e307 - Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-03-a, added a filter for excluding lldb libraries from public view, and broke out the runtime libraries into their own -runtime package. |