Commit Graph

11 Commits

Author SHA256 Message Date
Graham Anderson
ecbc0cde2d Accepting request 101907 from home:andtecheu:go
OBS-URL: https://build.opensuse.org/request/show/101907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=108
2012-01-28 16:28:41 +00:00
Graham Anderson
01bb07e769 Accepting request 101431 from home:andtecheu:go
update to weekly.2012-01-15

OBS-URL: https://build.opensuse.org/request/show/101431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=106
2012-01-25 03:57:43 +00:00
Sascha Peilicke
36925d7003 Accepting request 86878 from home:andtecheu:go
- Update to r60.2 (fix memory leak in map types)
- Install gdb pretty printer and functions for additional native go support
- Patch linker to emit location of gdb helper

OBS-URL: https://build.opensuse.org/request/show/86878
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=89
2011-10-06 11:06:36 +00:00
Sascha Peilicke
7b1c840fe5 Going to link it
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=85
2011-09-27 07:53:31 +00:00
Sascha Peilicke
986f6e5838 - Update to release r59:
* Restricted usage of goto statement
  * Package reflect supports a new struct tag scheme that enables sharing of
    struct tags between multiple packages.
  * Package sort's IntArray type has been renamed to IntSlice, and similarly
    for Float64Slice and StringSlice
  * Package strings's Split function has itself been split into Split and
    SplitN. SplitN is the same as the old Split. The new Split is equivalent
    to SplitN with a final argument of -1. 
  * Goinstall now installs packages and commands from arbitrary remote
    repositories (not just Google Code, Github, and so on). See the goinstall
    documentation for details. 
  More at http://golang.org/doc/devel/release.html#r59
- Update to 2011-07-20 mercurial version:
- Update to weekly.2011-07-19 mercurial version:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=82
2011-08-02 08:19:31 +00:00
Sascha Peilicke
31038bcbf3 - Update to weekly.2011-07-19 mercurial version
* archive/zip: add Writer, add Mtime_ns function to get modified time in
    sensible format.
  * cgi: close stdout reader pipe when finished.
  * cgo: add missing semicolon in generated struct,
  * codereview: fix for Mercurial 1.9.
  * dashboard: list "most installed this week" with rolling count.
  * debug/elf: read ELF Program headers.
  * debug/proc: remove unused package.
  * doc/talks/io2010: update with gofix and handle the errors.
  * exp/eval, exp/ogle: remove packages eval and ogle.
  * exp/regexp/syntax: add Prog.NumCap.
  * exp/template: API changes, bug fixes, and tweaks.
  * flag: make -help nicer.
  * fmt: Scan(&int) was mishandling a lone digit.
  * gc: fix closure bug, fix to build with clang, make size of struct{} and
    [0]byte 0 bytes , some enhancements to printing debug info.
  * gif: fix local color map and coordinates.
  * go/build: include processing of .c files for cgo packages, less aggressive
    failure when GOROOT not found.
  * go/printer: changed max. number of newlines from 3 to 2.
  * gob: register more slice types
  * godoc: support for file systems stored in .zip files.
  * hash/crc32: add SSE4.2 support.
  * html: update section references in comments to the latest HTML5 spec.
  * http: drain the pipe output in TestHandlerPanic to avoid logging deadlock,
    fix Content-Type of file extension, implement http.FileSystem for zip files,
    let FileServer work when path doesn't begin with a slash, support for
    periodic flushing in ReverseProxy.
  * image/draw: add benchmarks.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=80
2011-07-20 08:23:17 +00:00
Sascha Peilicke
2bfa629adb - Update to 2011/08/10 mercurial version (post r58 and
weekly.2011-07-07):
  * Package exec has been redesigned with a more convenient and 
    succinct API.
  * Package os/signal's Signal and UnixSignal types have been moved 
    to the os package.
  * Package image/draw is the new name for exp/draw. The GUI-related
    code from exp/draw is now located in the exp/gui package.
  More at http://golang.org/doc/devel/release.html#r58

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=79
2011-07-10 15:54:26 +00:00
Sascha Peilicke
ca0c8580cd OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=78 2011-06-30 09:18:52 +00:00
Sascha Peilicke
e87a20cca6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=77 2011-06-30 09:17:40 +00:00
Graham Anderson
7c49a62bad Accepting request 74584 from home:andtecheu:go
fixes local godoc server

OBS-URL: https://build.opensuse.org/request/show/74584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=76
2011-06-27 07:04:43 +00:00
Sascha Peilicke
c9b5681d21 - Really set CFLAGS through HOST_EXTRA_CFLAGS environment variable
for building Go itself and for Go macros (used by Go packages)
- Added go-fix-werrors.patch to fix fatal compiler warnings, not
  used yet as -Wno-error is passed currently
- Adhere to SUSE patch comment conventions
- Changed %go_requires macro from '%requires_eq go' to 
  '%requires_ge go'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=71
2011-06-15 20:25:33 +00:00