Marguerite Su
2571a74c37
Accepting request 258077 from devel:ARM:Factory
...
- avoid stripping debuginfo on arm, it fails (and is not necessary)
OBS-URL: https://build.opensuse.org/request/show/258077
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=200
2014-10-23 08:44:21 +00:00
Marguerite Su
1f7af9f842
Accepting request 257933 from home:ProhtMeyhet:branches:devel:languages:go
...
fixed build for armv6.
the problem is with the opensuse build system, not go itself. it seems that under qemu on armv6 the number of unix signals isn't 64 but 63. thus there is an off-by-one error while building and testing. this doesn't happen on my raspberry pi, so it might be a bug in qemu, but i can't be sure. my fix now reduces the constant defining the number of signals by 1, but that of course means signal handling won't be 100% correct.
OBS-URL: https://build.opensuse.org/request/show/257933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=199
2014-10-23 01:40:13 +00:00
cc397ff7d3
Accepting request 252501 from home:cbosdonnat:branches:devel:languages:go
...
- Revert the /usr/share/go/contrib symlink as it caused problems
during update. Moved all go sources to /usr/share/go/contrib/src
instead of /usr/share/go/contrib/src/pkg and created pkg and src
symlinks in contrib to add it to GOPATH
OBS-URL: https://build.opensuse.org/request/show/252501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=197
2014-09-26 14:25:10 +00:00
62e4e5beca
Accepting request 252295 from home:cbosdonnat:branches:devel:languages:go
...
- Fixed %go_contribsrcdir value
- Copy temporary macros.go as go.macros to avoid it to be built
OBS-URL: https://build.opensuse.org/request/show/252295
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=196
2014-09-25 14:44:02 +00:00
Marguerite Su
97bd97a10c
Accepting request 251465 from home:jengelh:branches:devel:languages:go
...
- Do not modify Source: files, because that makes the .src.rpm
being tied to one specific arch.
OBS-URL: https://build.opensuse.org/request/show/251465
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=195
2014-09-23 14:26:18 +00:00
Marguerite Su
dce2cfd4e4
Accepting request 250058 from home:cbosdonnat:branches:devel:languages:go
...
- Removed extra src folder in /usr/share/go/contrib: the goal is to
transform this folder into a proper entry for GOPATH. This folder
is now linked to %{_libdir}/go/contrib
- go requires gcc to build sources using cgo
- tools-packaging.patch: Allow building cover and vet tools in
$GOROOT_TARGET/pkg/tool instead of $GOROOT/pkg/tool. This will
allow building go tools as a separate package
OBS-URL: https://build.opensuse.org/request/show/250058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=194
2014-09-18 09:18:45 +00:00
Marguerite Su
6753fc0786
Accepting request 249323 from home:MargueriteSu:branches:devel:languages:go
...
no %{nil}
OBS-URL: https://build.opensuse.org/request/show/249323
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=192
2014-09-15 14:40:42 +00:00
Marguerite Su
6115cfe924
Accepting request 249318 from home:MargueriteSu:branches:devel:languages:go
...
OBS-URL: https://build.opensuse.org/request/show/249318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=191
2014-09-15 14:28:16 +00:00
Tomáš Chvátal
b6df31fd4c
Accepting request 246967 from home:jimfunk:branches:devel:languages:go
...
Update to 1.3.1
OBS-URL: https://build.opensuse.org/request/show/246967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=189
2014-09-09 14:52:11 +00:00
Tomáš Chvátal
90338d5554
- Fix download url.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=187
2014-08-12 07:43:08 +00:00
Tomáš Chvátal
2bb5633229
Accepting request 243219 from home:dimstar:rpmlintrc
...
Rename rpmlintrc as per pkg guideline to %{name}-rpmlintrc (using main packages name)
OBS-URL: https://build.opensuse.org/request/show/243219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=186
2014-08-12 07:18:55 +00:00
dc76730bc6
- Update to version 1.3:
...
see http://golang.org/doc/go1.3
- refreshed patches to apply cleanly again:
- go-build-dont-reinstall-stdlibs.patch
- verbose-build.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=185
2014-06-19 22:54:31 +00:00
Sascha Peilicke
944ed165d8
- Update to version 1.2:
...
+ No real changes since RC2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=183
2013-12-02 12:37:24 +00:00
Sascha Peilicke
8f10e27090
- Add %go_tooldir macro and create the tools directory in %goprep
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=181
2013-10-30 16:00:01 +00:00
Sascha Peilicke
93436b84ae
- Add %go_tooldir macro
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=179
2013-10-18 14:20:11 +00:00
Sascha Peilicke
7c1e911637
- Update to version 1.2rc2:
...
+ New packages: encoding, image/color/palette
+ Performance improvements
+ Three-index slices
+ godoc and vet commands moved to go-go.tools package
* Removed godoc-path-locations.patch and godoc.service
+ Check golang.org/doc/go1.2 for a full list of changes
- Fix go_ver macro to provide the version number again
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=178
2013-10-18 13:05:09 +00:00
Sascha Peilicke
d1e9371479
- Fix Factory i586 build failure by stripping binaries earlier.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=176
2013-08-14 13:51:53 +00:00
Sascha Peilicke
1ce0e5e7c6
- Rework %go_prep again, use "shopt -s dotglob" to catch hidden files
...
- Change %go_requires to "Require: go >= %go_ver" instead of
"Require: go-devel = %go_ver". Go follows a stable release policy which
means patch-level updates are (supposed to be) compatible.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=175
2013-08-13 14:10:17 +00:00
Sascha Peilicke
e914829c9b
Accepting request 186956 from home:saschpe:go
...
- Update to version 1.1.2:
+ includes fixes to the gc compiler and cgo, and the bufio, runtime, syscall,
and time packages. See the change history for details. If you use package
syscall's Getrlimit and Setrlimit functions under Linux on the ARM or 386
architectures, please note change 55ac276af5a7 that fixes issue 5949.
- Fix %go_prep again: Also move hidden files (.$BLA)
OBS-URL: https://build.opensuse.org/request/show/186956
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=173
2013-08-13 13:02:19 +00:00
Sascha Peilicke
32b9e4db10
fixup
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=172
2013-08-13 11:17:59 +00:00
Sascha Peilicke
41674b3ec0
- Also set ExclusiveArch in %go_requires macro. Allows to drop
...
%go_exclusivearch again
- Fix %go_prep macro: Find directories in %_builddir based on Go
package name prefix (not exact match).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=171
2013-08-13 10:03:17 +00:00
Sascha Peilicke
837a4e214e
- Fix URL
...
- Add %go_exclusivearch macro. It's better to only specify ExclusiveArch
in the "go" package instead of all Go packages. Avoids errors once
Go becomes available on more architectures
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=170
2013-08-13 07:25:05 +00:00
Graham Anderson
06106851e9
BNC#818502 try build with new rpm
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=169
2013-07-18 23:23:23 +00:00
Graham Anderson
44d8d43499
update godoc patch
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=167
2013-07-10 12:34:19 +00:00
Graham Anderson
42c61f2795
Update to Go 1.1.1
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=166
2013-06-13 08:58:59 +00:00
Graham Anderson
40fccbe35b
Accepting request 175683 from devel:languages:go:unstable
...
OBS-URL: https://build.opensuse.org/request/show/175683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=165
2013-05-15 03:38:25 +00:00
Graham Anderson
e716ee9c81
Accepting request 160617 from home:sumski:branches:devel:languages:go
...
- Drop the go-kate package, the syntax is already shipped with
libktexteditor package (see also sr#160616)
OBS-URL: https://build.opensuse.org/request/show/160617
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=163
2013-03-22 18:03:45 +00:00
Sascha Peilicke
df8507ba75
- Remove misc documentation. It doesn't contain anything really useful
...
and several files are found in other (sub-)packages (bnc#788344)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=161
2012-11-06 13:48:04 +00:00
Sascha Peilicke
5a446f56f2
- Update to version 1.0.3:
...
- Improved documentation
- List of fixed issues:
https://groups.google.com/forum/#!topic/golang-nuts/co3SvXbGrNk
- More details can be found on this full list of changes:
http://code.google.com/p/go/source/list?name=release-branch.go1
- Removed:
- opensuse-vim.patch, merged upstream
- Fix for bnc#686557, offending pdf was removed upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=159
2012-10-01 09:38:36 +00:00
Graham Anderson
40c330580f
update changes file with missing spec/macro changes
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=157
2012-09-05 10:16:53 +00:00
Graham Anderson
32689d01b6
add correct patch
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=156
2012-09-05 04:35:10 +00:00
Graham Anderson
39ed939f73
BNC#776058 patch go installer to not return stale std libraries for non root users installing third party packages
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=155
2012-09-05 04:10:28 +00:00
Graham Anderson
858eeea586
tweak spec
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=153
2012-08-23 12:08:58 +00:00
Graham Anderson
47bb00ab13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=152
2012-08-23 11:25:55 +00:00
Graham Anderson
778506dce7
add wiki gadget to spec
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=151
2012-08-20 08:47:24 +00:00
Graham Anderson
a1bc232568
add Go wiki gadget xml
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=150
2012-08-20 08:14:10 +00:00
Graham Anderson
99f760b727
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=149
2012-08-18 06:08:24 +00:00
Graham Anderson
14afee91d2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=148
2012-08-16 17:23:45 +00:00
Graham Anderson
cc00205605
Accepting request 131022 from home:andtecheu
...
BNC#776058
OBS-URL: https://build.opensuse.org/request/show/131022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=147
2012-08-16 11:34:24 +00:00
Graham Anderson
494a9d55d9
update spec and patch vim plugin
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=146
2012-08-15 01:10:55 +00:00
Graham Anderson
64d0f491cc
remove -x from go fix macro
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=145
2012-07-17 00:07:47 +00:00
Sascha Peilicke
24e7e3944d
Accepting request 127640 from openSUSE:Factory:ARM
...
- fix some qemu-arm compilation errors by passing -x to go always
- enable verbose build (fixes compilation for ARM? O_o)
- fix build for ARM
OBS-URL: https://build.opensuse.org/request/show/127640
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=143
2012-07-11 12:36:49 +00:00
Graham Anderson
d0f221e074
update VERSION
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=141
2012-06-14 18:07:54 +00:00
Graham Anderson
4d870dd14d
update to bugfix release 1.0.2
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=140
2012-06-14 08:56:45 +00:00
Sascha Peilicke
a1cbe4d225
- Some Fedora_16 build fixes (i.e. added suse macros)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=138
2012-06-05 14:11:33 +00:00
Graham Anderson
8822bf843e
fix build time paths in macros.go for packages that depend on other go packages
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=137
2012-06-05 13:54:01 +00:00
Graham Anderson
88a1921e79
replace correct goarch statement
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=135
2012-05-10 04:13:33 +00:00
Graham Anderson
9187e05af9
fix GOPATH in build macros
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=134
2012-05-10 03:45:06 +00:00
Graham Anderson
5331186feb
update to 1.0.1
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=133
2012-05-09 15:04:39 +00:00
Graham Anderson
3a25ef43f3
add godoc macro
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=132
2012-04-02 18:30:40 +00:00