Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package prometheus-sap_host_exporter for 
openSUSE:Factory checked in at 2023-06-01 17:21:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-sap_host_exporter (Old)
 and      /work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.2531 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prometheus-sap_host_exporter"

Thu Jun  1 17:21:23 2023 rev:6 rq:1090300 version:0.6.0+git.1685628435.48c4099

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/prometheus-sap_host_exporter/prometheus-sap_host_exporter.changes
        2020-07-05 01:17:49.560928501 +0200
+++ 
/work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.2531/prometheus-sap_host_exporter.changes
      2023-06-01 17:21:25.122835558 +0200
@@ -1,0 +2,21 @@
+Thu Jun  1 14:34:20 2023 UTC - [email protected]
+
+- Release 0.6.0
+
+  ## What's Changed
+  * Fix minor typo on spec by @MalloZup in 
https://github.com/SUSE/sap_host_exporter/pull/50
+  * Fix Datasource named ${DS_PROMETHEUS} was not found by @MalloZup in 
https://github.com/SUSE/sap_host_exporter/pull/53
+  * fix exporter package description by @stefanotorresi in 
https://github.com/SUSE/sap_host_exporter/pull/56 (bsc#1211311)
+  * make the sapcontrol SOAP XML webservice client importable by 
@stefanotorresi in https://github.com/SUSE/sap_host_exporter/pull/59
+  * fix typo by @aleksei-burlakov in 
https://github.com/SUSE/sap_host_exporter/pull/63
+  * remove the download task from Makefile by @stefanotorresi in 
https://github.com/SUSE/sap_host_exporter/pull/60
+  * Check if the process contains instead of matches by @tester22 in 
https://github.com/SUSE/sap_host_exporter/pull/65
+  * Bump github.com/prometheus/client_golang from 1.1.0 to 1.11.1 by 
@dependabot in https://github.com/SUSE/sap_host_exporter/pull/67
+  * Bump github.com/prometheus/client_golang from 1.11.1 to 1.15.1 by 
@dependabot in https://github.com/SUSE/sap_host_exporter/pull/70
+  * Bump github.com/sirupsen/logrus from 1.6.0 to 1.9.2 by @dependabot in 
https://github.com/SUSE/sap_host_exporter/pull/69
+  * Bump github.com/hooklift/gowsdl from 0.3.2-0.20200216020636-7a3e6bce010b 
to 0.5.0 by @dependabot in https://github.com/SUSE/sap_host_exporter/pull/68
+  * Update required Go version to 1.20 (bsc#1208270)
+
+  **Full Changelog**: 
https://github.com/SUSE/sap_host_exporter/compare/0.5.1...0.6.0
+
+-------------------------------------------------------------------

Old:
----
  prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8.tar.gz

New:
----
  prometheus-sap_host_exporter-0.6.0+git.1685628435.48c4099.tar.gz

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

Other differences:
------------------
++++++ prometheus-sap_host_exporter.spec ++++++
--- /var/tmp/diff_new_pack.sv4NfK/_old  2023-06-01 17:21:25.794839541 +0200
+++ /var/tmp/diff_new_pack.sv4NfK/_new  2023-06-01 17:21:25.802839588 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package prometheus-sap_host_exporter
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,29 +18,23 @@
 
 Name:           prometheus-sap_host_exporter
 # Version will be processed via set_version source service
-Version:        0.5.1+git.1593777035.a5d05f8
+Version:        0.6.0+git.1685628435.48c4099
 Release:        0
-Summary:        Prometheus exporter for SAP systems (a.k.a. NetWeaver)
 License:        Apache-2.0
+Summary:        Prometheus exporter for SAP hosts
 Group:          System/Monitoring
 URL:            https://github.com/SUSE/sap_host_exporter
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
 ExclusiveArch:  aarch64 x86_64 ppc64le s390x
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  go >= 1.12
+BuildRequires:  golang(API) >= 1.20
 Provides:       sap_host_exporter = %{version}-%{release}
 Provides:       prometheus(sap_host_exporter) = %{version}-%{release}
-# Unlike C/C++ packages, Golang packages do not have header files. They are 
statically built so the main package is also the devel package.
-Provides:       %{name}-devel = %{version}
-Provides:       %{name}-devel-static = %{version}
-
-# Make sure that the binary is not getting stripped.
-%undefine _build_create_debug
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 %description
-Prometheus exporter for Pacemaker HA clusters metrics
+A Prometheus metrics exporter that connects to the SAPControl web interface
+to collect data about SAP systems like NetWeaver and S4/HANA.
 
 %prep
 %setup -q            # unpack project sources
@@ -52,6 +46,7 @@
 
 export CGO_ENABLED=0
 go build -mod=vendor \
+         -buildmode=pie \
          -ldflags="-s -w -X main.version=%{version}" \
          -o %{shortname}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.sv4NfK/_old  2023-06-01 17:21:25.842839826 +0200
+++ /var/tmp/diff_new_pack.sv4NfK/_new  2023-06-01 17:21:25.846839849 +0200
@@ -1,22 +1,21 @@
 <services>
-    <service name="tar_scm" mode="disabled">
-        <param name="url">git://github.com/SUSE/sap_host_exporter.git</param>
+    <service name="tar_scm" mode="manual">
+        <param name="url">https://github.com/SUSE/sap_host_exporter.git</param>
         <param name="scm">git</param>
-        <param name="revision">0.5.1</param>
+        <param name="revision">0.6.0</param>
         <param name="exclude">.git</param>
         <param name="exclude">.github</param>
         <param name="exclude">dashboards</param>
         <param 
name="exclude">packaging/obs/grafana-sap-netweaver-dashboards</param>
-        <param name="version">0.5.1+git.1593777035.a5d05f8</param>
+        <param name="version">0.6.0+git.1685628435.48c4099</param>
         <param name="filename">prometheus-sap_host_exporter</param>
     </service>
-    <service name="set_version" mode="disabled">
+    <service name="set_version" mode="manual">
         <param name="file">prometheus-sap_host_exporter.spec</param>
     </service>
-    <service name="recompress" mode="disabled">
+    <service name="recompress" mode="manual">
         <param name="file">*.tar</param>
         <param name="compression">gz</param>
     </service>
-    <service name="go_modules" mode="disabled" />
 </services>
 

++++++ prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8.tar.gz -> 
prometheus-sap_host_exporter-0.6.0+git.1685628435.48c4099.tar.gz ++++++
++++ 1888 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
++++ 402932 lines of diff (skipped)

Reply via email to