summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2018-07-05 12:26:09 -0500
committerRon Olson <tachoknight@gmail.com>2018-07-05 12:26:09 -0500
commitc66acf0283e57bfe8062a3b26d8d10d09a46a755 (patch)
tree52d8a5870af568dcbf96c0734bc5e1aa8d23dfe1
parentc295addcee0030cca6b0720bfd89f0428ba33e62 (diff)
downloadswift-lang-c66acf0283e57bfe8062a3b26d8d10d09a46a755.tar.gz
swift-lang-c66acf0283e57bfe8062a3b26d8d10d09a46a755.tar.xz
swift-lang-c66acf0283e57bfe8062a3b26d8d10d09a46a755.zip
Changed the regex filter to include the full so name, updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-04-a
-rw-r--r--swift-lang.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index 47d9c1b..a8f6a21 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-03-a
-%global swiftgithash 107e307
-%global swiftgitdate 20180703
+%global swifttag 4.2-DEVELOPMENT-SNAPSHOT-2018-07-04-a
+%global swiftgithash f56a941
+%global swiftgitdate 20180704
%global swiftbuild swift-source
-%global __provides_exclude_from ^/usr/lib/swift-lldb/.*\\.so$
+%global __provides_exclude_from ^/usr/lib/swift-lldb/.*\\.so.*
Name: swift-lang
Version: 4.2
-Release: 0.26.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Release: 0.27.%{swiftgitdate}git%{swiftgithash}%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0
URL: https://swift.org
@@ -202,6 +202,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
+* 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
- 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