From 415296d7952ea003a8a37320814e750f9bb48055e466faa2ff76505159139138 Mon Sep 17 00:00:00 2001 From: Joop Boonen Date: Fri, 8 Feb 2019 18:24:14 +0000 Subject: [PATCH] Accepting request 672761 from home:jfajerski:branches:server:monitoring - Update to 0.2.0 + Features: * Adding changes to support s390x * Add option to disable static linking * Add support for 32bit MIPS. * Added check_licenses Command to Promu + Enhancements: * Allow to customize nested options via env variables * Bump Go version to 1.11 * Add warning if promu info is unable to determine repo info + Bug Fixes: * Fix build on SmartOS by not setting gcc's -static flag * Fix git repository url parsing OBS-URL: https://build.opensuse.org/request/show/672761 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=4 --- _service | 4 ++-- golang-github-prometheus-promu.changes | 17 +++++++++++++++++ golang-github-prometheus-promu.spec | 15 +++++++++------ promu-0.1.0.tar.xz | 3 --- promu-0.2.0.tar.xz | 3 +++ 5 files changed, 31 insertions(+), 11 deletions(-) delete mode 100644 promu-0.1.0.tar.xz create mode 100644 promu-0.2.0.tar.xz diff --git a/_service b/_service index e960124..34d08e6 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/prometheus/promu.git git .git - 0.1.0 - master + 0.2.0 + v0.2.0 promu-*.tar diff --git a/golang-github-prometheus-promu.changes b/golang-github-prometheus-promu.changes index 35e30e8..8df6a88 100644 --- a/golang-github-prometheus-promu.changes +++ b/golang-github-prometheus-promu.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Feb 8 11:05:48 UTC 2019 - Jan Fajerski + +- Update to 0.2.0 + + Features: + * Adding changes to support s390x + * Add option to disable static linking + * Add support for 32bit MIPS. + * Added check_licenses Command to Promu + + Enhancements: + * Allow to customize nested options via env variables + * Bump Go version to 1.11 + * Add warning if promu info is unable to determine repo info + + Bug Fixes: + * Fix build on SmartOS by not setting gcc's -static flag + * Fix git repository url parsing + ------------------------------------------------------------------- Thu Jan 25 10:13:29 UTC 2018 - kkaempf@suse.com diff --git a/golang-github-prometheus-promu.spec b/golang-github-prometheus-promu.spec index 67d2c52..d7b0cc4 100644 --- a/golang-github-prometheus-promu.spec +++ b/golang-github-prometheus-promu.spec @@ -1,7 +1,7 @@ # # spec file for package golang-github-prometheus-promu # -# Copyright (c) 2017 Silvio Moioli +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{go_nostrip} Name: golang-github-prometheus-promu -Version: 0.1.0 +Version: 0.2.0 Release: 0 -License: Apache-2.0 Summary: Prometheus Utility Tool -Url: https://github.com/prometheus/promu +License: Apache-2.0 Group: System/Management +Url: https://github.com/prometheus/promu Source: promu-%{version}.tar.xz +BuildRequires: go1.11 BuildRequires: golang-packaging BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,7 +50,8 @@ The Prometheus Utility Tool is used by the Prometheus project to build other com %files -f file.lst %defattr(-,root,root,-) -%doc README.md LICENSE +%doc README.md +%license LICENSE %{_bindir}/promu %changelog diff --git a/promu-0.1.0.tar.xz b/promu-0.1.0.tar.xz deleted file mode 100644 index 6ec3b96..0000000 --- a/promu-0.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47213b22e9f3565694a6d65b85ab453a2d5f42b03ef0571be41a24f93ce1fd9a -size 449488 diff --git a/promu-0.2.0.tar.xz b/promu-0.2.0.tar.xz new file mode 100644 index 0000000..02cc5a2 --- /dev/null +++ b/promu-0.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb06771bf63610296b557f6879b8e4e8a2086bc96133353e657b9d1edf2e9b0 +size 451812