21 Commits

Author SHA256 Message Date
902df426b9 Accepting request 1152222 from home:dimstar:rpm4.20:g
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1152222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=36
2024-02-27 13:52:08 +00:00
457281980a Accepting request 950666 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- remove trailing EOF escape that confuses posix shell (bsc#1195391)

OBS-URL: https://build.opensuse.org/request/show/950666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=35
2022-02-02 07:49:02 +00:00
b003c95615 Accepting request 905777 from home:rguenther:branches:devel:languages:go
- Add compiler-rt-fix-tsan-build.patch to fix build with gcc-PIE.

OBS-URL: https://build.opensuse.org/request/show/905777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=34
2021-07-27 08:18:56 +00:00
35f7fceeb2 Accepting request 891218 from home:rguenther:branches:devel:languages:go
- Use gcc-go on Factory 
- Add gccgo1.16.patch to allow bootstrap with gccgo from GCC 11.
  [boo#1182618]

OBS-URL: https://build.opensuse.org/request/show/891218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=32
2021-05-07 18:45:42 +00:00
0590e9932d Accepting request 874270 from home:Andreas_Schwab:Factory
- Don't try to build shared on ppc64

OBS-URL: https://build.opensuse.org/request/show/874270
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=29
2021-02-23 19:23:21 +00:00
da711c8bf6 Accepting request 812467 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Ensure ARM arch is set properly - boo#1169832

OBS-URL: https://build.opensuse.org/request/show/812467
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=27
2020-06-09 14:28:02 +00:00
a730127371 Accepting request 769212 from home:Guillaume_G:branches:openSUSE:Factory:ARM
Drop armv6l.patch to fix build on armv6

OBS-URL: https://build.opensuse.org/request/show/769212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=25
2020-02-01 18:59:26 +00:00
6d3f686365 Accepting request 742222 from home:StefanBruens:branches:devel:languages:go
- Remove unneeded systemd BuildRequires.
- Remove specific support for Leap 42.x (EOL), treat it like SLE12
- Add some missing dir-only markers in files section.

OBS-URL: https://build.opensuse.org/request/show/742222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=23
2019-10-26 06:37:45 +00:00
41010dcc67 Accepting request 741606 from home:StefanBruens:branches:devel:languages:go
- Let RPM evaluate the go_api version compare, drop no longer required bc.
- Own the gdbinit.d directory, avoid the build dependency on gdb.

OBS-URL: https://build.opensuse.org/request/show/741606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=21
2019-10-21 19:16:14 +00:00
f71d57af70 Accepting request 711469 from home:matwey:branches:devel:languages:go
- Enable %arm architecture
- Add gcc9-go.patch: bootstrap works only with gcc9 at armv7l (boo#974800)

OBS-URL: https://build.opensuse.org/request/show/711469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=19
2019-06-25 20:08:28 +00:00
9a81b75bad Accepting request 703318 from home:marxin:branches:devel:languages:go
- Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.

OBS-URL: https://build.opensuse.org/request/show/703318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=17
2019-05-16 18:05:11 +00:00
790e9adb7f Accepting request 658686 from home:cyphar:go:remove_goroot_profile
- Make our profile.d/go.sh no longer set GOROOT=, in order to make switching
  between versions no longer break. This ends up removing the need for go.sh
  entirely (because GOPATH is also set automatically). boo#1119634

OBS-URL: https://build.opensuse.org/request/show/658686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=15
2018-12-15 21:03:57 +00:00
aa7ee157ec fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=13
2018-06-19 17:29:22 +00:00
e9a74661a8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=12 2018-06-18 14:32:02 +00:00
ebf233062e Accepting request 615801 from home:stawidy:branches:devel:languages:go
- Update to version 1.9.7:
  * go1.9.7 (released 2018/06/05) includes fixes to the go command, 
    and the crypto/x509, and strings packages. In particular, it adds 
    minimal support to the go command for the vgo transition. See the 
    Go 1.9.7 milestone on our issue tracker for details.
- Changes in version 1.9.6:
  * go1.9.6 (released 2018/05/01) includes fixes to the compiler and 
    go command. See the Go 1.9.6 milestone on our issue tracker for details.
- Changes in version 1.9.5:
  * go1.9.5 (released 2018/03/28) includes fixes to the compiler, go 
    command, and net/http/pprof package. See the Go 1.9.5 milestone 
    on our issue tracker for details.

OBS-URL: https://build.opensuse.org/request/show/615801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=11
2018-06-15 16:34:47 +00:00
bb8429a106 Accepting request 588322 from home:AndreasStieger:branches:devel:languages:go
add reference to bsc#1085785 (needed for maintenance)

OBS-URL: https://build.opensuse.org/request/show/588322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=9
2018-03-19 09:41:14 +00:00
25b6ccc9a7 Accepting request 582195 from home:flavio_castelli:branches:devel:languages:go
- Ensure go binaries are not stripped (eg: go tools trace), this cause
  some of them to misbehave
- Ensure go trace html template is shipped as part of the installation,
  otherwise the web UI won't work
- Fix license of go race

OBS-URL: https://build.opensuse.org/request/show/582195
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=7
2018-03-05 11:26:42 +00:00
324e463e31 Accepting request 580994 from home:jordimassaguerpla:branch:update_go_1_9_4
fix changelog

OBS-URL: https://build.opensuse.org/request/show/580994
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=5
2018-02-28 15:09:50 +00:00
44947170fa Accepting request 580919 from home:jordimassaguerpla:branch:update_go_1_9_4
- update to go1.9.4
 * go1.9.2 (released 2017/10/25) includes fixes to the compiler,
   linker, runtime, documentation, go command, and the crypto/x509,
   database/sql, log, and net/smtp packages. It includes a fix to a bug
   introduced in Go 1.9.1 that broke go get of non-Git repositories
   under certain conditions.
 * go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime,
   and the database/sql, math/big, net/http, and net/url packages.
 * go1.9.4 (released 2018/02/07) includes a security fix to “go get”.

OBS-URL: https://build.opensuse.org/request/show/580919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=4
2018-02-28 12:22:49 +00:00
3b7afe0c94 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=3 2018-02-27 12:39:26 +00:00
Thomas Hipp
61d7e0836c OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=1 2017-12-22 09:22:23 +00:00