summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2019-02-09 10:12:56 -0600
committerRon Olson <tachoknight@gmail.com>2019-02-09 10:12:56 -0600
commit50cf076826f839d0e725f2ff72a41e5b08badfe5 (patch)
treefa5a822809fb4b59be6cae2ed61396b7150b6948
parentf827ea60f5aa4736d54252805a73d8ef3f455ddb (diff)
downloadswift-lang-50cf076826f839d0e725f2ff72a41e5b08badfe5.tar.gz
swift-lang-50cf076826f839d0e725f2ff72a41e5b08badfe5.tar.xz
swift-lang-50cf076826f839d0e725f2ff72a41e5b08badfe5.zip
Updated changelog for repl patch
-rw-r--r--swift-lang.spec18
1 files changed, 10 insertions, 8 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index f6e8564..e2dec3f 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -6,7 +6,7 @@
%global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.*
Name: swift-lang
Version: 5.0
-Release: 0.64.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Release: 0.65.%{swiftgitdate}git%{swiftgithash}%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0
URL: https://swift.org
@@ -24,12 +24,12 @@ Source10: https://github.com/apple/swift-llbuild/archive/swift-%{swifttag}
Source11: https://github.com/apple/swift-cmark/archive/swift-%{swifttag}.tar.gz#/cmark.tar.gz
Source12: https://github.com/apple/swift-xcode-playground-support/archive/swift-%{swifttag}.tar.gz#/swift-xcode-playground-support.tar.gz
Source13: swift-lang.conf
-Source14: swift-lang-runtime.conf
+Source14: swift-lang-runtime.conf
Patch0: change-lldb-location.patch
-Patch1: no-ninja-build.patch
-Patch2: aarch64-new-master-VarArgs.patch
-Patch3: clangloc.patch
+Patch1: no-ninja-build.patch
+Patch2: aarch64-new-master-VarArgs.patch
+Patch3: clangloc.patch
BuildRequires: clang
BuildRequires: cmake
@@ -56,9 +56,9 @@ BuildRequires: ninja-build
Requires: glibc-devel
Requires: clang
-Requires: ncurses-devel
-Requires: ncurses-compat-libs
-Requires: %{name}-runtime = %{version}-%{release}
+Requires: ncurses-devel
+Requires: ncurses-compat-libs
+Requires: %{name}-runtime = %{version}-%{release}
ExclusiveArch: x86_64 aarch64
@@ -214,6 +214,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
+* Fri Feb 08 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.65.20190206gitd07c25a
+- Added patch to allow the Swift REPL to work properly
* Thu Feb 07 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.64.20190206gitd07c25a
- Updated to swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-06-a
* Wed Feb 06 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.63.20190205git1e824b0