Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gops for openSUSE:Factory checked in 
at 2021-06-11 00:18:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gops (Old)
 and      /work/SRC/openSUSE:Factory/.gops.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gops"

Fri Jun 11 00:18:56 2021 rev:2 rq:899060 version:0.3.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/gops/gops.changes        2018-07-12 
09:21:10.622587364 +0200
+++ /work/SRC/openSUSE:Factory/.gops.new.32437/gops.changes     2021-06-11 
00:19:32.133406763 +0200
@@ -1,0 +2,9 @@
+Thu Jun 10 14:17:22 UTC 2021 - Micha?? Rostecki <[email protected]>
+
+- Update to 0.3.18
+  * Support for reporting the percent of CPU time usage within
+    given time
+  * agent: mention SO_REUSEPORT in Options.ReuseSocketAddrAndPort
+    godoc 
+
+-------------------------------------------------------------------

Old:
----
  gops-0.3.4.tar.gz

New:
----
  gops-0.3.18.tar.gz

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

Other differences:
------------------
++++++ gops.spec ++++++
--- /var/tmp/diff_new_pack.hscnSD/_old  2021-06-11 00:19:32.525407444 +0200
+++ /var/tmp/diff_new_pack.hscnSD/_new  2021-06-11 00:19:32.529407450 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gops
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -24,12 +24,12 @@
 %global import_path     %{provider_prefix}
 
 Name:           gops
-Version:        0.3.4
+Version:        0.3.18
 Release:        0
 Summary:        A tool to list and diagnose Go processes currently running on 
your system
 License:        BSD-3-Clause-Clear
 Group:          System/Monitoring
-Url:            https://%{provider_prefix}
+URL:            https://%{provider_prefix}
 Source0:        
https://%{provider_prefix}/archive/v%{version}.tar.gz#/%{repo}-%{version}.tar.gz
 BuildRequires:  golang-packaging
 %{go_provides}
@@ -45,10 +45,23 @@
 
 %build
 %goprep %{provider_prefix}
-%gobuild .
+go build \
+   -mod=vendor \
+   -v -p 4 -x \
+%ifnarch ppc64 ppc64le riscv64
+   -buildmode=pie \
+%endif
+   %{import_path}
 
 %install
-%goinstall
+go install \
+   -mod=vendor \
+   -v -p 4 -x \
+%ifnarch ppc64 ppc64le riscv64
+   -buildmode=pie \
+%endif
+   %{import_path}
+install -D -m0755 %{name} %{buildroot}%{_bindir}/%{name}
 
 %files
 %{_bindir}/%{name}

++++++ gops-0.3.4.tar.gz -> gops-0.3.18.tar.gz ++++++
++++ 241646 lines of diff (skipped)

Reply via email to