Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fortio for openSUSE:Factory checked in at 2023-03-21 17:43:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fortio (Old) and /work/SRC/openSUSE:Factory/.fortio.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fortio" Tue Mar 21 17:43:28 2023 rev:35 rq:1073375 version:1.54.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fortio/fortio.changes 2023-03-09 17:46:27.575137723 +0100 +++ /work/SRC/openSUSE:Factory/.fortio.new.31432/fortio.changes 2023-03-21 17:44:20.838639319 +0100 @@ -1,0 +2,11 @@ +Mon Mar 20 19:16:58 UTC 2023 - ka...@b1-systems.de + +- Update to version 1.54.0: + * New Dns debug endpoint (#735) + * Bump actions/checkout from 3.3.0 to 3.4.0 (#736) + * Bump github/codeql-action from 2.2.6 to 2.2.7 (#737) + * Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#731) + * Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#729) + * Bump github/codeql-action from 2.2.5 to 2.2.6 (#732) + +------------------------------------------------------------------- Old: ---- fortio-1.53.1.tar.gz New: ---- fortio-1.54.0.obscpio fortio.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fortio.spec ++++++ --- /var/tmp/diff_new_pack.zA4fjU/_old 2023-03-21 17:44:21.582642876 +0100 +++ /var/tmp/diff_new_pack.zA4fjU/_new 2023-03-21 17:44:21.590642916 +0100 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: fortio -Version: 1.53.1 +Version: 1.54.0 Release: 0 Summary: Load testing library, command line tool, advanced echo server and web UI License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.zA4fjU/_old 2023-03-21 17:44:21.622643069 +0100 +++ /var/tmp/diff_new_pack.zA4fjU/_new 2023-03-21 17:44:21.626643088 +0100 @@ -1,9 +1,9 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/fortio/fortio</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.53.1</param> + <param name="revision">v1.54.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -12,12 +12,12 @@ <service name="set_version" mode="disabled"> <param name="basename">fortio</param> </service> - <service name="recompress" mode="disabled"> + <service name="tar" mode="buildtime"/> + <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">fortio-1.53.1.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.zA4fjU/_old 2023-03-21 17:44:21.650643203 +0100 +++ /var/tmp/diff_new_pack.zA4fjU/_new 2023-03-21 17:44:21.650643203 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/fortio/fortio</param> - <param name="changesrevision">fecd9f32c789b1f4e576bef76ea01623ce82e644</param></service></servicedata> + <param name="changesrevision">69ae5d0f46e052004b565aa97e63de219addbe1c</param></service></servicedata> (No newline at EOF) ++++++ fortio.obsinfo ++++++ name: fortio version: 1.54.0 mtime: 1679337143 commit: 69ae5d0f46e052004b565aa97e63de219addbe1c ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/golang/protobuf/jsonpb/decode.go new/vendor/github.com/golang/protobuf/jsonpb/decode.go --- old/vendor/github.com/golang/protobuf/jsonpb/decode.go 2023-03-09 06:46:36.000000000 +0100 +++ new/vendor/github.com/golang/protobuf/jsonpb/decode.go 2023-03-20 20:16:58.000000000 +0100 @@ -386,8 +386,14 @@ } func isSingularWellKnownValue(fd protoreflect.FieldDescriptor) bool { + if fd.Cardinality() == protoreflect.Repeated { + return false + } if md := fd.Message(); md != nil { - return md.FullName() == "google.protobuf.Value" && fd.Cardinality() != protoreflect.Repeated + return md.FullName() == "google.protobuf.Value" + } + if ed := fd.Enum(); ed != nil { + return ed.FullName() == "google.protobuf.NullValue" } return false } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2023-03-09 06:46:36.000000000 +0100 +++ new/vendor/modules.txt 2023-03-20 20:16:59.000000000 +0100 @@ -25,7 +25,7 @@ # github.com/fsnotify/fsnotify v1.6.0 ## explicit; go 1.16 github.com/fsnotify/fsnotify -# github.com/golang/protobuf v1.5.2 +# github.com/golang/protobuf v1.5.3 ## explicit; go 1.9 github.com/golang/protobuf/jsonpb github.com/golang/protobuf/proto