Accepting request 506783 from home:thipp:branches:devel:languages:go
- Update to version 15.0.5: * set correct modifier if no arguments are provided * Remove duplicates when finding Requires * fix GOPATH and macros * Fix Provides and Requires for some builds * Fix Requires/Provides issue with split packages * Remove unused variables OBS-URL: https://build.opensuse.org/request/show/506783 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=51
This commit is contained in:
parent
f66d428040
commit
00663f155f
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">golang-packaging</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">15.0.4</param>
|
||||
<param name="revision">v15.0.4</param>
|
||||
<param name="versionformat">15.0.5</param>
|
||||
<param name="revision">v15.0.5</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d6e9ebf381bcf9269bae2a8aaaac07a1c89d2f28fbf74c497603e80b4a74d6c
|
||||
size 16040
|
3
golang-packaging-15.0.5.tar.xz
Normal file
3
golang-packaging-15.0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:189ed638e823787b6986def7601d88c1292a260cab43402cca9233af0e8fee5e
|
||||
size 16028
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 11:55:26 UTC 2017 - thipp@suse.de
|
||||
|
||||
- Update to version 15.0.5:
|
||||
* set correct modifier if no arguments are provided
|
||||
* Remove duplicates when finding Requires
|
||||
* fix GOPATH and macros
|
||||
* Fix Provides and Requires for some builds
|
||||
* Fix Requires/Provides issue with split packages
|
||||
* Remove unused variables
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 07 09:20:59 UTC 2017 - thipp@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: golang-packaging
|
||||
Version: 15.0.4
|
||||
Version: 15.0.5
|
||||
Release: 0
|
||||
Summary: A toolchain to help packaging golang
|
||||
License: GPL-3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user