summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2019-04-18 21:20:28 -0500
committerRon Olson <tachoknight@gmail.com>2019-04-18 21:20:28 -0500
commit43fe7bf1ccdc651b37b9958e9a41bc9d67a1d4e9 (patch)
tree61c75bd4e3ecf06cdd3072751e10701e4b251ef4
parent689b353f250d2195211e9036d422afc74b227101 (diff)
downloadswift-lang-43fe7bf1ccdc651b37b9958e9a41bc9d67a1d4e9.tar.gz
swift-lang-43fe7bf1ccdc651b37b9958e9a41bc9d67a1d4e9.tar.xz
swift-lang-43fe7bf1ccdc651b37b9958e9a41bc9d67a1d4e9.zip
Updated to swift-5.0.1-RELEASE
-rw-r--r--swift-lang.spec25
1 files changed, 10 insertions, 15 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index ecbf9ce..e2083ae 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -1,13 +1,13 @@
%global debug_package %{nil}
-%global swifttag 5.0-RELEASE
-%global swiftgithash ba33f9e
-%global swiftgitdate 20190325
+%global swifttag 5.0.1-RELEASE
+%global swiftgithash 604054e
+%global swiftgitdate 20190418
%global swiftbuild swift-source
%global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.*
Name: swift-lang
-Version: 5.0
-Release: 0.53.%{swiftgitdate}git%{swiftgithash}%{?dist}
+Version: 5.0.1
+Release: 0.55.%{swiftgitdate}git%{swiftgithash}%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0
URL: https://swift.org
@@ -68,11 +68,6 @@ Requires: ncurses-devel
Requires: ncurses-compat-libs
Requires: %{name}-runtime = %{version}-%{release}
-Provides: %{name} = %{version}-%{release}
-Obsoletes: %{name} < %{version}-%{release}
-Conflicts: %{name} < %{version}-%{release}
-Conflicts: %{name}-runtime < %{version}-%{release}
-
ExclusiveArch: x86_64 aarch64
@@ -91,11 +86,6 @@ correct programs easier for the developer.
%package runtime
Summary: Runtime files for Swift programs
-Provides: %{name}-runtime = %{version}-%{release}
-Obsoletes: %{name} < %{version}-%{release}
-Conflicts: %{name} < %{version}-%{release}
-Conflicts: %{name}-runtime < %{version}-%{release}
-
%description runtime
Runtime libraries for Swift programs
@@ -237,6 +227,7 @@ for _, dir in ipairs(subdirs) do
end
end
+
%files
%license swift/LICENSE.txt
%{_bindir}/swift*
@@ -275,6 +266,10 @@ end
%changelog
+* Thu Apr 18 2019 Ron Olson <tachoknight@gmail.com> 5.0.1-0.55.20190418git604054e
+- Updated to swift-5.0.1-RELEASE
+* Thu Apr 18 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.54.20190325gitba33f9e
+- And modified it again to allow new installations
* Thu Mar 28 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.53.20190325gitba33f9e
- Modified spec file to handle upgrades from 4.2 to 5.0.
* Mon Mar 25 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.52.20190325gitba33f9e