summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2018-07-15 12:54:16 -0500
committerRon Olson <tachoknight@gmail.com>2018-07-15 12:54:16 -0500
commitcc067d041b6737fa6f2d75201506a4e2d3ca09ca (patch)
tree34848e36c4b7d5d8438d0cf507ab848da2bcace8
parent0cab4b1f5af3d58677584facfef7f57ef3c14f84 (diff)
downloadswift-lang-2018-07-03-build.tar.gz
swift-lang-2018-07-03-build.tar.xz
swift-lang-2018-07-03-build.zip
Switched from __provides_exclude_from to __provides_exclude to inhibit lldb being included as a dependency2018-07-03-build
-rw-r--r--swift-lang.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index 820e46c..e5e8c78 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -3,10 +3,10 @@
%global swiftgithash 107e307
%global swiftgitdate 20180703
%global swiftbuild swift-source
-%global __provides_exclude_from ^/usr/lib/swift-lldb/.*\\.so.*
+%global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.*
Name: swift-lang
Version: 4.2
-Release: 0.32.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Release: 0.33.%{swiftgitdate}git%{swiftgithash}%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0
URL: https://swift.org
@@ -202,6 +202,9 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
+* Sun Jul 15 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.33.20180703git107e307
+- Switched from __provides_exclude_from to __provides_exclude to inhibit
+ lldb being included as a dependency
* Thu Jul 12 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.32.20180703git107e307
- Reverted to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-03-a as loading modules
in the REPL seems to have been broken as of the 2018-07-04 builds.