Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gops for openSUSE:Factory checked in 
at 2023-07-26 13:24:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gops (Old)
 and      /work/SRC/openSUSE:Factory/.gops.new.15225 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gops"

Wed Jul 26 13:24:11 2023 rev:5 rq:1100665 version:0.3.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/gops/gops.changes        2022-07-18 
18:34:18.273788818 +0200
+++ /work/SRC/openSUSE:Factory/.gops.new.15225/gops.changes     2023-07-26 
13:25:20.936508412 +0200
@@ -1,0 +2,18 @@
+Tue Jul 25 15:00:21 UTC 2023 - Jeff Kowalczyk <jkowalc...@suse.com>
+
+- Packaging improvements:
+  * Update to BuildRequires: golang(API) >= 1.17 to match go.mod
+  * Add basic %check to run packaged executable binary --help
+
+-------------------------------------------------------------------
+Tue Jul 25 09:17:09 UTC 2023 - andrea.manz...@suse.com
+
+- Update to version 0.3.27:
+  * cmd/shared: add 'off' option to setgc (#201)
+  * bump build deps
+  * go.mod: bump to Go 1.17
+  * Migrate gops to use spf13/cobra for command execution
+  * vendor: include cobra
+  * internal/cmd: Move code here from the main package
+
+-------------------------------------------------------------------

Old:
----
  gops-0.3.25.tar.gz

New:
----
  gops-0.3.27.tar.gz

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

Other differences:
------------------
++++++ gops.spec ++++++
--- /var/tmp/diff_new_pack.kNFcSF/_old  2023-07-26 13:25:21.928514398 +0200
+++ /var/tmp/diff_new_pack.kNFcSF/_new  2023-07-26 13:25:21.948514519 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gops
 #
-# Copyright (c) 2022 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
@@ -24,7 +24,7 @@
 %global import_path     %{provider_prefix}
 
 Name:           gops
-Version:        0.3.25
+Version:        0.3.27
 Release:        0
 Summary:        A tool to list and diagnose Go processes currently running on 
your system
 License:        BSD-3-Clause-Clear
@@ -32,7 +32,7 @@
 URL:            https://%{provider_prefix}
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  golang(API) >= 1.13
+BuildRequires:  golang(API) >= 1.17
 
 %description
 gops is a command to list and diagnose Go processes currently running on your
@@ -62,6 +62,10 @@
    %{import_path}
 install -D -m0755 %{name} %{buildroot}%{_bindir}/%{name}
 
+%check
+# execute the binary as a basic check
+./%{name} --help
+
 %files
 %{_bindir}/%{name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kNFcSF/_old  2023-07-26 13:25:21.980514712 +0200
+++ /var/tmp/diff_new_pack.kNFcSF/_new  2023-07-26 13:25:21.984514736 +0200
@@ -3,7 +3,7 @@
     <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="revision">v0.3.27</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.kNFcSF/_old  2023-07-26 13:25:22.012514906 +0200
+++ /var/tmp/diff_new_pack.kNFcSF/_new  2023-07-26 13:25:22.016514929 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/google/gops.git</param>
-              <param 
name="changesrevision">9f8280461a343fa812977712786ef423888c4bf5</param></service></servicedata>
+              <param 
name="changesrevision">70408a1556a9d904d8c79722aebe1aaa3b24beca</param></service></servicedata>
 (No newline at EOF)
 

++++++ gops-0.3.25.tar.gz -> gops-0.3.27.tar.gz ++++++
++++ 228540 lines of diff (skipped)

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

Reply via email to