Accepting request 612826 from home:jordimassaguerpla:branch:dlg:golang-packaging:fix_s_parameter
- Update to version 15.0.9: * update changelog: add 15.0.9 version * Pass linker flag via ldflags * Bump version 15.0.8 * Fix the handling of quoted extra args * bump version to v15.0.7 * golang.sh: Fix arch for aarch64 * fix changelog * bump version to v15.0.6 * *: always use -buildmode=pie * Bump version to v15.0.5 OBS-URL: https://build.opensuse.org/request/show/612826 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=57
This commit is contained in:
parent
4000a0b5de
commit
00dc3df78b
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.8</param>
|
||||
<param name="revision">v15.0.8</param>
|
||||
<param name="versionformat">15.0.9</param>
|
||||
<param name="revision">v15.0.9</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:9ce0335cf6c8386bbaf95fea91756f1f8e8515072ca12df61dd958fc653f10f7
|
||||
size 16128
|
3
golang-packaging-15.0.9.tar.xz
Normal file
3
golang-packaging-15.0.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a01bfc5e7cd3adc214196bd3db16584220a8aeb6c1172efe8088450805c5b16
|
||||
size 16140
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:32:08 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 15.0.9:
|
||||
* update changelog: add 15.0.9 version
|
||||
* Pass linker flag via ldflags
|
||||
* Bump version 15.0.8
|
||||
* Fix the handling of quoted extra args
|
||||
* bump version to v15.0.7
|
||||
* golang.sh: Fix arch for aarch64
|
||||
* fix changelog
|
||||
* bump version to v15.0.6
|
||||
* *: always use -buildmode=pie
|
||||
* Bump version to v15.0.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 16:45:42 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: golang-packaging
|
||||
Version: 15.0.8
|
||||
Version: 15.0.9
|
||||
Release: 0
|
||||
Summary: A toolchain to help packaging golang
|
||||
License: GPL-3.0
|
||||
License: GPL-3.0-only
|
||||
Group: Development/Languages/Golang
|
||||
Url: https://github.com/openSUSE/%{name}
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user