Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fortio for openSUSE:Factory checked 
in at 2022-06-23 10:24:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fortio (Old)
 and      /work/SRC/openSUSE:Factory/.fortio.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fortio"

Thu Jun 23 10:24:08 2022 rev:16 rq:984384 version:1.33.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fortio/fortio.changes    2022-06-05 
00:45:48.936383576 +0200
+++ /work/SRC/openSUSE:Factory/.fortio.new.1548/fortio.changes  2022-06-23 
10:24:50.763777521 +0200
@@ -1,0 +2,7 @@
+Wed Jun 22 07:37:06 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 1.33.0:
+  * dflags generics - added WithInputMutator and WithValueMutator too (#593)
+  * exit with status 1 if grpcping -health isn't SERVING. (#589)
+
+-------------------------------------------------------------------

Old:
----
  fortio-1.32.3.tar.gz

New:
----
  fortio-1.33.0.tar.gz

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

Other differences:
------------------
++++++ fortio.spec ++++++
--- /var/tmp/diff_new_pack.8ttI4J/_old  2022-06-23 10:24:51.303778108 +0200
+++ /var/tmp/diff_new_pack.8ttI4J/_new  2022-06-23 10:24:51.307778113 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           fortio
-Version:        1.32.3
+Version:        1.33.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.8ttI4J/_old  2022-06-23 10:24:51.343778152 +0200
+++ /var/tmp/diff_new_pack.8ttI4J/_new  2022-06-23 10:24:51.347778156 +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.32.3</param>
+    <param name="revision">v1.33.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
@@ -17,7 +17,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">fortio-1.32.3.tar.gz</param>
+    <param name="archive">fortio-1.33.0.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.8ttI4J/_old  2022-06-23 10:24:51.367778178 +0200
+++ /var/tmp/diff_new_pack.8ttI4J/_new  2022-06-23 10:24:51.371778182 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/fortio/fortio</param>
-              <param 
name="changesrevision">56fa5ab3bb0f93af404e124cf17f3f341450adc4</param></service></servicedata>
+              <param 
name="changesrevision">6626cd6b22be80f131a152a6e932ca88dda2a174</param></service></servicedata>
 (No newline at EOF)
 

++++++ fortio-1.32.3.tar.gz -> fortio-1.33.0.tar.gz ++++++
++++ 1856 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/golang.org/x/exp/AUTHORS 
new/vendor/golang.org/x/exp/AUTHORS
--- old/vendor/golang.org/x/exp/AUTHORS 1970-01-01 01:00:00.000000000 +0100
+++ new/vendor/golang.org/x/exp/AUTHORS 2022-06-22 09:37:10.000000000 +0200
@@ -0,0 +1,3 @@
+# This source code refers to The Go Authors for copyright purposes.
+# The master list of authors is in the main Go distribution,
+# visible at http://tip.golang.org/AUTHORS.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/golang.org/x/exp/CONTRIBUTORS 
new/vendor/golang.org/x/exp/CONTRIBUTORS
--- old/vendor/golang.org/x/exp/CONTRIBUTORS    1970-01-01 01:00:00.000000000 
+0100
+++ new/vendor/golang.org/x/exp/CONTRIBUTORS    2022-06-22 09:37:10.000000000 
+0200
@@ -0,0 +1,3 @@
+# This source code was written by the Go contributors.
+# The master list of contributors is in the main Go distribution,
+# visible at http://tip.golang.org/CONTRIBUTORS.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/golang.org/x/exp/LICENSE 
new/vendor/golang.org/x/exp/LICENSE
--- old/vendor/golang.org/x/exp/LICENSE 1970-01-01 01:00:00.000000000 +0100
+++ new/vendor/golang.org/x/exp/LICENSE 2022-06-22 09:37:10.000000000 +0200
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+   * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+   * Redistributions in binary form must reproduce the above
+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
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/golang.org/x/exp/PATENTS 
new/vendor/golang.org/x/exp/PATENTS
--- old/vendor/golang.org/x/exp/PATENTS 1970-01-01 01:00:00.000000000 +0100
+++ new/vendor/golang.org/x/exp/PATENTS 2022-06-22 09:37:10.000000000 +0200
@@ -0,0 +1,22 @@
+Additional IP Rights Grant (Patents)
+
+"This implementation" means the copyrightable works distributed by
+Google as part of the Go project.
+
+Google hereby grants to You a perpetual, worldwide, non-exclusive,
+no-charge, royalty-free, irrevocable (except as stated in this section)
+patent license to make, have made, use, offer to sell, sell, import,
+transfer and otherwise run, modify and propagate the contents of this
+implementation of Go, where such license applies only to those patent
+claims, both currently owned or controlled by Google and acquired in
+the future, licensable by Google that are necessarily infringed by this
+implementation of Go.  This grant does not include claims that would be
+infringed only as a consequence of further modification of this
+implementation.  If you or your agent or exclusive licensee institute or
+order or agree to the institution of patent litigation against any
+entity (including a cross-claim or counterclaim in a lawsuit) alleging
+that this implementation of Go or any code incorporated within this
+implementation of Go constitutes direct or contributory patent
+infringement, or inducement of patent infringement, then any patent
+rights granted to you under this License for this implementation of Go
+shall terminate as of the date such litigation is filed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/golang.org/x/exp/constraints/constraints.go 
new/vendor/golang.org/x/exp/constraints/constraints.go
--- old/vendor/golang.org/x/exp/constraints/constraints.go      1970-01-01 
01:00:00.000000000 +0100
+++ new/vendor/golang.org/x/exp/constraints/constraints.go      2022-06-22 
09:37:10.000000000 +0200
@@ -0,0 +1,50 @@
+// Copyright 2021 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// Package constraints defines a set of useful constraints to be used
+// with type parameters.
+package constraints
+
+// Signed is a constraint that permits any signed integer type.
+// If future releases of Go add new predeclared signed integer types,
+// this constraint will be modified to include them.
+type Signed interface {
+       ~int | ~int8 | ~int16 | ~int32 | ~int64
+}
+
+// Unsigned is a constraint that permits any unsigned integer type.
+// If future releases of Go add new predeclared unsigned integer types,
+// this constraint will be modified to include them.
+type Unsigned interface {
+       ~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64 | ~uintptr
+}
+
+// Integer is a constraint that permits any integer type.
+// If future releases of Go add new predeclared integer types,
+// this constraint will be modified to include them.
+type Integer interface {
+       Signed | Unsigned
+}
+
+// Float is a constraint that permits any floating-point type.
+// If future releases of Go add new predeclared floating-point types,
+// this constraint will be modified to include them.
+type Float interface {
+       ~float32 | ~float64
+}
+
+// Complex is a constraint that permits any complex numeric type.
+// If future releases of Go add new predeclared complex numeric types,
+// this constraint will be modified to include them.
+type Complex interface {
+       ~complex64 | ~complex128
+}
+
+// Ordered is a constraint that permits any ordered type: any type
+// that supports the operators < <= >= >.
+// If future releases of Go add new ordered types,
+// this constraint will be modified to include them.
+type Ordered interface {
+       Integer | Float | ~string
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt
--- old/vendor/modules.txt      2022-06-04 21:00:19.545231000 +0200
+++ new/vendor/modules.txt      2022-06-22 09:37:10.000000000 +0200
@@ -12,6 +12,9 @@
 # github.com/google/uuid v1.3.0
 ## explicit
 github.com/google/uuid
+# golang.org/x/exp v0.0.0-20220609121020-a51bd0440498
+## explicit; go 1.18
+golang.org/x/exp/constraints
 # golang.org/x/net v0.0.0-20220526153639-5463443f8c37
 ## explicit; go 1.17
 golang.org/x/net/context
@@ -123,5 +126,5 @@
 google.golang.org/protobuf/types/known/anypb
 google.golang.org/protobuf/types/known/durationpb
 google.golang.org/protobuf/types/known/timestamppb
-# gopkg.in/yaml.v3 v3.0.0
+# gopkg.in/yaml.v3 v3.0.1
 ## explicit

Reply via email to