Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package govc for openSUSE:Factory checked in at 2024-08-13 13:24:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/govc (Old) and /work/SRC/openSUSE:Factory/.govc.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "govc" Tue Aug 13 13:24:54 2024 rev:12 rq:1193594 version:0.40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/govc/govc.changes 2024-07-25 11:51:48.920488847 +0200 +++ /work/SRC/openSUSE:Factory/.govc.new.7232/govc.changes 2024-08-13 13:25:19.443446301 +0200 @@ -1,0 +2,29 @@ +Tue Aug 13 04:50:06 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.40.0: + * chore: Update version.go for v0.40.0 + * examples: add ExampleCollector_WaitForUpdatesEx_pagination + * vcsim: add SessionManager.ImpersonateUser method + * govc: add session.login '-as' flag to impersonate user + * api: add session.Manager.ImpersonateUser method + * fix: govc object.collect truncation + * vcsim: implement WaitForUpdatesEx pagination support + * vcsim: add AlarmManager + * govc: add alarm commands + * api: add alarm package with helpers for AlarmManager and Alarms + * govc: add event.post command + * fix: govc: output Message field for 'EventEx' types + * build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 + * vcsim: fix panic in CancelTask + * govc: add library.sync '-f' flag to force sync file content + * fix: restore govc import.spec DiskProvisioning default value + * vcsim: add ovf DiskProvisioning validation + * api: convert vSAN directory name to uuid in + ResolveLibraryItemStorage + * vcsim: add DatastoreNamespaceManager + * govc: add library.info -S flag + * review feedback + * review feedback + * implement capacityAllocationUnits parser + +------------------------------------------------------------------- Old: ---- govmomi-0.39.0.obscpio govmomi.obsinfo New: ---- govc-0.40.0.obscpio govc.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ govc.spec ++++++ --- /var/tmp/diff_new_pack.ENGxJu/_old 2024-08-13 13:25:20.355484302 +0200 +++ /var/tmp/diff_new_pack.ENGxJu/_new 2024-08-13 13:25:20.359484468 +0200 @@ -19,12 +19,12 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: govc -Version: 0.39.0 +Version: 0.40.0 Release: 0 Summary: vSphere CLI built on top of govmomi License: Apache-2.0 URL: https://github.com/vmware/govmomi -Source: govmomi-%{version}.tar.gz +Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: go >= 1.19 @@ -32,7 +32,7 @@ The CLI is designed to be a user friendly CLI alternative to the GUI and well suited for automation tasks. It also acts as a test harness for the govmomi APIs and provides working examples of how to use the APIs. %prep -%autosetup -p 1 -a 1 -n govmomi-%{version} +%autosetup -p 1 -a 1 %build DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ" ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ENGxJu/_old 2024-08-13 13:25:20.391485801 +0200 +++ /var/tmp/diff_new_pack.ENGxJu/_new 2024-08-13 13:25:20.395485968 +0200 @@ -3,21 +3,22 @@ <param name="url">https://github.com/vmware/govmomi</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.39.0</param> + <param name="revision">v0.40.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> + <param name="filename">govc</param> </service> <service name="set_version" mode="manual"> - <param name="basename">govmomi</param> </service> - <service name="tar" mode="buildtime"/> + <service name="go_modules" mode="manual"> + </service> + <!-- services below are running at buildtime --> + <service name="tar" mode="buildtime"> + </service> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> - <service name="go_modules" mode="manual"> - <param name="archive">govmomi-0.39.0.obscpio</param> - </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ENGxJu/_old 2024-08-13 13:25:20.419486968 +0200 +++ /var/tmp/diff_new_pack.ENGxJu/_new 2024-08-13 13:25:20.419486968 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/vmware/govmomi</param> - <param name="changesrevision">590c92b1efeac1ef506193364d73ff69caae61f9</param></service></servicedata> + <param name="changesrevision">6e27ff344a1e227d13cb1fd7b36e1d8a49443c33</param></service></servicedata> (No newline at EOF) ++++++ govmomi-0.39.0.obscpio -> govc-0.40.0.obscpio ++++++ /work/SRC/openSUSE:Factory/govc/govmomi-0.39.0.obscpio /work/SRC/openSUSE:Factory/.govc.new.7232/govc-0.40.0.obscpio differ: char 49, line 1 ++++++ govc.obsinfo ++++++ name: govc version: 0.40.0 mtime: 1723505359 commit: 6e27ff344a1e227d13cb1fd7b36e1d8a49443c33 ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/text/LICENSE new/vendor/golang.org/x/text/LICENSE --- old/vendor/golang.org/x/text/LICENSE 2024-07-22 20:32:05.000000000 +0200 +++ new/vendor/golang.org/x/text/LICENSE 2024-08-13 06:50:06.000000000 +0200 @@ -1,4 +1,4 @@ -Copyright (c) 2009 The Go Authors. All rights reserved. +Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2024-07-22 20:32:05.000000000 +0200 +++ new/vendor/modules.txt 2024-08-13 06:50:06.000000000 +0200 @@ -40,7 +40,7 @@ # github.com/xlab/treeprint v1.2.0 ## explicit; go 1.13 github.com/xlab/treeprint -# golang.org/x/text v0.16.0 +# golang.org/x/text v0.17.0 ## explicit; go 1.18 golang.org/x/text/cases golang.org/x/text/internal
participants (1)
-
Source-Sync