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:
Jeff Kowalczyk 2023-04-28 23:29:50 +00:00 committed by Git OBS Bridge
parent f7b56f8210
commit 6c96bc38d7
2 changed files with 13 additions and 5 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -14,7 +14,6 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# nodebuginfo
# NOTE: This logic must come from the latest go1.x package specfile.
# We only build go-race on supported systems.
@ -27,13 +26,13 @@
%endif
Name: go
Version: 1.19
Version: 1.20
# Version must always be a valid golang(API) version
%define api_version %{version}
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
License: BSD-3-Clause
Group: Development/Languages/Other
Group: Development/Languages/Go
Url: http://golang.org
Source: README
Recommends: go-doc = %{version}
@ -73,7 +72,7 @@ Go examples and documentation.
%package race
Summary: Go runtime race detector
License: NCSA or MIT
Group: Development/Languages/Other
Group: Development/Languages/Go
Url: https://compiler-rt.llvm.org/
Requires: go = %{version}
Supplements: go = %{version}