Hello community,
here is the log from the commit of package golang-github-prometheus-promu for
openSUSE:Factory checked in at 2018-03-16 10:40:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-promu (Old)
and /work/SRC/openSUSE:Factory/.golang-github-prometheus-promu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-promu"
Fri Mar 16 10:40:06 2018 rev:1 rq:583282 version:0.1.0
Changes:
--------
New Changes file:
--- /dev/null 2018-03-01 08:56:54.644963210 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-prometheus-promu.new/golang-github-prometheus-promu.changes
2018-03-16 10:40:07.527437762 +0100
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Thu Jan 25 10:13:29 UTC 2018 - [email protected]
+
+- Update to 0.1.0
+
+-------------------------------------------------------------------
+Wed Mar 29 09:16:48 UTC 2017 - [email protected]
+
+- Initial version
New:
----
_service
golang-github-prometheus-promu.changes
golang-github-prometheus-promu.spec
promu-0.1.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-prometheus-promu.spec ++++++
#
# spec file for package golang-github-prometheus-promu
#
# Copyright (c) 2017 Silvio Moioli <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
%{go_nostrip}
Name: golang-github-prometheus-promu
Version: 0.1.0
Release: 0
License: Apache-2.0
Summary: Prometheus Utility Tool
Url: https://github.com/prometheus/promu
Group: System/Management
Source: promu-%{version}.tar.xz
BuildRequires: golang-packaging
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_provides}
%description
The Prometheus Utility Tool is used by the Prometheus project to build other
components.
%prep
%setup -q -n promu-%{version}
%build
%goprep github.com/prometheus/promu
%gobuild
%install
%goinstall
%gosrc
%gofilelist
%files -f file.lst
%defattr(-,root,root,-)
%doc README.md LICENSE
%{_bindir}/promu
%changelog
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/prometheus/promu.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">0.1.0</param>
<param name="revision">master</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">promu-*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">promu</param>
</service>
</services>