- Update to version 15.0.10:

* update changelog to v15.0.10
  * This flag does not exist for go 1.10 because this is an extra flag that openSUSE was adding into the go packages in order to fix
  * Revert "only add the s flag if go is less than 1.10"
  * only add the s flag if go is less than 1.10
  * Revert "Pass linker flag via ldflags"
  * 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
- Add Requires rpmdev-tools as this is used to compare versions in the
  golang.sh script

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=59
This commit is contained in:
Jordi Massaguer 2018-05-31 15:28:46 +00:00 committed by Git OBS Bridge
parent 16c3e3e767
commit f13c5ddecf
5 changed files with 25 additions and 6 deletions

View File

@ -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.9</param>
<param name="revision">v15.0.9</param>
<param name="versionformat">15.0.10</param>
<param name="revision">v15.0.10</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu May 31 15:24:50 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 15.0.10:
* update changelog to v15.0.10
* This flag does not exist for go 1.10 because this is an extra flag that openSUSE was adding into the go packages in order to fix
* Revert "only add the s flag if go is less than 1.10"
* only add the s flag if go is less than 1.10
* Revert "Pass linker flag via ldflags"
* 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
- Add Requires rpmdev-tools as this is used to compare versions in the
golang.sh script
-------------------------------------------------------------------
Tue May 29 10:32:08 UTC 2018 - opensuse-packaging@opensuse.org

View File

@ -17,7 +17,7 @@
Name: golang-packaging
Version: 15.0.9
Version: 15.0.10
Release: 0
Summary: A toolchain to help packaging golang
License: GPL-3.0-only
@ -28,6 +28,7 @@ Source: %{name}-%{version}.tar.xz
BuildRequires: rpm
BuildRequires: xz
Requires: go
Requires: rpmdevtools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch