Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gops for openSUSE:Factory checked in 
at 2022-07-18 18:34:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gops (Old)
 and      /work/SRC/openSUSE:Factory/.gops.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gops"

Mon Jul 18 18:34:04 2022 rev:4 rq:989506 version:0.3.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/gops/gops.changes        2021-10-11 
15:32:11.822900740 +0200
+++ /work/SRC/openSUSE:Factory/.gops.new.1523/gops.changes      2022-07-18 
18:34:18.273788818 +0200
@@ -1,0 +2,54 @@
+Fri Jul 08 19:46:17 UTC 2022 - [email protected]
+
+- Update to version 0.3.25:
+  * Only report CPU percentage per period if period is > 0
+  * ci: run tests with -race
+  * agent: fix data race in Listen
+
+-------------------------------------------------------------------
+Mon Jun 27 16:37:26 UTC 2022 - Jeff Kowalczyk <[email protected]>
+
+- Remove usage of obsolete macro golang-packaging macro %goprovides
+  and %goprep
+- Use BuildRequires: golang(API) >= 1.13 formerly golang-packaging.
+  Alternatively could use BuildRequires: go
+- Use tar_scm for changelog automation and tarball generation
+- Use OBS Source Service obs-service-go_modules for vendoring.
+  Upstream commits vendor dir but this is not best practice and
+  contents can skew. Treat go.mod as the single source of truth.
+
+-------------------------------------------------------------------
+Mon Jun 27 16:09:58 UTC 2022 - [email protected]
+
+- Update to version 0.3.24:
+  * internal: inline getOSUserConfigDir
+  * Sort tree output by PPID
+  * internal: remove getOSUserConfigDir fallback for Go <= 1.13 (#170)
+  * go.mod, vendor: update dependencies
+  * Bump minimum Go version to 1.13 (#169)
+
+-------------------------------------------------------------------
+Mon Jun 27 16:09:47 UTC 2022 - [email protected]
+
+- Update to version 0.3.23:
+  * Remove CircleCI
+  * goprocess: use debug/buildinfo on Go 1.18 and newer
+  * Update CI to Go 1.18
+  * Fix minor white space issue in README.md (#162)
+  * Fix minor typo in README.md (#161)
+  * Error out when the given duration is negative (#155)
+
+-------------------------------------------------------------------
+Mon Jun 27 16:09:35 UTC 2022 - [email protected]
+
+- Update to version 0.3.22:
+  * agent: rename setsockoptReuseAddrAndPort to setReuseAddrAndPortSockopts
+  * agent: fix solaris build
+
+-------------------------------------------------------------------
+Mon Jun 27 16:08:59 UTC 2022 - [email protected]
+
+- Update to version 0.3.21:
+  * go.mod, vendor: update gopsutil and go-ole to fix windows/arm64 build
+
+-------------------------------------------------------------------

Old:
----
  gops-0.3.20.tar.gz

New:
----
  _service
  _servicedata
  gops-0.3.25.tar.gz
  vendor.tar.gz

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

Other differences:
------------------
++++++ gops.spec ++++++
--- /var/tmp/diff_new_pack.ZBothI/_old  2022-07-18 18:34:18.813789586 +0200
+++ /var/tmp/diff_new_pack.ZBothI/_new  2022-07-18 18:34:18.817789592 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gops
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,15 +24,15 @@
 %global import_path     %{provider_prefix}
 
 Name:           gops
-Version:        0.3.20
+Version:        0.3.25
 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}
-Source0:        
https://%{provider_prefix}/archive/v%{version}.tar.gz#/%{repo}-%{version}.tar.gz
-BuildRequires:  golang-packaging
-%{go_provides}
+Source:         %{name}-%{version}.tar.gz
+Source1:        vendor.tar.gz
+BuildRequires:  golang(API) >= 1.13
 
 %description
 gops is a command to list and diagnose Go processes currently running on your
@@ -41,10 +41,9 @@
 etc. It is possible to use gops tool both in local and remote mode.
 
 %prep
-%setup -q -n %{repo}-%{version}
+%autosetup -a 1
 
 %build
-%goprep %{provider_prefix}
 go build \
    -mod=vendor \
    -v -p 4 -x \

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/google/gops.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="revision">v0.3.25</param>
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="changesgenerate">enable</param>
    <param name="versionrewrite-pattern">v(.*)</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">gops</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
  </service>
  <service name="go_modules" mode="disabled">
  </service>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/google/gops.git</param>
              <param 
name="changesrevision">9f8280461a343fa812977712786ef423888c4bf5</param></service></servicedata>
(No newline at EOF)

++++++ gops-0.3.20.tar.gz -> gops-0.3.25.tar.gz ++++++
++++ 37187 lines of diff (skipped)

Reply via email to