]> git.pld-linux.org Git - packages/golang.git/log
packages/golang.git
8 years agoprobably works, and if doesn't the project needs to be ported to 1.5+ auto/th/golang-1.6-1
Elan Ruusamäe [Wed, 27 Apr 2016 13:57:33 +0000 (16:57 +0300)]
probably works, and if doesn't the project needs to be ported to 1.5+

8 years agoup to 1.6
Elan Ruusamäe [Tue, 5 Apr 2016 12:13:09 +0000 (15:13 +0300)]
up to 1.6

builds, and resulting package is able to build this package again

compiler rewritten in go, requires go 1.4+ to compile
added patches from fedora

8 years agogo 1.4 dropped vim and emacs files
Elan Ruusamäe [Tue, 5 Apr 2016 12:12:17 +0000 (15:12 +0300)]
go 1.4 dropped vim and emacs files

vim files are in vim-rt now

8 years agoconflict with gcc-go
Elan Ruusamäe [Tue, 5 Apr 2016 12:03:46 +0000 (15:03 +0300)]
conflict with gcc-go

file /usr/bin/go from install of golang-1.6-0.1.x86_64 conflicts with file from package gcc-go-5.3.0-2.x86_64
file /usr/bin/gofmt from install of golang-1.6-0.1.x86_64 conflicts with file from package gcc-go-5.3.0-2.x86_64

8 years ago- enhanced binutils patch to handle R_386_GOT32X relocs auto/th/golang-1.4.3-1
Jakub Bogusz [Tue, 2 Feb 2016 20:44:02 +0000 (21:44 +0100)]
- enhanced binutils patch to handle R_386_GOT32X relocs

8 years ago- up to 1.4.3
mis [Mon, 1 Feb 2016 08:09:51 +0000 (09:09 +0100)]
- up to 1.4.3

8 years ago- try another variant of as option auto/th/golang-1.4.2-1
Jakub Bogusz [Sun, 28 Jun 2015 12:24:35 +0000 (14:24 +0200)]
- try another variant of as option

