Accepting request 848370 from 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 (forwarded request 848368 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/848370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-packaging?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2020-11-15 14:22:39 +00:00 committed by Git OBS Bridge
commit 5977a10ca8
6 changed files with 20 additions and 6 deletions

View File

@ -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.13</param>
<param name="revision">v15.0.15</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/golang-packaging</param>
<param name="changesrevision">5282fde8ea690a38a01b6f274ab7d744808e5b60</param></service></servicedata>
<param name="changesrevision">38e4ce0961fcaaa564cc6b9e68ef1d6602baf18a</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b0096224934cb5216eb95253972f5b5e75f26fbd1dc629c1b1b5730498eb2a6
size 16684

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd5fe17ee6c0efc9d946d487a8315a3304bc1ae765826ccbc68743c99ab38941
size 16732

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
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
- Update to version 15.0.14:
* Ensure to touch $RPM_BUILD_ROOT only in the various install phases
* Add support for riscv64
-------------------------------------------------------------------
Fri May 29 19:13:55 UTC 2020 - jkowalczyk@suse.com

View File

@ -17,7 +17,7 @@
Name: golang-packaging
Version: 15.0.13
Version: 15.0.15
Release: 0
Summary: A toolchain to help packaging golang
License: GPL-3.0-only