Hello community, here is the log from the commit of package hawk-apiserver for openSUSE:Factory checked in at 2019-06-12 13:10:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hawk-apiserver (Old) and /work/SRC/openSUSE:Factory/.hawk-apiserver.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hawk-apiserver" Wed Jun 12 13:10:43 2019 rev:9 rq:697500 version:0.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/hawk-apiserver/hawk-apiserver.changes 2018-03-11 15:25:29.742689175 +0100 +++ /work/SRC/openSUSE:Factory/.hawk-apiserver.new.4811/hawk-apiserver.changes 2019-06-12 13:10:47.113037764 +0200 @@ -1,0 +2,39 @@ +Wed Apr 17 15:01:37 UTC 2019 - [email protected] + +- Update to version 0.0.2+git113.7d43fb3: + * Fix lints in api_common.go + * Format main_test.go + * Add spec file to project + * Add tests for AsyncCib + * Delete unused html/ subdirectory + * Move asynchronous CIB handling to cib/ + * Restructure into subfolders + * Add Go Report Card badge to README + * Add doc.go for package documentation + * Add test case for handleMetrics + * Don't pass unused parameter to handleMetrics + * Total -> Configured, and hide resource stopped (incorrect) + * More test data + * Sort pernode metric keys + * Can iterate keys and values at once + * Record number of unique resource Ids, and add some test data + * More metrics and test data / scripts + * go fmt on main_test.go, redirect.go + * Expose minimal metrics + * Respect the CIB_file environment variable + * Fix docstrings and clean up some lints + * Add godoc badge to README + * Update dependencies + * Fix bugs in #12 + * Update go-pacemaker + * Run go fmt + * Update api_structs to include Podman structures + * Switch to https for gitmodules + * Avoid output the duplicate warning or error. + * Only pip install if cibToGoStruct is not available and run go fmt after generating the file + * Move configuration to /api/v1/configuration, cib XML to /api/v1/configuration/cib.xml + * Run go fmt on the code + * Update README with information about cibToGoStruct + * Check in generated api_structs.go + +------------------------------------------------------------------- Old: ---- _service _servicedata hawk-apiserver-0.0.2+git8.af5b3f9.tar.xz New: ---- hawk-apiserver-0.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hawk-apiserver.spec ++++++ --- /var/tmp/diff_new_pack.csPtzK/_old 2019-06-12 13:10:47.577037276 +0200 +++ /var/tmp/diff_new_pack.csPtzK/_new 2019-06-12 13:10:47.577037276 +0200 @@ -1,7 +1,7 @@ # # spec file for package hawk-apiserver # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,18 +12,18 @@ # 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/ # Name: hawk-apiserver -Version: 0.0.2+git8.af5b3f9 +Version: 0.0.3 Release: 0 Summary: Web server and API provider for Hawk License: GPL-3.0-or-later Group: Productivity/Clustering/HA -Url: https://github.com/krig/hawk-apiserver -Source: %{name}-%{version}.tar.xz +Url: https://github.com/ClusterLabs/hawk-apiserver +Source: %{name}-%{version}.tar.gz Source2: %{name}-rpmlintrc BuildRequires: golang-packaging BuildRequires: libpacemaker-devel >= 1.1.16 @@ -48,7 +48,7 @@ %setup -q %build -%{goprep} github.com/krig/hawk-apiserver +%{goprep} github.com/ClusterLabs/hawk-apiserver %{gobuild} %install @@ -64,10 +64,10 @@ %{_sbindir}/%{name} %{_mandir}/man8/hawk-apiserver.8.gz %if 0%{?suse_version} == 1315 -%exclude %go_contribdir/github.com/krig/hawk-apiserver/vendor/github.com/krig/go-pacemaker.a -%exclude %go_contribdir/github.com/krig/hawk-apiserver/vendor/github.com/sirupsen/logrus.a -%exclude %go_contribdir/github.com/krig/hawk-apiserver/vendor/golang.org/x/crypto/ssh/terminal.a -%exclude %go_contribdir/github.com/krig/hawk-apiserver/vendor/golang.org/x/sys/unix.a +%exclude %go_contribdir/github.com/ClusterLabs/hawk-apiserver/vendor/github.com/ClusterLabs/go-pacemaker.a +%exclude %go_contribdir/github.com/ClusterLabs/hawk-apiserver/vendor/github.com/sirupsen/logrus.a +%exclude %go_contribdir/github.com/ClusterLabs/hawk-apiserver/vendor/golang.org/x/crypto/ssh/terminal.a +%exclude %go_contribdir/github.com/ClusterLabs/hawk-apiserver/vendor/golang.org/x/sys/unix.a %endif %changelog
