Accepting request 848368 from home:jfkw:branches:devel:languages:go
- Update to version 15.0.15: * Only create directories that do not yet exist * filelelist can try to access source_dir independently OBS-URL: https://build.opensuse.org/request/show/848368 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=71
This commit is contained in:
parent
1c531218ba
commit
835ead334e
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="filename">golang-packaging</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v15.0.14</param>
|
||||
<param name="revision">v15.0.15</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/golang-packaging</param>
|
||||
<param name="changesrevision">62026e0b9a38c53d12fd9043af5dc66419152651</param></service></servicedata>
|
||||
<param name="changesrevision">38e4ce0961fcaaa564cc6b9e68ef1d6602baf18a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b6caf60cc0e2ff21585bed41addf6aada8c783e32f0f1f5cd56442ba2182034
|
||||
size 16696
|
3
golang-packaging-15.0.15.tar.xz
Normal file
3
golang-packaging-15.0.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd5fe17ee6c0efc9d946d487a8315a3304bc1ae765826ccbc68743c99ab38941
|
||||
size 16732
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 15:17:44 UTC 2020 - jkowalczyk@suse.com
|
||||
|
||||
- Update to version 15.0.15:
|
||||
* Only create directories that do not yet exist
|
||||
* filelelist can try to access source_dir independently
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 17:59:12 UTC 2020 - jkowalczyk@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: golang-packaging
|
||||
Version: 15.0.14
|
||||
Version: 15.0.15
|
||||
Release: 0
|
||||
Summary: A toolchain to help packaging golang
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user