From f13c5ddecff22b04efc2c3c68d7310d7a146f91219084952fc15b023d25a8dc9 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Thu, 31 May 2018 15:28:46 +0000 Subject: [PATCH] - 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 --- _service | 4 ++-- golang-packaging-15.0.10.tar.xz | 3 +++ golang-packaging-15.0.9.tar.xz | 3 --- golang-packaging.changes | 18 ++++++++++++++++++ golang-packaging.spec | 3 ++- 5 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 golang-packaging-15.0.10.tar.xz delete mode 100644 golang-packaging-15.0.9.tar.xz diff --git a/_service b/_service index 4feef48..0fefdda 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ git golang-packaging .git - 15.0.9 - v15.0.9 + 15.0.10 + v15.0.10 enable diff --git a/golang-packaging-15.0.10.tar.xz b/golang-packaging-15.0.10.tar.xz new file mode 100644 index 0000000..3b25dcc --- /dev/null +++ b/golang-packaging-15.0.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14964961feb384becc2942b43999a09ded930bae620ceb082413c0e1192ee49a +size 16452 diff --git a/golang-packaging-15.0.9.tar.xz b/golang-packaging-15.0.9.tar.xz deleted file mode 100644 index 99c0223..0000000 --- a/golang-packaging-15.0.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a01bfc5e7cd3adc214196bd3db16584220a8aeb6c1172efe8088450805c5b16 -size 16140 diff --git a/golang-packaging.changes b/golang-packaging.changes index 0b16168..bd00104 100644 --- a/golang-packaging.changes +++ b/golang-packaging.changes @@ -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 diff --git a/golang-packaging.spec b/golang-packaging.spec index ed075c2..17a8fb9 100644 --- a/golang-packaging.spec +++ b/golang-packaging.spec @@ -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