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-06-27 23:16:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fortio (Old)
 and      /work/SRC/openSUSE:Factory/.fortio.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fortio"

Tue Jun 27 23:16:41 2023 rev:41 rq:1095512 version:1.55.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fortio/fortio.changes    2023-06-22 
23:26:43.122042806 +0200
+++ /work/SRC/openSUSE:Factory/.fortio.new.15902/fortio.changes 2023-06-27 
23:16:58.951503140 +0200
@@ -1,0 +2,7 @@
+Tue Jun 27 04:50:07 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 1.55.2:
+  * switch to sec.usec JSON logging format (#782)
+  * Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#779)
+
+-------------------------------------------------------------------

Old:
----
  fortio-1.55.1.obscpio

New:
----
  fortio-1.55.2.obscpio

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

Other differences:
------------------
++++++ fortio.spec ++++++
--- /var/tmp/diff_new_pack.r5WYxU/_old  2023-06-27 23:16:59.579506836 +0200
+++ /var/tmp/diff_new_pack.r5WYxU/_new  2023-06-27 23:16:59.583506859 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           fortio
-Version:        1.55.1
+Version:        1.55.2
 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.r5WYxU/_old  2023-06-27 23:16:59.619507071 +0200
+++ /var/tmp/diff_new_pack.r5WYxU/_new  2023-06-27 23:16:59.623507095 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/fortio/fortio</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v1.55.1</param>
+    <param name="revision">v1.55.2</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.r5WYxU/_old  2023-06-27 23:16:59.643507213 +0200
+++ /var/tmp/diff_new_pack.r5WYxU/_new  2023-06-27 23:16:59.647507236 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/fortio/fortio</param>
-              <param 
name="changesrevision">b80d012cd7ee3df17e3e9f1ec644efb68abab47d</param></service></servicedata>
+              <param 
name="changesrevision">c39b74f7f44b365dab0e7c753ab21691bb7c1861</param></service></servicedata>
 (No newline at EOF)
 

++++++ fortio-1.55.1.obscpio -> fortio-1.55.2.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fortio-1.55.1/README.md new/fortio-1.55.2/README.md
--- old/fortio-1.55.1/README.md 2023-06-22 00:25:42.000000000 +0200
+++ new/fortio-1.55.2/README.md 2023-06-27 03:23:18.000000000 +0200
@@ -1,4 +1,4 @@
-<!-- 1.55.1 -->
+<!-- 1.55.2 -->
 # Fortio
 
 [![Awesome 
Go](https://fortio.org/mentioned-badge.svg)](https://github.com/avelino/awesome-go#networking)
@@ -60,13 +60,13 @@
 The [releases](https://github.com/fortio/fortio/releases) page has binaries 
for many OS/architecture combinations (see assets):
 
 ```shell
-curl -L 
https://github.com/fortio/fortio/releases/download/v1.55.1/fortio-linux_amd64-1.55.1.tgz
 \
+curl -L 
https://github.com/fortio/fortio/releases/download/v1.55.2/fortio-linux_amd64-1.55.2.tgz
 \
  | sudo tar -C / -xvzpf -
 # or the debian package
-wget 
https://github.com/fortio/fortio/releases/download/v1.55.1/fortio_1.55.1_amd64.deb
-dpkg -i fortio_1.55.1_amd64.deb
+wget 
https://github.com/fortio/fortio/releases/download/v1.55.2/fortio_1.55.2_amd64.deb
+dpkg -i fortio_1.55.2_amd64.deb
 # or the rpm
-rpm -i 
https://github.com/fortio/fortio/releases/download/v1.55.1/fortio-1.55.1-1.x86_64.rpm
+rpm -i 
https://github.com/fortio/fortio/releases/download/v1.55.2/fortio-1.55.2-1.x86_64.rpm
 # and more, see assets in release page
 ```
 
@@ -76,7 +76,7 @@
 brew install fortio
 ```
 
-On Windows, download 
https://github.com/fortio/fortio/releases/download/v1.55.1/fortio_win_1.55.1.zip
 and extract `fortio.exe` to any location, then using the Windows Command 
Prompt:
+On Windows, download 
https://github.com/fortio/fortio/releases/download/v1.55.2/fortio_win_1.55.2.zip
 and extract `fortio.exe` to any location, then using the Windows Command 
Prompt:
 ```
 fortio.exe server
 ```
@@ -127,7 +127,7 @@
 <!-- use release/updateFlags.sh to update this section -->
 <pre>
 <!-- USAGE_START -->
-Φορτίο 1.55.1 usage:
+Φορτίο 1.55.2 usage:
         fortio command [flags] target
 where command is one of: load (load testing), server (starts ui, rest api,
  http-echo, redirect, proxies, tcp-echo, udp-echo and grpc ping servers),
@@ -238,8 +238,6 @@
   -json path
         Json output to provided file path or '-' for stdout (empty = no json 
output,
 unless -a is used)
-  -json-log
-        Log in JSON format, use -json-log=false to disable (default true)
   -k    Do not verify certs in https/tls/grpc connections
   -keepalive
         Keep connection alive (only for fast http 1.1) (default true)
@@ -250,6 +248,11 @@
 URL and hostname
   -log-errors
         Log http non 2xx/418 error codes as they occur (default true)
+  -logger-json
+        Log in JSON format, use -logger-json=false to disable (default true)
+  -logger-timestamp
+        Timestamps emitted in JSON logs, use -logger-timestamp=false to 
disable (default
+true)
   -loglevel level
         log level, one of [Debug Verbose Info Warning Error Critical Fatal] 
(default Info)
   -max-echo-delay value
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fortio-1.55.1/go.mod new/fortio-1.55.2/go.mod
--- old/fortio-1.55.1/go.mod    2023-06-22 00:25:42.000000000 +0200
+++ new/fortio-1.55.2/go.mod    2023-06-27 03:23:18.000000000 +0200
@@ -6,13 +6,13 @@
        fortio.org/assert v1.2.0
        fortio.org/cli v1.1.0
        fortio.org/dflag v1.5.2
-       fortio.org/log v1.4.1
-       fortio.org/scli v1.5.0
+       fortio.org/log v1.5.0
+       fortio.org/scli v1.6.0
        fortio.org/version v1.0.2
        github.com/golang/protobuf v1.5.3
        github.com/google/uuid v1.3.0
        golang.org/x/net v0.11.0
-       google.golang.org/grpc v1.56.0
+       google.golang.org/grpc v1.56.1
 )
 
 // Local dev of dependencies changes
@@ -32,5 +32,5 @@
        golang.org/x/sys v0.9.0 // indirect
        golang.org/x/text v0.10.0 // indirect
        google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // 
indirect
-       google.golang.org/protobuf v1.30.0 // indirect
+       google.golang.org/protobuf v1.31.0 // indirect
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fortio-1.55.1/go.sum new/fortio-1.55.2/go.sum
--- old/fortio-1.55.1/go.sum    2023-06-22 00:25:42.000000000 +0200
+++ new/fortio-1.55.2/go.sum    2023-06-27 03:23:18.000000000 +0200
@@ -4,10 +4,10 @@
 fortio.org/cli v1.1.0/go.mod h1:O3nVImKwJSvHKbMYWkqMbEagAXCS1xvSv1YbHwkKJjY=
 fortio.org/dflag v1.5.2 h1:F9XVRj4Qr2IbJP7BMj7XZc9wB0Q/RZ61Ool+4YPVad8=
 fortio.org/dflag v1.5.2/go.mod h1:ppb/A8u+KKg+qUUYZNYuvRnXuVb8IsdHb/XGzsmjkN8=
-fortio.org/log v1.4.1 h1:e4MF23oC1J9JBq0xg/GTA9PUZ+tCXNEaYjQOr8g1X0k=
-fortio.org/log v1.4.1/go.mod h1:u/8/2lyczXq52aT5Nw6reD+3cR6m/EbS2jBiIYhgiTU=
-fortio.org/scli v1.5.0 h1:FG7thN0PM9KQInU+LFZ+mjUvShA02hdJNTRVp0r+QUQ=
-fortio.org/scli v1.5.0/go.mod h1:42O1YYpSz+C9wKyfMkhtugtkldWX3zVGsrmCICRhkwg=
+fortio.org/log v1.5.0 h1:0f/O7QPXQoDSnRjy8t0IyxTlQOYQsDOe0EO4Wnw8yCA=
+fortio.org/log v1.5.0/go.mod h1:u/8/2lyczXq52aT5Nw6reD+3cR6m/EbS2jBiIYhgiTU=
+fortio.org/scli v1.6.0 h1:orn3xqUVLtgkD9LgYtAovVZtfzOzN0qCuItRTd5Z+d4=
+fortio.org/scli v1.6.0/go.mod h1:HV+Ucg3jV0n+i+mQt/MWlyLXINHmPwrQhney5j5oYW0=
 fortio.org/sets v1.0.3 h1:HzewdGjH69YmyW06yzplL35lGr+X4OcqQt0qS6jbaO4=
 fortio.org/sets v1.0.3/go.mod h1:QZVj0r6KP/ZD9ebySW9SgxVNy/NjghUfyHW9NN+WU+4=
 fortio.org/version v1.0.2 h1:8NwxdX58aoeKx7T5xAPO0xlUu1Hpk42nRz5s6e6eKZ0=
@@ -33,9 +33,9 @@
 golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod 
h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
 google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 
h1:KpwkzHKEF7B9Zxg18WzOa7djJ+Ha5DzthMyZYQfEn2A=
 google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1/go.mod 
h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU=
-google.golang.org/grpc v1.56.0 h1:+y7Bs8rtMd07LeXmL3NxcTLn7mUkbKZqEpPhMNkwJEE=
-google.golang.org/grpc v1.56.0/go.mod 
h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s=
+google.golang.org/grpc v1.56.1 h1:z0dNfjIl0VpaZ9iSVjA6daGatAYwPGstTjt5vkRMFkQ=
+google.golang.org/grpc v1.56.1/go.mod 
h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s=
 google.golang.org/protobuf v1.26.0-rc.1/go.mod 
h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
 google.golang.org/protobuf v1.26.0/go.mod 
h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
-google.golang.org/protobuf v1.30.0 
h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng=
-google.golang.org/protobuf v1.30.0/go.mod 
h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
+google.golang.org/protobuf v1.31.0 
h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
+google.golang.org/protobuf v1.31.0/go.mod 
h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=

++++++ fortio.obsinfo ++++++
--- /var/tmp/diff_new_pack.r5WYxU/_old  2023-06-27 23:16:59.819508248 +0200
+++ /var/tmp/diff_new_pack.r5WYxU/_new  2023-06-27 23:16:59.823508271 +0200
@@ -1,5 +1,5 @@
 name: fortio
-version: 1.55.1
-mtime: 1687386342
-commit: b80d012cd7ee3df17e3e9f1ec644efb68abab47d
+version: 1.55.2
+mtime: 1687828998
+commit: c39b74f7f44b365dab0e7c753ab21691bb7c1861
 

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

Reply via email to