Accepting request 1083581 from home:jfkw:branches:devel:languages:go
- Update to current stable go1.20 Refs boo#1206346 go1.20 release tracking - Packaging improvements: * Re-enable debuginfo boo#1210938 remove spec comment "# nodebug" * Use Group: Development/Languages/Go instead of Other OBS-URL: https://build.opensuse.org/request/show/1083581 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=338
This commit is contained in:
parent
f7b56f8210
commit
6c96bc38d7
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 28 14:22:09 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||||
|
|
||||||
|
- Update to current stable go1.20
|
||||||
|
Refs boo#1206346 go1.20 release tracking
|
||||||
|
- Packaging improvements:
|
||||||
|
* Re-enable debuginfo boo#1210938 remove spec comment "# nodebug"
|
||||||
|
* Use Group: Development/Languages/Go instead of Other
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 23 05:22:33 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
Tue Aug 23 05:22:33 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||||
|
|
||||||
|
9
go.spec
9
go.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package go
|
# spec file for package go
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
# nodebuginfo
|
|
||||||
|
|
||||||
# NOTE: This logic must come from the latest go1.x package specfile.
|
# NOTE: This logic must come from the latest go1.x package specfile.
|
||||||
# We only build go-race on supported systems.
|
# We only build go-race on supported systems.
|
||||||
@ -27,13 +26,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: go
|
Name: go
|
||||||
Version: 1.19
|
Version: 1.20
|
||||||
# Version must always be a valid golang(API) version
|
# Version must always be a valid golang(API) version
|
||||||
%define api_version %{version}
|
%define api_version %{version}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A compiled, garbage-collected, concurrent programming language
|
Summary: A compiled, garbage-collected, concurrent programming language
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Go
|
||||||
Url: http://golang.org
|
Url: http://golang.org
|
||||||
Source: README
|
Source: README
|
||||||
Recommends: go-doc = %{version}
|
Recommends: go-doc = %{version}
|
||||||
@ -73,7 +72,7 @@ Go examples and documentation.
|
|||||||
%package race
|
%package race
|
||||||
Summary: Go runtime race detector
|
Summary: Go runtime race detector
|
||||||
License: NCSA or MIT
|
License: NCSA or MIT
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Go
|
||||||
Url: https://compiler-rt.llvm.org/
|
Url: https://compiler-rt.llvm.org/
|
||||||
Requires: go = %{version}
|
Requires: go = %{version}
|
||||||
Supplements: go = %{version}
|
Supplements: go = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user