Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2022-02-09 20:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and      /work/SRC/openSUSE:Factory/.grpc.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grpc"

Wed Feb  9 20:39:37 2022 rev:41 rq:952841 version:1.43.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/grpc/grpc.changes        2021-11-17 
01:14:54.074186675 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1898/grpc.changes      2022-02-09 
20:40:54.418620944 +0100
@@ -1,0 +2,31 @@
+Tue Feb  8 22:32:00 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 1.43.2:
+  * Fix google-c2p-experimental issue (gh#grpc/grpc#28692).
+- Changes from version 1.43.0:
+  * Core:
+    - Remove redundant work serializer usage in c-ares windows
+      code (gh#grpc/grpc#28016).
+    - Support RDS updates on the server (gh#grpc/grpc#27851).
+    - Use WorkSerializer in XdsClient to propagate updates in a
+      synchronized manner (gh#grpc/grpc#27975).
+    - Support Custom Post-handshake Verification in TlsCredentials
+      (gh#grpc/grpc#25631).
+    - Reintroduce the EventEngine default factory
+      (gh#grpc/grpc#27920).
+    - Assert Android API >= v21 (gh#grpc/grpc#27943).
+    - Add support for abstract unix domain sockets
+      (gh#grpc/grpc#27906).
+  * C++:
+    - OpenCensus: Move metadata storage to arena
+      (gh#grpc/grpc#27948).
+  * [C#] Add nullable type attributes to Grpc.Core.Api
+    (gh#grpc/grpc#27887).
+- Update package name libgrpc++1 to libgrpc++1_43 in keeping with
+  updated so number.
+- Add Requires: libupb%lver = %version on grpc-devel.
+- Update %{name}-rpmlintrc file to use 'filelist-forbidden-fhs23'
+  as a filter instead of the now superseded
+  'suse-filelist-forbidden-fhs23'.
+
+-------------------------------------------------------------------

Old:
----
  v1.41.1.tar.gz

New:
----
  v1.43.2.tar.gz

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

Other differences:
------------------
++++++ grpc.spec ++++++
--- /var/tmp/diff_new_pack.5Z9qIw/_old  2022-02-09 20:40:55.222622868 +0100
+++ /var/tmp/diff_new_pack.5Z9qIw/_new  2022-02-09 20:40:55.226622878 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grpc
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 19
-%define lverp 1
+%define lver 21
+%define lverp 1_43
 %define src_install_dir /usr/src/%name
 Name:           grpc
-Version:        1.41.1
+Version:        1.43.2
 Release:        0
 Summary:        HTTP/2-based Remote Procedure Call implementation
 License:        Apache-2.0
@@ -69,11 +69,11 @@
 HTTP/2 with support for synchronous and asynchronous calls. gRPC uses
 Protocol Buffers as the Interface Definition Language by default.
 
-%package -n libgrpc_plugin_support1_41
+%package -n libgrpc_plugin_support1_43
 Summary:        HTTP/2-based Remote Procedure Call implementation - plugin 
support
 Group:          System/Libraries
 
-%description -n libgrpc_plugin_support1_41
+%description -n libgrpc_plugin_support1_43
 The reference implementation of the gRPC protocol, done on top of
 HTTP/2 with support for synchronous and asynchronous calls. gRPC uses
 Protocol Buffers as the Interface Definition Language by default.
@@ -96,7 +96,8 @@
 Group:          Development/Tools/Building
 Requires:       libgrpc%lver = %version
 Requires:       libgrpc++%lverp = %version
-Requires:       libgrpc_plugin_support1_41 = %version
+Requires:       libgrpc_plugin_support1_43 = %version
+Requires:       libupb%lver = %version
 Requires:       pkgconfig(libcares)
 Requires:       pkgconfig(re2)
 
@@ -179,8 +180,8 @@
 %postun -n libgrpc%lver -p /sbin/ldconfig
 %post   -n libgrpc++%lverp -p /sbin/ldconfig
 %postun -n libgrpc++%lverp -p /sbin/ldconfig
-%post   -n libgrpc_plugin_support1_41 -p /sbin/ldconfig
-%postun -n libgrpc_plugin_support1_41 -p /sbin/ldconfig
+%post   -n libgrpc_plugin_support1_43 -p /sbin/ldconfig
+%postun -n libgrpc_plugin_support1_43 -p /sbin/ldconfig
 %post   -n libupb%lver -p /sbin/ldconfig
 %postun -n libupb%lver -p /sbin/ldconfig
 
@@ -190,11 +191,11 @@
 %_libdir/libgrpc*.so.%{lver}*
 
 %files -n libgrpc++%lverp
-%_libdir/libgrpc++*.so.%{lverp}*
-%_libdir/libgrpcpp_channelz.so.%{lverp}*
+%_libdir/libgrpc++*.so.*
+%_libdir/libgrpcpp_channelz.so.*
 
-%files -n libgrpc_plugin_support1_41
-%_libdir/libgrpc_plugin_support.so.1.41*
+%files -n libgrpc_plugin_support1_43
+%_libdir/libgrpc_plugin_support.so.1.43*
 
 %files -n libupb%lver
 %_libdir/libupb*.so.%{lver}*

++++++ grpc-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.5Z9qIw/_old  2022-02-09 20:40:55.278623001 +0100
+++ /var/tmp/diff_new_pack.5Z9qIw/_new  2022-02-09 20:40:55.286623021 +0100
@@ -5,6 +5,6 @@
 addFilter("grpc-source.* non-executable-script")
 addFilter("grpc-source.* pem-certificate")
 addFilter("grpc-source.* script-without-shebang")
-addFilter("grpc-source.* suse-filelist-forbidden-fhs23")
+addFilter("grpc-source.* filelist-forbidden-fhs23")
 addFilter("grpc-source.* version-control-internal-file")
 

++++++ v1.41.1.tar.gz -> v1.43.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/grpc/v1.41.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1898/v1.43.2.tar.gz differ: char 14, line 1

Reply via email to