Accepting request 403809 from home:tboerger:branches:devel:languages:go
Updated to latest version, 14.9.2 OBS-URL: https://build.opensuse.org/request/show/403809 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=37
This commit is contained in:
parent
05c3a6394d
commit
f0650dbdfd
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">golang-packaging</param>
|
<param name="filename">golang-packaging</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">14.9.1</param>
|
<param name="versionformat">14.9.2</param>
|
||||||
<param name="revision">v14.9.1</param>
|
<param name="revision">v14.9.2</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db81a50636c0a8b9736d30d27894b1b03723c316d4b7a8387fcb03d70003d1b3
|
|
||||||
size 18752
|
|
3
golang-packaging-14.9.2.tar.xz
Normal file
3
golang-packaging-14.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cea2cfd5e162cc0d58afe12365fd9ec7049bb15aa233cb719bb163151b3733f
|
||||||
|
size 18908
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 21 09:32:43 UTC 2016 - tboerger@suse.com
|
||||||
|
|
||||||
|
- Update to version 14.9.2:
|
||||||
|
+ [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s
|
||||||
|
+ [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group
|
||||||
|
+ fix a typo in cli.rb
|
||||||
|
+ increate timeout to 300s or go install can't finish
|
||||||
|
+ Remove runtime dependency for Go API
|
||||||
|
+ simplify rpmsysinfo.rb
|
||||||
|
+ release 14.9.1
|
||||||
|
+ Added go_nostrip macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 08 10:36:29 UTC 2016 - i@marguerite.su
|
Wed Jun 08 10:36:29 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
@ -16,8 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define version_unconverted 14.9.2
|
||||||
|
|
||||||
Name: golang-packaging
|
Name: golang-packaging
|
||||||
Version: 14.9.1
|
Version: 14.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A toolchain to help packaging golang
|
Summary: A toolchain to help packaging golang
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user