Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package govc for openSUSE:Factory checked in at 2025-08-19 16:46:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/govc (Old) and /work/SRC/openSUSE:Factory/.govc.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "govc" Tue Aug 19 16:46:09 2025 rev:28 rq:1300207 version:0.52.0 Changes: -------- --- /work/SRC/openSUSE:Factory/govc/govc.changes 2025-05-26 18:38:25.918720323 +0200 +++ /work/SRC/openSUSE:Factory/.govc.new.1085/govc.changes 2025-08-19 16:47:55.739383871 +0200 @@ -1,0 +2,33 @@ +Tue Aug 19 06:57:22 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 0.52.0: + * Fix + - [5c16d3f] vcsim: Avoid panic in QueryAvailablePerfMetric if + VM has no Datastore + * API Changes + - [2278e0e] Update folder.PlaceVMsXCluster to return available + candidate networks + - [28eeab9] fix comments and doc links + - [7a3647c] fix action parameters + - [8ee9995] update drafts bindings + - [37dd0c8] bindings for + esx/settings/clusters/cluster/configuration/drafts + - [7074655] Placement policy WSDL names changed + - [55501e2] add bindings for recent tasks and schema + - [3230765] add bindings for esx/settings/cluster/configuration + - [74eea10] add bindings for + esx/settings/cluster/enablement/configuration/transition + - [e61ad35] Update folder.PlaceVMsXCluster to filter clusters + based on candidate networks availability - Add GoVmomi + Bindings to CandidateNetworks - Made changes suggested by + Shengjie + - [8784335] Add "lsilogicsas" alias for "lsilogic-sas" in + CreateSCSIController + * govc (CLI) + - [0b0e0cc] Add vmclass configSpec options + * Documentation + - [d0143b1] update CHANGELOG.md (#3839) (#3839) + * Chore + - [e53c30d] Update version.go for v0.52.0 + +------------------------------------------------------------------- Old: ---- govc-0.51.0.obscpio New: ---- govc-0.52.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ govc.spec ++++++ --- /var/tmp/diff_new_pack.DQnvIu/_old 2025-08-19 16:47:56.775427009 +0200 +++ /var/tmp/diff_new_pack.DQnvIu/_new 2025-08-19 16:47:56.775427009 +0200 @@ -1,7 +1,7 @@ # # spec file for package govc # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,8 @@ # -%define __arch_install_post export NO_BRP_STRIP_DEBUG=true - Name: govc -Version: 0.51.0 +Version: 0.52.0 Release: 0 Summary: vSphere CLI built on top of govmomi License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.DQnvIu/_old 2025-08-19 16:47:56.815428674 +0200 +++ /var/tmp/diff_new_pack.DQnvIu/_new 2025-08-19 16:47:56.819428841 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/vmware/govmomi</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.51.0</param> + <param name="revision">v0.52.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.DQnvIu/_old 2025-08-19 16:47:56.835429507 +0200 +++ /var/tmp/diff_new_pack.DQnvIu/_new 2025-08-19 16:47:56.839429673 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/vmware/govmomi</param> - <param name="changesrevision">50196949631d35948bcd81e34ae33e9118886e41</param></service></servicedata> + <param name="changesrevision">e53c30d0f0f3cdb97160b0263cda0126c070693a</param></service></servicedata> (No newline at EOF) ++++++ govc-0.51.0.obscpio -> govc-0.52.0.obscpio ++++++ ++++ 18715 lines of diff (skipped) ++++++ govc.obsinfo ++++++ --- /var/tmp/diff_new_pack.DQnvIu/_old 2025-08-19 16:47:58.635504458 +0200 +++ /var/tmp/diff_new_pack.DQnvIu/_new 2025-08-19 16:47:58.643504791 +0200 @@ -1,5 +1,5 @@ name: govc -version: 0.51.0 -mtime: 1748030477 -commit: 50196949631d35948bcd81e34ae33e9118886e41 +version: 0.52.0 +mtime: 1755560384 +commit: e53c30d0f0f3cdb97160b0263cda0126c070693a ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/a8m/tree/node.go new/vendor/github.com/a8m/tree/node.go --- old/vendor/github.com/a8m/tree/node.go 2025-05-23 22:01:17.000000000 +0200 +++ new/vendor/github.com/a8m/tree/node.go 2025-08-19 01:39:44.000000000 +0200 @@ -11,6 +11,7 @@ "sort" "strconv" "strings" + "time" ) // Node represent some node in the tree @@ -75,6 +76,7 @@ Colorize bool // Color defaults to ANSIColor() Color func(*Node, string) string + Now time.Time } func (opts *Options) color(node *Node, s string) string { @@ -303,7 +305,17 @@ } // Last modification if opts.LastMod { - props = append(props, node.ModTime().Format("Jan 02 15:04")) + t := opts.Now + if t.IsZero() { + t = time.Now() + } + + format := "Jan 02 15:04" + if node.ModTime().Year() != t.Year() { + format = "Jan 02 2006" + } + + props = append(props, node.ModTime().Format(format)) } // Print properties if len(props) > 0 { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2025-05-23 22:01:17.000000000 +0200 +++ new/vendor/modules.txt 2025-08-19 01:39:44.000000000 +0200 @@ -1,4 +1,4 @@ -# github.com/a8m/tree v0.0.0-20230208161321-36ae24ddad15 +# github.com/a8m/tree v0.0.0-20240104212747-2c8764a5f17e ## explicit; go 1.15 github.com/a8m/tree # github.com/davecgh/go-spew v1.1.1 @@ -41,7 +41,7 @@ # github.com/xlab/treeprint v1.2.0 ## explicit; go 1.13 github.com/xlab/treeprint -# golang.org/x/text v0.25.0 +# golang.org/x/text v0.28.0 ## explicit; go 1.23.0 golang.org/x/text/cases golang.org/x/text/internal