Skip to content

Commit

Permalink
Merge pull request swiftlang#63 from apple/update-the-swift-version
Browse files Browse the repository at this point in the history
Update the swift version to 5.5.1
  • Loading branch information
shahmishal authored Nov 29, 2021
2 parents 6c88cb9 + 1a90c75 commit 5f94ff9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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-RELEASE
%global swifttag 5.5.1-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
Version: 5.5.1
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-RELEASE
%global swifttag 5.5.1-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
Version: 5.5.1
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-RELEASE
%global swifttag 5.5.1-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
Version: 5.5.1
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.0
%global package_version 5.5.1
%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-RELEASE
%global swift_version 5.5.1-RELEASE
%global icu_version 65-1
%global yams_version 4.0.2
%global swift_argument_parser_version 0.4.3
Expand Down

0 comments on commit 5f94ff9

Please sign in to comment.