Skip to content

Update the Swift version to 5.5.2 #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platforms/Linux/RPM/Fedora/34/swiftlang.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global debug_package %{nil}
%global linux_version fedora
%global swifttag 5.5.1-RELEASE
%global swifttag 5.5.2-RELEASE
%global swiftbuild swift-source
%global icu_version 65-1
%global yams_version 4.0.2
Expand All @@ -9,7 +9,7 @@
%global ninja_version 1.10.2

Name: swiftlang
Version: 5.5.1
Version: 5.5.2
Release: 1%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0 and Unicode
Expand Down
4 changes: 2 additions & 2 deletions platforms/Linux/RPM/Fedora/35/swiftlang.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global debug_package %{nil}
%global linux_version fedora
%global swifttag 5.5.1-RELEASE
%global swifttag 5.5.2-RELEASE
%global swiftbuild swift-source
%global icu_version 65-1
%global yams_version 4.0.2
Expand All @@ -9,7 +9,7 @@
%global ninja_version 1.10.2

Name: swiftlang
Version: 5.5.1
Version: 5.5.2
Release: 1%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0 and Unicode
Expand Down
4 changes: 2 additions & 2 deletions platforms/Linux/RPM/Fedora/rawhide/swiftlang.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global debug_package %{nil}
%global linux_version fedora
%global swifttag 5.5.1-RELEASE
%global swifttag 5.5.2-RELEASE
%global swiftbuild swift-source
%global icu_version 65-1
%global yams_version 4.0.2
Expand All @@ -9,7 +9,7 @@
%global ninja_version 1.10.2

Name: swiftlang
Version: 5.5.1
Version: 5.5.2
Release: 1%{?dist}
Summary: Apple's Swift programming language
License: ASL 2.0 and Unicode
Expand Down
4 changes: 2 additions & 2 deletions platforms/Linux/RPM/metadata.inc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# package metadata

%global package_name swiftlang
%global package_version 5.5.1
%global package_version 5.5.2
%global package_summary The Swift programming language
%global package_license Apache 2.0
%global package_url https://swift.org

# versions

%global swift_version 5.5.1-RELEASE
%global swift_version 5.5.2-RELEASE
%global icu_version 65-1
%global yams_version 4.0.2
%global swift_argument_parser_version 0.4.3
Expand Down