Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
golang-github-lusitaniae-apache_exporter for openSUSE:Factory checked in at
2022-05-12 23:00:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-lusitaniae-apache_exporter
(Old)
and
/work/SRC/openSUSE:Factory/.golang-github-lusitaniae-apache_exporter.new.1538
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-lusitaniae-apache_exporter"
Thu May 12 23:00:35 2022 rev:5 rq:976464 version:0.11.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-lusitaniae-apache_exporter/golang-github-lusitaniae-apache_exporter.changes
2022-03-11 11:43:45.550775362 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-lusitaniae-apache_exporter.new.1538/golang-github-lusitaniae-apache_exporter.changes
2022-05-12 23:01:05.264855400 +0200
@@ -1,0 +2,5 @@
+Sun Mar 13 12:42:00 UTC 2022 - Michael Str??der <[email protected]>
+
+- update to upstream release 0.11.0
+
+-------------------------------------------------------------------
@@ -12 +17,4 @@
-Wed Jan 1 15:04:14 UTC 2020 - Michael Str??der <[email protected]>
+Tue Nov 19 15:18:13 UTC 2019 - Joao Cavalheiro <[email protected]>
+
+- Update to 0.7
+ * Handle OS TERM signals
@@ -14 +22,2 @@
-- update to upstream release 0.7.0
+- Changes from 0.6
+ * Add option to override host name
Old:
----
apache_exporter-0.7.0.tar.gz
New:
----
apache_exporter-0.11.0.tar.gz
vendor.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-lusitaniae-apache_exporter.spec ++++++
--- /var/tmp/diff_new_pack.ouS0jg/_old 2022-05-12 23:01:06.076856490 +0200
+++ /var/tmp/diff_new_pack.ouS0jg/_new 2022-05-12 23:01:06.088856506 +0200
@@ -1,7 +1,7 @@
#
# spec file for package golang-github-lusitaniae-apache_exporter
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2019 Jo??o Cavalheiro <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -16,6 +16,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%if 0%{?rhel}
%global debug_package %{nil}
# Fix ERROR: No build ID note found in
@@ -29,14 +30,15 @@
%define serviceuser prometheus
Name: golang-github-lusitaniae-apache_exporter
-Version: 0.7.0
+Version: 0.11.0
Release: 0
Summary: Apache Exporter for Prometheus
License: MIT
Group: System/Management
URL: http://%{githubrepo}
Source: %{upstreamname}-%{version}.tar.gz
-Source1: %{targetname}.service
+Source1: vendor.tar.gz
+Source2: %{targetname}.service
BuildRequires: fdupes
BuildRequires: golang-packaging
BuildRequires: xz
@@ -54,20 +56,16 @@
Exports apache mod_status statistics via HTTP for Prometheus consumption.
%prep
-%setup -q -n %{upstreamname}-%{version}
+%autosetup -a1 -n %{upstreamname}-%{version}
%build
%goprep %{githubrepo}
-%if 0%{?rhel}
-# Fix automatic versioning
-export GO111MODULE=auto
-%endif
-%gobuild
+%gobuild -mod=vendor "" ...
%install
install -D -m0755 %{_builddir}/go/bin/%{upstreamname}
%{buildroot}/%{_bindir}/%{targetname}
install -d -m 0755 %{buildroot}%{_unitdir}
-install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}
+install -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}
install -d -m 0755 %{buildroot}%{_sbindir}
ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{targetname}
++++++ apache_exporter-0.7.0.tar.gz -> apache_exporter-0.11.0.tar.gz ++++++
++++ 189745 lines of diff (skipped)