8 years ago- added binutils patch (disable compressed-debug-sections, now enabled by default...
Jakub Bogusz [Sun, 28 Jun 2015 10:51:50 +0000 (12:51 +0200)]
- added binutils patch (disable compressed-debug-sections, now enabled by default in as,
  but not supported by cgo; fixes external linkmode)
- now builds, release 1

8 years agoup to 1.4.2, vim and emacs seem dropped
Elan Ruusamäe [Thu, 21 May 2015 09:11:03 +0000 (12:11 +0300)]
up to 1.4.2, vim and emacs seem dropped

8 years agoadd emacs and vim bcond
Elan Ruusamäe [Thu, 21 May 2015 09:08:07 +0000 (12:08 +0300)]
add emacs and vim bcond

9 years ago- don't package Win32 or Plan9 scripts, don't require /bin/rc auto/th/golang-1.3.3-1
Jakub Bogusz [Fri, 7 Nov 2014 17:07:10 +0000 (18:07 +0100)]
- don't package Win32 or Plan9 scripts, don't require /bin/rc

9 years ago- up to 1.3.3
mis [Thu, 6 Nov 2014 20:21:43 +0000 (21:21 +0100)]
- up to 1.3.3

10 years agoup to 1.2.1; more race libraries auto/th/golang-1.2.1-1
Elan Ruusamäe [Thu, 13 Mar 2014 09:38:05 +0000 (11:38 +0200)]
up to 1.2.1; more race libraries

10 years agoRevert "split source to -source package (why package it anyway?)"
Elan Ruusamäe [Sat, 24 Aug 2013 20:00:50 +0000 (23:00 +0300)]
Revert "split source to -source package (why package it anyway?)"

This reverts commit 8a70dc9f75a207114f3a746f94c15761a94b69c6.

10 years agovim syntax does not require golang compiler to be installed
Elan Ruusamäe [Thu, 22 Aug 2013 19:47:44 +0000 (22:47 +0300)]
vim syntax does not require golang compiler to be installed

10 years agosplit source to -source package (why package it anyway?)
Elan Ruusamäe [Thu, 22 Aug 2013 19:43:03 +0000 (22:43 +0300)]
split source to -source package (why package it anyway?)

10 years agocleanup build deps auto/th/golang-1.1.2-1
Elan Ruusamäe [Wed, 21 Aug 2013 21:21:34 +0000 (00:21 +0300)]
cleanup build deps

10 years agoBR: tzdata for testing
Elan Ruusamäe [Wed, 21 Aug 2013 21:00:40 +0000 (00:00 +0300)]
BR: tzdata for testing

10 years agocreate env.sh for debugging build issues, requires bash
Elan Ruusamäe [Wed, 21 Aug 2013 20:28:55 +0000 (23:28 +0300)]
create env.sh for debugging build issues, requires bash

10 years agomove docs to -doc; rel 1
Elan Ruusamäe [Wed, 21 Aug 2013 19:24:40 +0000 (22:24 +0300)]
move docs to -doc; rel 1

10 years agofix path to ssl certificates
Elan Ruusamäe [Wed, 21 Aug 2013 17:57:48 +0000 (20:57 +0300)]
fix path to ssl certificates

so net resources work now:
$ go get code.google.com/p/go-tour/gotour

10 years agorace libraries exist only on x86-64
Elan Ruusamäe [Wed, 21 Aug 2013 13:32:27 +0000 (16:32 +0300)]
race libraries exist only on x86-64

see http://golang.org/doc/articles/race_detector.html

10 years agoBR mercurial
Elan Ruusamäe [Wed, 21 Aug 2013 12:38:13 +0000 (15:38 +0300)]
BR mercurial

 seems to be used by build:
 + cd src
 + LC_ALL=C
 PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/home/users/glen/rpm/packages/BUILD.i686-linux/go/bin
 ./all.bash
 # Building C bootstrap tool.
 cmd/dist
 go tool dist: FAILED: hg identify -b
 ./make.bash: line 120: hg: command not found

10 years ago- race detector is available only on x86_64
Jakub Bogusz [Wed, 21 Aug 2013 12:43:18 +0000 (14:43 +0200)]
- race detector is available only on x86_64

10 years agoup to 1.1.2
Elan Ruusamäe [Wed, 21 Aug 2013 11:10:33 +0000 (14:10 +0300)]
up to 1.1.2

11 years ago- added download URL auto/ti/golang-1.0.3-0.1
Jakub Bogusz [Sat, 30 Mar 2013 11:08:50 +0000 (12:08 +0100)]
- added download URL

11 years ago- use optflags for go build
Jakub Bogusz [Sat, 30 Mar 2013 11:04:59 +0000 (12:04 +0100)]
- use optflags for go build
- arm support in spec (beside x86)

11 years ago- pl
Jakub Bogusz [Sat, 30 Mar 2013 08:50:34 +0000 (09:50 +0100)]
- pl

11 years agodisable broken test; cleanup deps; add todo
Elan Ruusamäe [Wed, 13 Mar 2013 14:27:13 +0000 (16:27 +0200)]
disable broken test; cleanup deps; add todo

- mercurial may be superfluous !
- error: Couldn't exec /usr/lib/rpm/pythoneggs.py: No such file or directory

11 years agotypo
Elan Ruusamäe [Wed, 13 Mar 2013 14:22:57 +0000 (16:22 +0200)]
typo

11 years agotests require hostname
Elan Ruusamäe [Wed, 13 Mar 2013 13:39:50 +0000 (15:39 +0200)]
tests require hostname

11 years agotypo
Elan Ruusamäe [Wed, 13 Mar 2013 13:38:27 +0000 (15:38 +0200)]
typo

11 years agopldize
Elan Ruusamäe [Wed, 13 Mar 2013 13:30:57 +0000 (15:30 +0200)]
pldize

- unify vim and emacs package names
- MAKE needs quoting
- cosmetics

11 years ago- md5
Pawel Gajda [Wed, 13 Mar 2013 12:43:17 +0000 (13:43 +0100)]
- md5

11 years ago- based on https://github.com/seveas/go.rpm
Pawel Gajda [Wed, 13 Mar 2013 12:40:55 +0000 (13:40 +0100)]
- based on https://github.com/seveas/go.rpm

This page took 0.769453 seconds and 4 git commands to generate.