Skip to content
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