Hello community,

here is the log from the commit of package prometheus-ha_cluster_exporter for 
openSUSE:Factory checked in at 2020-03-01 21:27:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-ha_cluster_exporter (Old)
 and      /work/SRC/openSUSE:Factory/.prometheus-ha_cluster_exporter.new.26092 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prometheus-ha_cluster_exporter"

Sun Mar  1 21:27:41 2020 rev:2 rq:780336 version:1.0.0beta7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/prometheus-ha_cluster_exporter/prometheus-ha_cluster_exporter.changes
    2020-02-14 16:36:47.367566178 +0100
+++ 
/work/SRC/openSUSE:Factory/.prometheus-ha_cluster_exporter.new.26092/prometheus-ha_cluster_exporter.changes
 2020-03-01 21:28:10.076575238 +0100
@@ -1,0 +2,15 @@
+Fri Feb 28 15:13:01 2020 UTC - [email protected]
+
+- Release 1.0.0beta7
+
+  ## Changed
+  - Refactored project structure by using Go packages (#131).
+  - Refactored Pacemaker collector and separate XML parsing from the metrics 
collection (#132).
+  - The open-source software license has been changed from GPLv3 to Apache 
2.0. (#133)
+  - The RPM build no longer uses PIE, which made Go platform compatibility 
potentially problematic. (#133)
+
+  ## Fixed
+  - Stopped resources are now tracked correctly. (#134)
+  - A few edge cases previously uncovered in the CI pipeline are now handled 
correctly. (#135)
+
+-------------------------------------------------------------------

Old:
----
  prometheus-ha_cluster_exporter-1.0.0beta6.tar.gz

New:
----
  prometheus-ha_cluster_exporter-1.0.0beta7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ prometheus-ha_cluster_exporter.spec ++++++
--- /var/tmp/diff_new_pack.G3hf1M/_old  2020-03-01 21:28:12.672580511 +0100
+++ /var/tmp/diff_new_pack.G3hf1M/_new  2020-03-01 21:28:12.684580535 +0100
@@ -1,27 +1,29 @@
 #
-# Copyright (c) 2019 SUSE LLC
+# spec file for package prometheus-ha_cluster_exporter
 #
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# Copyright (c) 2020 SUSE LLC
 #
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
+# 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 https://bugs.opensuse.org/
 #
+
+
 Name:           prometheus-ha_cluster_exporter
 # Version will be processed via set_version source service
-Version:        1.0.0beta6
+Version:        1.0.0beta7
 Release:        0
-License:        Apache-2.0
 Summary:        Prometheus exporter for Pacemaker HA clusters metrics
+License:        Apache-2.0
 Group:          System/Monitoring
-Url:            https://github.com/ClusterLabs/ha_cluster_exporter
+URL:            https://github.com/ClusterLabs/ha_cluster_exporter
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
 ExclusiveArch:  aarch64 x86_64 ppc64le s390x
@@ -48,12 +50,10 @@
 
 %build
 
-# s390x GOARCH doesn't support PIE
-%ifnarch s390x
-export GOFLAGS="-buildmode=pie"
-%endif
-
-go build -mod=vendor -ldflags="-s -w -X main.version=%{version}" -o 
%{shortname}
+export CGO_ENABLED=0
+go build -mod=vendor \
+         -ldflags="-s -w -X main.version=%{version}" \
+         -o %{shortname}
 
 %install
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.G3hf1M/_old  2020-03-01 21:28:12.724580617 +0100
+++ /var/tmp/diff_new_pack.G3hf1M/_new  2020-03-01 21:28:12.724580617 +0100
@@ -2,13 +2,13 @@
     <service name="tar_scm" mode="disabled">
         <param 
name="url">git://github.com/ClusterLabs/ha_cluster_exporter.git</param>
         <param name="scm">git</param>
-        <param name="revision">1.0.0beta6</param>
+        <param name="revision">1.0.0beta7</param>
         <param name="exclude">.git</param>
         <param name="versionformat">@PARENT_TAG@</param>
         <param name="filename">prometheus-ha_cluster_exporter</param>
     </service>
     <service name="set_version" mode="disabled">
-        <param name="version">1.0.0beta6</param>
+        <param name="version">1.0.0beta7</param>
         <param name="file">prometheus-ha_cluster_exporter.spec</param>
     </service>
     <service name="recompress" mode="disabled">

++++++ prometheus-ha_cluster_exporter-1.0.0beta6.tar.gz -> 
prometheus-ha_cluster_exporter-1.0.0beta7.tar.gz ++++++
++++ 4712 lines of diff (skipped)

++++++ vendor.tar.gz ++++++


Reply via email to