commit grpc for openSUSE:Factory

2024-04-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2024-04-05 20:24:39

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1905 (New)


Package is "grpc"

Fri Apr  5 20:24:39 2024 rev:78 rq:1165375 version:1.62.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2024-03-13 
22:16:36.683929653 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1905/grpc.changes  2024-04-05 
20:24:59.856340815 +0200
@@ -1,0 +2,8 @@
+Wed Apr  3 09:05:38 UTC 2024 - Antonio Larrosa 
+
+- abseil-cpp 20240116 in SP5 can't be used with gcc7 when using 
+  -DCMAKE_CXX_STANDARD=17 since it tries to use the 
+  header file so revert last change to "switch build
+  compiler back to default on SLE-15" to use gcc12 again.
+
+---



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.nU7OPC/_old  2024-04-05 20:25:00.436362146 +0200
+++ /var/tmp/diff_new_pack.nU7OPC/_new  2024-04-05 20:25:00.436362146 +0200
@@ -34,6 +34,11 @@
 BuildRequires:  abseil-cpp-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
+%if 0%{?suse_version} < 1550
+BuildRequires:  gcc12-c++
+%else
+BuildRequires:  gcc-c++
+%endif
 BuildRequires:  opencensus-proto-source
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcares) >= 1.19.1
@@ -139,6 +144,12 @@
 rm -Rf third_party/abseil-cpp/
 
 %build
+%if 0%{?suse_version} < 1550
+export CC=gcc-12
+export CXX=g++-12
+%endif
+%define _lto_cflags %nil
+
 # protoc is invoked strangely; make it happy with this dir or it will assert()
 mkdir -p third_party/protobuf/src
 


commit grpc for openSUSE:Factory

2024-03-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2024-03-13 22:16:17

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1770 (New)


Package is "grpc"

Wed Mar 13 22:16:17 2024 rev:77 rq:1156709 version:1.62.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2024-02-22 
20:55:46.533170648 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1770/grpc.changes  2024-03-13 
22:16:36.683929653 +0100
@@ -1,0 +2,7 @@
+Sun Mar 10 11:59:06 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.62.1
+  * This release contains unspecified refinements, improvements,
+and bug fixes.
+
+---

Old:

  v1.62.0.tar.gz

New:

  v1.62.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.PykpHp/_old  2024-03-13 22:16:39.008015152 +0100
+++ /var/tmp/diff_new_pack.PykpHp/_new  2024-03-13 22:16:39.008015152 +0100
@@ -20,7 +20,7 @@
 %define lverp 1_62
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.62.0
+Version:1.62.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.62.0.tar.gz -> v1.62.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.62.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1770/v1.62.1.tar.gz differ: char 30, line 2


commit grpc for openSUSE:Factory

2024-02-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2024-02-01 18:04:11

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1815 (New)


Package is "grpc"

Thu Feb  1 18:04:11 2024 rev:73 rq:1143157 version:1.61.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2024-01-31 
23:53:29.080414628 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1815/grpc.changes  2024-02-01 
18:04:14.912663838 +0100
@@ -1,0 +2,11 @@
+Wed Jan 31 19:51:15 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.61
+  * SSA: change xds_override_host policy to manage subchannels
+based on last-used time rather than EDS health state
+  * xDS: read connection idle timeout from CDS resource
+  * xDS: move CDS and EDS watchers into xds resolver
+  * alpn: Remove grpc-exp experimental ALPN protocol
+- Add terminate.patch
+
+---

Old:

  v1.60.0.tar.gz

New:

  terminate.patch
  v1.61.0.tar.gz

BETA DEBUG BEGIN:
  New:  * alpn: Remove grpc-exp experimental ALPN protocol
- Add terminate.patch
BETA DEBUG END:



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.goTzBD/_old  2024-02-01 18:04:18.480793197 +0100
+++ /var/tmp/diff_new_pack.goTzBD/_new  2024-02-01 18:04:18.480793197 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 37
-%define lverp 1_60
+%define lver 38
+%define lverp 1_61
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.60.0
+Version:1.61.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -28,12 +28,9 @@
 URL:https://grpc.io/
 Source: https://github.com/grpc/grpc/archive/v%version.tar.gz
 Source2:%name-rpmlintrc
-# PATCH-FIX-UPSTREAM ARM-Unaligned-access-fixes.patch gh#Cyan4973/xxHash#651 
easyaspi...@users.noreply.github.com
-# Fix unaligned access on ARM
-Patch1: ARM-Unaligned-access-fixes.patch
-# PATCH-FIX-UPSTREAM Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch 
gh#Cyan4973/xxHash#651 mattias.ell...@physics.uu.se
-# Fix build on ppc64le on RHEL-7 with gcc-4.8
-Patch2: Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch
+Patch1: terminate.patch
+Patch4: ARM-Unaligned-access-fixes.patch
+Patch5: Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch
 BuildRequires:  abseil-cpp-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -126,6 +123,7 @@
 
 %prep
 %autosetup -N
+%patch -P 1 -p1
 find "." -type f -exec grep -l '/usr/bin/env ' {} + |
xargs -r perl -i -lpe \
's{#! ?/usr/bin/env python\S*}{#!/usr/bin/python3}g;
@@ -133,8 +131,7 @@
 s{#! ?/usr/bin/env bash}{#!/bin/bash}g;
 s{#! ?/usr/bin/env }{#!/usr/bin/}g;'
 pushd third_party/xxhash
-%patch1 -p1
-%patch2 -p1
+%patch -P 4 -P 5 -p1
 popd
 rm -Rf third_party/abseil-cpp/
 

++ terminate.patch ++
From: Jan Engelhardt 
Date: 2024-01-31 20:50:55.596208216 +0100

[  221s] src/core/lib/promise/party.h: In member function 'bool 
grpc_core::Party::PromiseParticipantImpl::PollParticipantPromise()
 [with SuppliedFactory = grpc_core::ForwardCall(CallHandler, CallInitiator, 
ClientMetadataHandle):: mutable:: 
mutable::]':
[  221s] src/core/lib/promise/party.h:541:5: error: control reaches end of 
non-void function [-Werror=return-type]
[  221s] src/core/lib/promise/party.h: In member function 
'grpc_core::Poll::Promise::Result> 
grpc_core::Party::PromiseParticipantImpl::PollCompletion() 
[with SuppliedFactory = grpc_core::ForwardCall(CallHandler, CallInitiator, 
ClientMetadataHandle):: mutable:: 
mutable::]':
[  221s] src/core/lib/promise/party.h:553:5: error: control reaches end of 
non-void function [-Werror=return-type]

That enum class only has three numerators, and it's not clear why gcc
would warn, given all three cases return.

---
 src/core/lib/promise/party.h |4 
 1 file changed, 4 insertions(+)

Index: grpc-1.61.0/src/core/lib/promise/party.h
===
--- grpc-1.61.0.orig/src/core/lib/promise/party.h
+++ grpc-1.61.0/src/core/lib/promise/party.h
@@ -538,6 +538,7 @@ class Party : public Activity, private W
   Crash(
   "unreachable: promises should not be repolled after completion");
   }
+  std::terminate();
 }
 
 // Outside party poll: check whether the spawning party has completed this
@@ -550,6 +552,7 @@ class Party : public Activity, private W
 case State::kResult:
   return std::move(result_);
   }
+  std::terminate();
 }
 
 void Destroy() override { 

commit grpc for openSUSE:Factory

2024-01-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2024-01-31 23:53:20

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1815 (New)


Package is "grpc"

Wed Jan 31 23:53:20 2024 rev:72 rq:1142787 version:1.60.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2024-01-25 
18:40:27.761067467 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1815/grpc.changes  2024-01-31 
23:53:29.080414628 +0100
@@ -1,0 +2,5 @@
+Mon Jan 29 17:25:06 UTC 2024 - Jan Engelhardt 
+
+- Force-replace all /usr/bin/env python by python3.
+
+---



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.DaGIO9/_old  2024-01-31 23:53:29.836441904 +0100
+++ /var/tmp/diff_new_pack.DaGIO9/_new  2024-01-31 23:53:29.836441904 +0100
@@ -126,18 +126,27 @@
 
 %prep
 %autosetup -N
+find "." -type f -exec grep -l '/usr/bin/env ' {} + |
+   xargs -r perl -i -lpe \
+   's{#! ?/usr/bin/env python\S*}{#!/usr/bin/python3}g;
+s{#! ?/usr/bin/env sh}{#!/bin/sh}g;
+s{#! ?/usr/bin/env bash}{#!/bin/bash}g;
+s{#! ?/usr/bin/env }{#!/usr/bin/}g;'
 pushd third_party/xxhash
 %patch1 -p1
 %patch2 -p1
 popd
 rm -Rf third_party/abseil-cpp/
 
+%build
 # protoc is invoked strangely; make it happy with this dir or it will assert()
 mkdir -p third_party/protobuf/src
 
 cp -a /usr/src/opencensus-proto third_party/
 export CFLAGS="%optflags -Wno-error"
 export CXXFLAGS="$CFLAGS"
+find "." -type f -exec grep '/usr/bin/env ' {} + || :
+pushd .
 %cmake -DgRPC_INSTALL=ON  \
-DgRPC_INSTALL_LIBDIR:PATH="%_lib" \
-DgRPC_INSTALL_CMAKEDIR:PATH="%_libdir/cmake/grpc" \
@@ -150,6 +159,8 @@
-DgRPC_ZLIB_PROVIDER=package \
-DCMAKE_CXX_STANDARD=17
 %cmake_build
+popd
+find "." -type f -exec grep '/usr/bin/env ' {} + || :
 
 %install
 b="%buildroot"


commit grpc for openSUSE:Factory

2024-01-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2024-01-19 22:59:56

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.16006 (New)


Package is "grpc"

Fri Jan 19 22:59:56 2024 rev:70 rq:1139642 version:1.60.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-12-07 
19:09:12.188597431 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.16006/grpc.changes 2024-01-19 
22:59:58.405152099 +0100
@@ -1,0 +2,10 @@
+Thu Jan 18 07:58:43 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Add ARM-Unaligned-access-fixes.patch to fix unaligned
+  access on ARM which causes issues on AArch64 kernels
+- Add Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch
+  to fix FTBFS on ppc64le when using gcc-7 (boo#1208794)
+- Revert changes made to RPATH handling
+- Switch build compiler back to default on SLE-15
+
+---

New:

  ARM-Unaligned-access-fixes.patch
  Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch

BETA DEBUG BEGIN:
  New:
- Add ARM-Unaligned-access-fixes.patch to fix unaligned
  access on ARM which causes issues on AArch64 kernels
  New:  access on ARM which causes issues on AArch64 kernels
- Add Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch
  to fix FTBFS on ppc64le when using gcc-7 (boo#1208794)
BETA DEBUG END:



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.GgoEyo/_old  2024-01-19 22:59:59.065176226 +0100
+++ /var/tmp/diff_new_pack.GgoEyo/_new  2024-01-19 22:59:59.065176226 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grpc
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,14 +28,15 @@
 URL:https://grpc.io/
 Source: https://github.com/grpc/grpc/archive/v%version.tar.gz
 Source2:%name-rpmlintrc
+# PATCH-FIX-UPSTREAM ARM-Unaligned-access-fixes.patch gh#Cyan4973/xxHash#651 
easyaspi...@users.noreply.github.com
+# Fix unaligned access on ARM
+Patch1: ARM-Unaligned-access-fixes.patch
+# PATCH-FIX-UPSTREAM Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch 
gh#Cyan4973/xxHash#651 mattias.ell...@physics.uu.se
+# Fix build on ppc64le on RHEL-7 with gcc-4.8
+Patch2: Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch
 BuildRequires:  abseil-cpp-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
-%if 0%{?suse_version} < 1550
-BuildRequires:  gcc12-c++
-%else
-BuildRequires:  gcc-c++
-%endif
 BuildRequires:  opencensus-proto-source
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcares) >= 1.19.1
@@ -124,15 +125,13 @@
 This subpackage contains source code of the gRPC reference implementation.
 
 %prep
-%autosetup -p1
+%autosetup -N
+pushd third_party/xxhash
+%patch1 -p1
+%patch2 -p1
+popd
 rm -Rf third_party/abseil-cpp/
 
-%build
-%if 0%{?suse_version} < 1550
-export CC=gcc-12
-export CXX=g++-12
-%endif
-%define _lto_cflags %nil
 # protoc is invoked strangely; make it happy with this dir or it will assert()
 mkdir -p third_party/protobuf/src
 
@@ -149,9 +148,7 @@
-DgRPC_SSL_PROVIDER=package\
-DZLIB_LIBRARY=%{_libdir}/libz.so  \
-DgRPC_ZLIB_PROVIDER=package \
-   -DCMAKE_CXX_STANDARD=17 \
-   -DCMAKE_SKIP_RPATH=FALSE \
-   -DCMAKE_SKIP_INSTALL_RPATH=TRUE
+   -DCMAKE_CXX_STANDARD=17
 %cmake_build
 
 %install

++ ARM-Unaligned-access-fixes.patch ++
>From 316649c7bb8545571d9beb75dc2fb1abfbe6552f Mon Sep 17 00:00:00 2001
From: "easyaspi314 (Devin)" 
Date: Tue, 7 Dec 2021 21:36:13 -0500
Subject: [PATCH] [ARM] Unaligned access fixes

 - Use memcpy on ARMv6 and lower when unaligned access is supported
  - GCC has an internal conflict on whether unaligned access is available
on ARMv6 so some parts do byteshift, some parts do not
  - aligned(1) is better on everything else
  - All this seems to be safe on even GCC 4.9.
 - Leave out the alignment check if unaligned access is supported on ARM.
---
 xxhash.h | 24 +++-
 1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/xxhash.h b/xxhash.h
index 08ab794..4cf3f0d 100644
--- a/xxhash.h
+++ b/xxhash.h
@@ -1402,28 +1402,18 @@ XXH3_128bits_reset_withSecretandSeed(XXH3_state_t* 
statePtr,
  */
 
 #ifndef XXH_FORCE_MEMORY_ACCESS   /* can be defined externally, on command 
line for example */
-   /* prefer __packed__ structures (method 1) for gcc on armv7+ and mips */
-#  if !defined(__clang__) && \
-( \
-(defined(__INTEL_COMPILER) && !defined(_WIN32)) || \
-( \
-defined(__GNUC__) && ( \
- 

commit grpc for openSUSE:Factory

2023-11-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-11-15 21:06:43

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.17445 (New)


Package is "grpc"

Wed Nov 15 21:06:43 2023 rev:67 rq:1125885 version:1.59.2

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-11-01 
22:09:41.203014461 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.17445/grpc.changes 2023-11-15 
21:07:03.044850791 +0100
@@ -1,0 +2,8 @@
+Tue Nov 14 10:21:58 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Adjust RPATH handling to fix FTBFS on SLE-15
+  * Set CMAKE_SKIP_RPATH to FALSE
+  * Set CMAKE_SKIP_INSTALL_RPATH to TRUE
+- Build with gcc-12 on SLE-15 to fix FTBFS on ppc64le
+
+---



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.Zc2pUY/_old  2023-11-15 21:07:03.860880899 +0100
+++ /var/tmp/diff_new_pack.Zc2pUY/_new  2023-11-15 21:07:03.864881047 +0100
@@ -31,7 +31,11 @@
 BuildRequires:  abseil-cpp-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
+%if 0%{?suse_version} < 1550
+BuildRequires:  gcc12-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  opencensus-proto-source
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcares) >= 1.19.1
@@ -124,6 +128,10 @@
 rm -Rf third_party/abseil-cpp/
 
 %build
+%if 0%{?suse_version} < 1550
+export CC=gcc-12
+export CXX=g++-12
+%endif
 %define _lto_cflags %nil
 # protoc is invoked strangely; make it happy with this dir or it will assert()
 mkdir -p third_party/protobuf/src
@@ -141,7 +149,9 @@
-DgRPC_SSL_PROVIDER=package\
-DZLIB_LIBRARY=%{_libdir}/libz.so  \
-DgRPC_ZLIB_PROVIDER=package \
-   -DCMAKE_CXX_STANDARD=17
+   -DCMAKE_CXX_STANDARD=17 \
+   -DCMAKE_SKIP_RPATH=FALSE \
+   -DCMAKE_SKIP_INSTALL_RPATH=TRUE
 %cmake_build
 
 %install


commit grpc for openSUSE:Factory

2023-11-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-11-01 22:09:30

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.17445 (New)


Package is "grpc"

Wed Nov  1 22:09:30 2023 rev:66 rq:1121407 version:1.59.2

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-10-12 
11:42:17.169413524 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.17445/grpc.changes 2023-11-01 
22:09:41.203014461 +0100
@@ -1,0 +2,6 @@
+Tue Oct 31 05:21:51 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.59.2
+  * Fixes for CVE-2023-44487
+
+---

Old:

  v1.59.1.tar.gz

New:

  v1.59.2.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.RGrU5c/_old  2023-11-01 22:09:55.247534738 +0100
+++ /var/tmp/diff_new_pack.RGrU5c/_new  2023-11-01 22:09:55.251534886 +0100
@@ -20,7 +20,7 @@
 %define lverp 1_59
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.59.1
+Version:1.59.2
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.59.1.tar.gz -> v1.59.2.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.59.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.17445/v1.59.2.tar.gz differ: char 25, line 
1


commit grpc for openSUSE:Factory

2023-10-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-10-11 23:53:27

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1807 (New)


Package is "grpc"

Wed Oct 11 23:53:27 2023 rev:65 rq:1116259 version:1.59.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-10-05 
20:03:40.391840347 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1807/grpc.changes  2023-10-12 
11:42:17.169413524 +0200
@@ -1,0 +2,6 @@
+Sun Oct  8 00:05:42 UTC 2023 - Atri Bhattacharya 
+
+- Update to version 1.59.1:
+  * C++: Fix MakeCordFromSlice memory bug (gh#grpc/grpc#34552).
+
+---

Old:

  v1.59.0.tar.gz

New:

  v1.59.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.KglHUz/_old  2023-10-12 11:42:17.857438414 +0200
+++ /var/tmp/diff_new_pack.KglHUz/_new  2023-10-12 11:42:17.857438414 +0200
@@ -20,7 +20,7 @@
 %define lverp 1_59
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.59.0
+Version:1.59.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.59.0.tar.gz -> v1.59.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.59.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1807/v1.59.1.tar.gz differ: char 28, line 1


commit grpc for openSUSE:Factory

2023-10-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-10-05 20:03:07

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.28202 (New)


Package is "grpc"

Thu Oct  5 20:03:07 2023 rev:64 rq:1115660 version:1.59.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-09-17 
19:29:13.869437459 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.28202/grpc.changes 2023-10-05 
20:03:40.391840347 +0200
@@ -1,0 +2,20 @@
+Sat Sep 30 22:13:53 UTC 2023 - Atri Bhattacharya 
+
+- Update to version 1.59.0:
+  * xds ssa: Remove environment variable protection for stateful
+affinity (gh#grpc/grpc#34435).
+  * c-ares: fix spin loop bug when c-ares gives up on a socket
+that still has data left in its read buffer
+(gh#grpc/grpc#34185).
+  * Deps: Adding upb as a submodule (gh#grpc/grpc#34199).
+  * EventEngine: Update Cancel contract on closure deletion
+timeline (gh#grpc/grpc#34167).
+  * csharp codegen: Handle empty base_namespace option value to
+fix gh#grpc/grpc#34113 (gh#grpc/grpc#34137).
+  * Ruby:
+- replace strdup with gpr_strdup (gh#grpc/grpc#34177).
+- drop ruby 2.6 support (gh#grpc/grpc#34198).
+- Drop fix_grpconfig_cmake.patch: incorporated upstream.
+- rpmlintrc: Drop unused filter for pem-certificate.
+
+---

Old:

  fix_grpconfig_cmake.patch
  v1.58.1.tar.gz

New:

  v1.59.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.q23IS5/_old  2023-10-05 20:03:42.387912459 +0200
+++ /var/tmp/diff_new_pack.q23IS5/_new  2023-10-05 20:03:42.391912603 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 35
-%define lverp 1_58
+%define lver 36
+%define lverp 1_59
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.58.1
+Version:1.59.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -39,7 +39,6 @@
 BuildRequires:  pkgconfig(protobuf) >= 22
 BuildRequires:  pkgconfig(re2)
 BuildRequires:  pkgconfig(zlib)
-Patch0: fix_grpconfig_cmake.patch
 
 %description
 The reference implementation of the gRPC protocol, done on top of

++ grpc-rpmlintrc ++
--- /var/tmp/diff_new_pack.q23IS5/_old  2023-10-05 20:03:42.419913615 +0200
+++ /var/tmp/diff_new_pack.q23IS5/_new  2023-10-05 20:03:42.419913615 +0200
@@ -3,7 +3,6 @@
 addFilter("grpc-source.* files-duplicate")
 addFilter("grpc-source.* hidden-file-or-dir")
 addFilter("grpc-source.* non-executable-script")
-addFilter("grpc-source.* pem-certificate")
 addFilter("grpc-source.* script-without-shebang")
 addFilter("grpc-source.* filelist-forbidden-fhs23")
 addFilter("grpc-source.* version-control-internal-file")

++ v1.58.1.tar.gz -> v1.59.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.58.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.28202/v1.59.0.tar.gz differ: char 29, line 
1


commit grpc for openSUSE:Factory

2023-09-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-09-17 19:28:49

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1766 (New)


Package is "grpc"

Sun Sep 17 19:28:49 2023 rev:63 rq:410 version:1.58.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-09-13 
20:44:22.477676519 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1766/grpc.changes  2023-09-17 
19:29:13.869437459 +0200
@@ -1,0 +2,7 @@
+Thu Sep 14 13:06:18 UTC 2023 - John Paul Adrian Glaubitz 

+
+- Update to release 1.58.1
+  * Reintroduced c-ares 1.14 or later support
+- Pass "-f" flag to "rm" when removing CMakeConfigureLog.yaml
+
+---

Old:

  v1.58.0.tar.gz

New:

  v1.58.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.TgSvn9/_old  2023-09-17 19:29:15.405492205 +0200
+++ /var/tmp/diff_new_pack.TgSvn9/_new  2023-09-17 19:29:15.409492347 +0200
@@ -20,7 +20,7 @@
 %define lverp 1_58
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.58.0
+Version:1.58.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -163,7 +163,7 @@
 # Don't include abseil-cpp in sources
 rm -fr third_party/abseil-cpp/*
 # Don't include non-deterministic log in sources
-rm build/CMakeFiles/CMakeConfigureLog.yaml
+rm -f build/CMakeFiles/CMakeConfigureLog.yaml
 
 mkdir -p "%buildroot/%src_install_dir"
 cp -r * "%buildroot/%src_install_dir"

++ v1.58.0.tar.gz -> v1.58.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.58.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1766/v1.58.1.tar.gz differ: char 28, line 1


commit grpc for openSUSE:Factory

2023-09-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-09-13 20:43:46

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1766 (New)


Package is "grpc"

Wed Sep 13 20:43:46 2023 rev:62 rq:1110898 version:1.58.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-09-07 
21:12:07.387980038 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1766/grpc.changes  2023-09-13 
20:44:22.477676519 +0200
@@ -1,0 +2,6 @@
+Wed Sep 13 10:49:31 UTC 2023 - Jan Engelhardt 
+
+- Add fix_grpconfig_cmake.patch to make find_package(gRPC) in
+  downstream using packages functional again.
+
+---

New:

  fix_grpconfig_cmake.patch



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.56WjbD/_old  2023-09-13 20:44:23.973729706 +0200
+++ /var/tmp/diff_new_pack.56WjbD/_new  2023-09-13 20:44:23.973729706 +0200
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig(protobuf) >= 22
 BuildRequires:  pkgconfig(re2)
 BuildRequires:  pkgconfig(zlib)
+Patch0: fix_grpconfig_cmake.patch
 
 %description
 The reference implementation of the gRPC protocol, done on top of

++ fix_grpconfig_cmake.patch ++
>From 5c9e4050c1e8c66b1b8b4e93d48b8e23ff1ea818 Mon Sep 17 00:00:00 2001
From: Carlo Cabrera <30379873+carlo...@users.noreply.github.com>
Date: Wed, 6 Sep 2023 03:35:47 +0800
Subject: [PATCH] [Build] fix `gRPCConfig.cmake` (#33361)

Without this change, calling `find_package(gRPC REQUIRED)` errors out
with

CMake Error at /opt/homebrew/lib/cmake/grpc/gRPCConfig.cmake:8
(find_dependency):
  Unknown CMake command "find_dependency".

The issue is that `find_dependency` is provided by the
`CMakeFindDependencyMacro` module[^1], so we need to `include` it before
use.

[^1]:
https://cmake.org/cmake/help/v3.26/module/CMakeFindDependencyMacro.html
---
 cmake/protobuf.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/protobuf.cmake b/cmake/protobuf.cmake
index 80181c6218..fab2eb00e9 100644
--- a/cmake/protobuf.cmake
+++ b/cmake/protobuf.cmake
@@ -86,6 +86,6 @@ elseif(gRPC_PROTOBUF_PROVIDER STREQUAL "package")
 set(_gRPC_PROTOBUF_PROTOC_EXECUTABLE ${PROTOBUF_PROTOC_EXECUTABLE})
   endif()
 endif()
-set(_gRPC_FIND_PROTOBUF "find_dependency(Protobuf CONFIG)")
+set(_gRPC_FIND_PROTOBUF 
"include(CMakeFindDependencyMacro)\nfind_dependency(Protobuf CONFIG)")
   endif()
 endif()
-- 
2.42.0


commit grpc for openSUSE:Factory

2023-09-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-09-07 21:12:03

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1766 (New)


Package is "grpc"

Thu Sep  7 21:12:03 2023 rev:61 rq:1109312 version:1.58.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-08-10 
15:32:42.343716702 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1766/grpc.changes  2023-09-07 
21:12:07.387980038 +0200
@@ -1,0 +2,8 @@
+Wed Sep  6 16:02:40 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.58
+  * Build system updates
+  * ruby extension: remove unnecessary background thread startup
+wait logic that interferes with forking
+
+---

Old:

  v1.57.0.tar.gz

New:

  v1.58.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.NidrY5/_old  2023-09-07 21:12:09.544057113 +0200
+++ /var/tmp/diff_new_pack.NidrY5/_new  2023-09-07 21:12:09.544057113 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 34
-%define lverp 1_57
+%define lver 35
+%define lverp 1_58
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.57.0
+Version:1.58.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -185,6 +185,7 @@
 %_libdir/libaddress_sorting.so.%{lver}*
 %_libdir/libgpr*.so.%{lver}*
 %_libdir/libgrpc*.so.%{lver}*
+%_libdir/libutf8_range_lib.so.%{lver}*
 
 %files -n libgrpc%lverp
 %_libdir/libgrpc_authorization_provider.so.1.*

++ v1.57.0.tar.gz -> v1.58.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.57.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1766/v1.58.0.tar.gz differ: char 14, line 1


commit grpc for openSUSE:Factory

2023-08-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-08-10 15:32:41

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.11712 (New)


Package is "grpc"

Thu Aug 10 15:32:41 2023 rev:60 rq:1103055 version:1.57.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-08-06 
16:29:33.779698180 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.11712/grpc.changes 2023-08-10 
15:32:42.343716702 +0200
@@ -1,0 +2,9 @@
+Wed Aug  9 01:02:35 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.57
+  * EventEngine: Change GetDNSResolver to return
+absl::StatusOr>.
+  * Improve server handling of file descriptor exhaustion.
+  * Add a channel argument to set DSCP on streams.
+
+---

Old:

  v1.56.2.tar.gz

New:

  v1.57.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.3Q2n8Y/_old  2023-08-10 15:32:45.671737457 +0200
+++ /var/tmp/diff_new_pack.3Q2n8Y/_new  2023-08-10 15:32:45.679737508 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 33
-%define lverp 1_56
+%define lver 34
+%define lverp 1_57
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.56.2
+Version:1.57.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -34,7 +34,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  opencensus-proto-source
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcares) >= 1.13.0
+BuildRequires:  pkgconfig(libcares) >= 1.19.1
 BuildRequires:  pkgconfig(openssl) >= 1.0.1
 BuildRequires:  pkgconfig(protobuf) >= 22
 BuildRequires:  pkgconfig(re2)

++ v1.56.2.tar.gz -> v1.57.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.56.2.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.11712/v1.57.0.tar.gz differ: char 14, line 
1


commit grpc for openSUSE:Factory

2023-08-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-08-06 16:29:27

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.22712 (New)


Package is "grpc"

Sun Aug  6 16:29:27 2023 rev:59 rq:1102469 version:1.56.2

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-07-17 
19:22:41.949533312 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.22712/grpc.changes 2023-08-06 
16:29:33.779698180 +0200
@@ -1,0 +2,6 @@
+Thu Aug  3 15:25:03 UTC 2023 - Bernhard Wiedemann 
+
+- Don't include non-deterministic CMakeConfigureLog.yaml in sources
+  to fix reproducible builds
+
+---



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.4QnnwX/_old  2023-08-06 16:29:35.287707839 +0200
+++ /var/tmp/diff_new_pack.4QnnwX/_new  2023-08-06 16:29:35.295707890 +0200
@@ -161,6 +161,8 @@
 popd
 # Don't include abseil-cpp in sources
 rm -fr third_party/abseil-cpp/*
+# Don't include non-deterministic log in sources
+rm build/CMakeFiles/CMakeConfigureLog.yaml
 
 mkdir -p "%buildroot/%src_install_dir"
 cp -r * "%buildroot/%src_install_dir"


commit grpc for openSUSE:Factory

2023-07-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-07-17 19:22:39

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.3193 (New)


Package is "grpc"

Mon Jul 17 19:22:39 2023 rev:58 rq:1098775 version:1.56.2

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-06-30 
19:58:36.169547323 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.3193/grpc.changes  2023-07-17 
19:22:41.949533312 +0200
@@ -1,0 +2,6 @@
+Sat Jul 15 06:20:50 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.56.2
+  * Improve server handling of file descriptor exhaustion
+
+---

Old:

  v1.56.0.tar.gz

New:

  v1.56.2.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.5hwS1a/_old  2023-07-17 19:22:42.981539291 +0200
+++ /var/tmp/diff_new_pack.5hwS1a/_new  2023-07-17 19:22:42.985539314 +0200
@@ -20,7 +20,7 @@
 %define lverp 1_56
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.56.0
+Version:1.56.2
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.56.0.tar.gz -> v1.56.2.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.56.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.3193/v1.56.2.tar.gz differ: char 14, line 1


commit grpc for openSUSE:Factory

2023-06-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-06-30 19:58:22

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.13546 (New)


Package is "grpc"

Fri Jun 30 19:58:22 2023 rev:57 rq:1095799 version:1.56.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2023-05-09 
15:02:07.377769915 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.13546/grpc.changes 2023-06-30 
19:58:36.169547323 +0200
@@ -1,0 +2,20 @@
+Wed Jun 28 07:09:25 UTC 2023 - Fabian Vogt 
+
+- Remove unnecessary BuildRequires: zypper
+
+---
+Mon Jun 19 03:28:40 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.56.0
+  * core: Add support for vsock transport.
+  * EventEngine: Change TXT lookup result type to
+std::vector.
+  * C++/Authz: support customizable audit functionality for
+authorization policy.
+
+---
+Tue Jun 13 21:09:27 UTC 2023 - Dirk Müller 
+
+- pin to protobuf < 22 until next version update 
+
+---

Old:

  v1.54.1.tar.gz

New:

  v1.56.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.RIBx2O/_old  2023-06-30 19:58:37.033552462 +0200
+++ /var/tmp/diff_new_pack.RIBx2O/_new  2023-06-30 19:58:37.037552485 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 31
-%define lverp 1_54
+%define lver 33
+%define lverp 1_56
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.54.1
+Version:1.56.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -34,10 +34,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  opencensus-proto-source
 BuildRequires:  pkg-config
-BuildRequires:  zypper
-BuildRequires:  pkgconfig(libcares)
+BuildRequires:  pkgconfig(libcares) >= 1.13.0
 BuildRequires:  pkgconfig(openssl) >= 1.0.1
-BuildRequires:  pkgconfig(protobuf) >= 3.8.0
+BuildRequires:  pkgconfig(protobuf) >= 22
 BuildRequires:  pkgconfig(re2)
 BuildRequires:  pkgconfig(zlib)
 

++ v1.54.1.tar.gz -> v1.56.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.54.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.13546/v1.56.0.tar.gz differ: char 13, line 
1


commit grpc for openSUSE:Factory

2023-05-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2023-05-09 15:02:06

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1533 (New)


Package is "grpc"

Tue May  9 15:02:06 2023 rev:56 rq:1084010 version:1.54.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-12-09 
13:19:36.719585253 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1533/grpc.changes  2023-05-09 
15:02:07.377769915 +0200
@@ -1,0 +2,13 @@
+Tue May  2 10:15:43 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.54.1
+  * Bring declarations and definitions to be in sync
+
+---
+Fri Apr 14 11:07:33 UTC 2023 - Jan Engelhardt 
+
+- Update to release 1.54
+  * XDS: enable XDS federation by default
+  * TlsCreds: Support revocation of intermediate in chain
+
+---

Old:

  v1.51.1.tar.gz

New:

  v1.54.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.eYuh1J/_old  2023-05-09 15:02:08.497776434 +0200
+++ /var/tmp/diff_new_pack.eYuh1J/_new  2023-05-09 15:02:08.501776458 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grpc
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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 29
-%define lverp 1_51
+%define lver 31
+%define lverp 1_54
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.51.1
+Version:1.54.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -55,30 +55,24 @@
 HTTP/2 with support for synchronous and asynchronous calls. gRPC uses
 Protocol Buffers as the Interface Definition Language by default.
 
-%package -n libgrpc++%lverp
+%package -n libgrpc%lverp
 Summary:HTTP/2-based Remote Procedure Call implementation
 Group:  System/Libraries
-%if "%lverp" == "1"
-# prior error in packaging
-Conflicts:  libgrpc6
-%endif
 
-%description -n libgrpc++%lverp
+%description -n libgrpc%lverp
 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.
 
-%package -n libgrpc_plugin_support%lverp
-Summary:HTTP/2-based Remote Procedure Call implementation - plugin 
support
+%package -n libgrpc++%lverp
+Summary:HTTP/2-based Remote Procedure Call implementation
 Group:  System/Libraries
 
-%description -n libgrpc_plugin_support%lverp
+%description -n libgrpc++%lverp
 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.
 
-This package provides the shared library to support plugins for grpc.
-
 %package -n libupb%lver
 Summary:A small protobuf implementation in C
 Group:  System/Libraries
@@ -94,8 +88,8 @@
 Summary:Development files for grpc, a HTTP/2 Remote Procedure Call 
implementation
 Group:  Development/Tools/Building
 Requires:   libgrpc%lver = %version
+Requires:   libgrpc%lverp = %version
 Requires:   libgrpc++%lverp = %version
-Requires:   libgrpc_plugin_support%lverp = %version
 Requires:   libupb%lver = %version
 Requires:   pkgconfig(libcares)
 Requires:   pkgconfig(re2)
@@ -179,10 +173,10 @@
 
 %post   -n libgrpc%lver -p /sbin/ldconfig
 %postun -n libgrpc%lver -p /sbin/ldconfig
+%post   -n libgrpc%lverp -p /sbin/ldconfig
+%postun -n libgrpc%lverp -p /sbin/ldconfig
 %post   -n libgrpc++%lverp -p /sbin/ldconfig
 %postun -n libgrpc++%lverp -p /sbin/ldconfig
-%post   -n libgrpc_plugin_support%lverp -p /sbin/ldconfig
-%postun -n libgrpc_plugin_support%lverp -p /sbin/ldconfig
 %post   -n libupb%lver -p /sbin/ldconfig
 %postun -n libupb%lver -p /sbin/ldconfig
 
@@ -191,13 +185,14 @@
 %_libdir/libgpr*.so.%{lver}*
 %_libdir/libgrpc*.so.%{lver}*
 
+%files -n libgrpc%lverp
+%_libdir/libgrpc_authorization_provider.so.1.*
+%_libdir/libgrpc_plugin_support.so.1.*
+
 %files -n libgrpc++%lverp
 %_libdir/libgrpc++*.so.*
 %_libdir/libgrpcpp_channelz.so.*
 
-%files -n libgrpc_plugin_support%lverp
-%_libdir/libgrpc_plugin_support.so.1.*
-
 %files -n libupb%lver
 %_libdir/libupb*.so.%{lver}*
 

++ v1.51.1.tar.gz -> v1.54.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.51.1.tar.gz 

commit grpc for openSUSE:Factory

2022-12-09 Thread Source-Sync
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-12-09 13:18:10

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1835 (New)


Package is "grpc"

Fri Dec  9 13:18:10 2022 rev:55 rq:1041753 version:1.51.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-11-22 
16:10:22.674089336 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1835/grpc.changes  2022-12-09 
13:19:36.719585253 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 00:11:51 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.51.1
+  * Only a macOS/aarch64-related change
+
+---

Old:

  v1.51.0.tar.gz

New:

  v1.51.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.A3bvpX/_old  2022-12-09 13:19:37.391588823 +0100
+++ /var/tmp/diff_new_pack.A3bvpX/_new  2022-12-09 13:19:37.395588844 +0100
@@ -20,7 +20,7 @@
 %define lverp 1_51
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.51.0
+Version:1.51.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.51.0.tar.gz -> v1.51.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.51.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1835/v1.51.1.tar.gz differ: char 28, line 1


commit grpc for openSUSE:Factory

2022-11-22 Thread Source-Sync
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-11-22 16:10:14

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1597 (New)


Package is "grpc"

Tue Nov 22 16:10:14 2022 rev:54 rq:1037183 version:1.51.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-10-28 
19:32:23.519492371 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1597/grpc.changes  2022-11-22 
16:10:22.674089336 +0100
@@ -1,0 +2,8 @@
+Mon Nov 21 20:09:43 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.51
+  * c-ares DNS resolver: fix logical race between resolution
+timeout/cancellation and fd readability.
+  * Remove support for pthread TLS
+
+---

Old:

  v1.50.1.tar.gz

New:

  v1.51.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.Ptuo9z/_old  2022-11-22 16:10:23.462093334 +0100
+++ /var/tmp/diff_new_pack.Ptuo9z/_new  2022-11-22 16:10:23.470093374 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 28
-%define lverp 1_50
+%define lver 29
+%define lverp 1_51
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.50.1
+Version:1.51.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.50.1.tar.gz -> v1.51.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.50.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1597/v1.51.0.tar.gz differ: char 13, line 1


commit grpc for openSUSE:Factory

2022-10-28 Thread Source-Sync
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-10-28 19:31:47

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2275 (New)


Package is "grpc"

Fri Oct 28 19:31:47 2022 rev:53 rq:1031934 version:1.50.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-10-15 
16:40:42.822622919 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.2275/grpc.changes  2022-10-28 
19:32:23.519492371 +0200
@@ -1,0 +2,6 @@
+Fri Oct 28 09:58:50 UTC 2022 - Michael Str??der 
+
+- Update to release 1.50.1
+  Fix Bazel 4 support and objc bazel tests on python3.9 (#31410)
+
+---

Old:

  v1.50.0.tar.gz

New:

  v1.50.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.1O2Nls/_old  2022-10-28 19:32:24.119495379 +0200
+++ /var/tmp/diff_new_pack.1O2Nls/_new  2022-10-28 19:32:24.127495419 +0200
@@ -20,7 +20,7 @@
 %define lverp 1_50
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.50.0
+Version:1.50.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.50.0.tar.gz -> v1.50.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.50.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.2275/v1.50.1.tar.gz differ: char 25, line 1


commit grpc for openSUSE:Factory

2022-10-15 Thread Source-Sync
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-10-15 16:37:57

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2275 (New)


Package is "grpc"

Sat Oct 15 16:37:57 2022 rev:52 rq:1011025 version:1.50.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-09-22 
16:59:28.646224402 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.2275/grpc.changes  2022-10-15 
16:40:42.822622919 +0200
@@ -1,0 +2,25 @@
+Fri Oct 14 18:04:19 UTC 2022 - Michael Str??der 
+
+- Update to release 1.50.0
+  * Core
+- Derive EventEngine from std::enable_shared_from_this. (#31060)
+- Revert "Revert "[chttp2] fix stream leak with queued flow control
+  update and absence of writes (#30907)" (#30991)". (#30992)
+- [chttp2] fix stream leak with queued flow control update and absence of 
writes. (#30907)
+- Remove gpr_codegen. (#30899)
+- client_channel: allow LB policy to communicate update errors to 
resolver. (#30809)
+- FaultInjection: Fix random number generation. (#30623)
+  * C++
+- OpenCensus Plugin: Add measure and views for started RPCs. (#31034)
+  * C#
+- Grpc.Tools: Parse warnings from libprotobuf (fix #27502). (#30371)
+- Grpc.Tools add support for env variable GRPC_PROTOC_PLUGIN (fix #27099). 
(#30411)
+- Grpc.Tools document AdditionalImportDirs. (#30405)
+- Fix OutputOptions and GrpcOutputOptions (issue #25950). (#30410)
+  * Python
+- Support Python 3.11. (#30818)
+  * Ruby
+- Fix ruby windows ucrt build. (#31051)
+- Drop support for ruby 2.5. (#30699)
+
+---

Old:

  v1.49.1.tar.gz

New:

  v1.50.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.WBTwVE/_old  2022-10-15 16:40:43.502624554 +0200
+++ /var/tmp/diff_new_pack.WBTwVE/_new  2022-10-15 16:40:43.506624563 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 27
-%define lverp 1_49
+%define lver 28
+%define lverp 1_50
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.49.1
+Version:1.50.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.49.1.tar.gz -> v1.50.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.49.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.2275/v1.50.0.tar.gz differ: char 29, line 1


commit grpc for openSUSE:Factory

2022-09-22 Thread Source-Sync
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-09-22 16:59:24

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2275 (New)


Package is "grpc"

Thu Sep 22 16:59:24 2022 rev:51 rq:1005401 version:1.49.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-09-08 
14:24:10.550741170 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.2275/grpc.changes  2022-09-22 
16:59:28.646224402 +0200
@@ -1,0 +2,24 @@
+Thu Sep 22 08:43:56 UTC 2022 - Michael Str??der 
+
+- Update to release 1.49.1
+  * All
+- Update protobuf to v21.6 on 1.49.x. (#31028)
+  * Ruby
+- Backport "Fix ruby windows ucrt build #31051" to 1.49.x. (#31053)
+- Update to release 1.49.0
+  * Core
+- Backport: "stabilize the C2P resolver URI scheme" to v1.49.x. (#30654)
+- Bump core version. (#30588)
+- Update OpenCensus to HEAD. (#30567)
+- Update protobuf submodule to 3.21.5. (#30548)
+- Update third_party/protobuf to 3.21.4. (#30377)
+- [core] Remove GRPC_INITIAL_METADATA_CORKED flag. (#30443)
+- HTTP2: Fix keepalive time throttling. (#30164)
+- Use AnyInvocable in EventEngine APIs. (#30220)
+  Python
+- Support Python 3.11 (#30818). (#30944)
+- Add type stub generation support to grpcio-tools. (#30498)
+  Ruby
+- Backport "Drop support for ruby 2.5 (#30699)" to v1.49.x. (#30762)
+
+---

Old:

  v1.48.1.tar.gz

New:

  v1.49.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.4Yjtkz/_old  2022-09-22 16:59:29.586226137 +0200
+++ /var/tmp/diff_new_pack.4Yjtkz/_new  2022-09-22 16:59:29.590226145 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 26
-%define lverp 1_48
+%define lver 27
+%define lverp 1_49
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.48.1
+Version:1.49.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.48.1.tar.gz -> v1.49.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.48.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.2275/v1.49.1.tar.gz differ: char 25, line 1


commit grpc for openSUSE:Factory

2022-09-08 Thread Source-Sync
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-09-08 14:23:43

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2083 (New)


Package is "grpc"

Thu Sep  8 14:23:43 2022 rev:50 rq:1001886 version:1.48.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-08-30 
14:49:43.964159117 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.2083/grpc.changes  2022-09-08 
14:24:10.550741170 +0200
@@ -1,0 +2,6 @@
+Thu Sep  1 08:08:28 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.48.1
+  * Backport EventEngine Forkables
+
+---

Old:

  v1.48.0.tar.gz

New:

  v1.48.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.bAzww2/_old  2022-09-08 14:24:11.278742850 +0200
+++ /var/tmp/diff_new_pack.bAzww2/_new  2022-09-08 14:24:11.282742859 +0200
@@ -20,7 +20,7 @@
 %define lverp 1_48
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.48.0
+Version:1.48.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.48.0.tar.gz -> v1.48.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.48.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.2083/v1.48.1.tar.gz differ: char 120, line 
1


commit grpc for openSUSE:Factory

2022-08-30 Thread Source-Sync
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-08-30 14:49:12

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2083 (New)


Package is "grpc"

Tue Aug 30 14:49:12 2022 rev:49 rq:109 version:1.48.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-05-21 
19:07:29.283412193 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.2083/grpc.changes  2022-08-30 
14:49:43.964159117 +0200
@@ -1,0 +2,9 @@
+Sat Aug 27 12:02:47 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.48.0
+  * C++14 is now required
+  * xDS: Workaround to get gRPC clients working with istio
+- Drop grpc-correct-pkgconfig-path.patch (merged)
+- Drop grpc-cxx17.patch, grpc-no-return-from-non-void-function.patch
+
+---

Old:

  grpc-correct-pkgconfig-path.patch
  grpc-cxx17.patch
  grpc-no-return-from-non-void-function.patch
  v1.46.3.tar.gz

New:

  v1.48.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.lFecz0/_old  2022-08-30 14:49:44.848161372 +0200
+++ /var/tmp/diff_new_pack.lFecz0/_new  2022-08-30 14:49:44.852161382 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 24
-%define lverp 1_46
+%define lver 26
+%define lverp 1_48
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.46.3
+Version:1.48.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -28,13 +28,11 @@
 URL:https://grpc.io/
 Source: https://github.com/grpc/grpc/archive/v%version.tar.gz
 Source2:%name-rpmlintrc
-Patch1: grpc-correct-pkgconfig-path.patch
-Patch2: grpc-cxx17.patch
-Patch3: grpc-no-return-from-non-void-function.patch
 BuildRequires:  abseil-cpp-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  opencensus-proto-source
 BuildRequires:  pkg-config
 BuildRequires:  zypper
 BuildRequires:  pkgconfig(libcares)
@@ -137,6 +135,7 @@
 # protoc is invoked strangely; make it happy with this dir or it will assert()
 mkdir -p third_party/protobuf/src
 
+cp -a /usr/src/opencensus-proto third_party/
 export CFLAGS="%optflags -Wno-error"
 export CXXFLAGS="$CFLAGS"
 %cmake -DgRPC_INSTALL=ON  \
@@ -148,7 +147,8 @@
-DgRPC_RE2_PROVIDER=package\
-DgRPC_SSL_PROVIDER=package\
-DZLIB_LIBRARY=%{_libdir}/libz.so  \
-   -DgRPC_ZLIB_PROVIDER=package
+   -DgRPC_ZLIB_PROVIDER=package \
+   -DCMAKE_CXX_STANDARD=17
 %cmake_build
 
 %install

++ v1.46.3.tar.gz -> v1.48.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.46.3.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.2083/v1.48.0.tar.gz differ: char 13, line 1


commit grpc for openSUSE:Factory

2022-05-21 Thread Source-Sync
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-05-21 19:06:28

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1538 (New)


Package is "grpc"

Sat May 21 19:06:28 2022 rev:48 rq:978412 version:1.46.3

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-05-17 
17:24:41.223184772 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1538/grpc.changes  2022-05-21 
19:07:29.283412193 +0200
@@ -1,0 +2,7 @@
+Fri May 20 21:20:13 UTC 2022 - Michael Str??der 
+
+- Update to release 1.46.3
+  * backport: xds: use federation env var to guard new-style
+resource name parsing (#29725) #29727
+
+---

Old:

  v1.46.2.tar.gz

New:

  v1.46.3.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.4ZnHOE/_old  2022-05-21 19:07:34.311419479 +0200
+++ /var/tmp/diff_new_pack.4ZnHOE/_new  2022-05-21 19:07:34.319419490 +0200
@@ -20,7 +20,7 @@
 %define lverp 1_46
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.46.2
+Version:1.46.3
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.46.2.tar.gz -> v1.46.3.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.46.2.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1538/v1.46.3.tar.gz differ: char 16, line 1


commit grpc for openSUSE:Factory

2022-05-17 Thread Source-Sync
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-05-17 17:24:22

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1538 (New)


Package is "grpc"

Tue May 17 17:24:22 2022 rev:47 rq:977595 version:1.46.2

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-05-12 
23:01:09.608861232 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1538/grpc.changes  2022-05-17 
17:24:41.223184772 +0200
@@ -1,0 +2,6 @@
+Mon May 16 19:18:45 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.46.2
+  * Ruby fixes
+
+---

Old:

  v1.46.1.tar.gz

New:

  v1.46.2.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.khxkHO/_old  2022-05-17 17:24:41.947185428 +0200
+++ /var/tmp/diff_new_pack.khxkHO/_new  2022-05-17 17:24:41.955185436 +0200
@@ -20,7 +20,7 @@
 %define lverp 1_46
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.46.1
+Version:1.46.2
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.46.1.tar.gz -> v1.46.2.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.46.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1538/v1.46.2.tar.gz differ: char 13, line 1


commit grpc for openSUSE:Factory

2022-05-12 Thread Source-Sync
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-05-12 23:00:39

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1538 (New)


Package is "grpc"

Thu May 12 23:00:39 2022 rev:46 rq:976481 version:1.46.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-05-05 
23:07:49.513664542 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1538/grpc.changes  2022-05-12 
23:01:09.608861232 +0200
@@ -1,0 +2,7 @@
+Wed May 11 19:16:52 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.46.1
+  * This release contains unspecified refinements, improvements
+and bug fixes.
+
+---

Old:

  v1.46.0.tar.gz

New:

  v1.46.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.XuFp0D/_old  2022-05-12 23:01:10.388862279 +0200
+++ /var/tmp/diff_new_pack.XuFp0D/_new  2022-05-12 23:01:10.392862285 +0200
@@ -20,7 +20,7 @@
 %define lverp 1_46
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.46.0
+Version:1.46.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.46.0.tar.gz -> v1.46.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.46.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1538/v1.46.1.tar.gz differ: char 13, line 1


commit grpc for openSUSE:Factory

2022-05-05 Thread Source-Sync
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-05-05 23:07:10

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1538 (New)


Package is "grpc"

Thu May  5 23:07:10 2022 rev:45 rq:975156 version:1.46.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-04-03 
21:31:01.915791386 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1538/grpc.changes  2022-05-05 
23:07:49.513664542 +0200
@@ -1,0 +2,15 @@
+Thu May  5 09:26:50 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.46
+  * Added HTTP/1.1 support in httpcli
+  * HTTP2: Add graceful goaway
+
+---
+Sun May  1 11:37:46 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.45.2
+  * Various fixes related to XDS
+  * HTTP2: Should not run cancelling logic on servers when
+receiving GOAWAY
+
+---

Old:

  v1.45.1.tar.gz

New:

  v1.46.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.rUCTl8/_old  2022-05-05 23:07:50.189665385 +0200
+++ /var/tmp/diff_new_pack.rUCTl8/_new  2022-05-05 23:07:50.197665395 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 23
-%define lverp 1_45
+%define lver 24
+%define lverp 1_46
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.45.1
+Version:1.46.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -196,7 +196,7 @@
 %_libdir/libgrpcpp_channelz.so.*
 
 %files -n libgrpc_plugin_support%lverp
-%_libdir/libgrpc_plugin_support.so.1.45*
+%_libdir/libgrpc_plugin_support.so.1.*
 
 %files -n libupb%lver
 %_libdir/libupb*.so.%{lver}*

++ v1.45.1.tar.gz -> v1.46.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.45.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1538/v1.46.0.tar.gz differ: char 12, line 1


commit grpc for openSUSE:Factory

2022-04-03 Thread Source-Sync
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-04-03 21:30:52

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1900 (New)


Package is "grpc"

Sun Apr  3 21:30:52 2022 rev:44 rq:966565 version:1.45.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-03-23 
20:21:07.370555921 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1900/grpc.changes  2022-04-03 
21:31:01.915791386 +0200
@@ -1,0 +2,6 @@
+Sat Apr  2 17:25:07 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.45.1
+  * Switched to epoll1 as a default polling engine for Linux
+
+---

Old:

  v1.45.0.tar.gz

New:

  v1.45.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.VVfdn8/_old  2022-04-03 21:31:07.331730984 +0200
+++ /var/tmp/diff_new_pack.VVfdn8/_new  2022-04-03 21:31:07.331730984 +0200
@@ -20,7 +20,7 @@
 %define lverp 1_45
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.45.0
+Version:1.45.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.45.0.tar.gz -> v1.45.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.45.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1900/v1.45.1.tar.gz differ: char 16, line 1


commit grpc for openSUSE:Factory

2022-03-23 Thread Source-Sync
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-03-23 20:19:16

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.25692 (New)


Package is "grpc"

Wed Mar 23 20:19:16 2022 rev:43 rq:964315 version:1.45.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-02-15 
23:58:21.408390870 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.25692/grpc.changes 2022-03-23 
20:21:07.370555921 +0100
@@ -1,0 +2,32 @@
+Sat Mar 19 15:08:13 UTC 2022 - Atri Bhattacharya 
+
+- Update to version 1.45.0:
+  * Core:
+- Backport "Include ADS stream error in XDS error updates
+  (#29014)" to 1.45.x [gh#grpc/grpc#29121].
+- Bump core version to 23.0.0 for upcoming release
+  [gh#grpc/grpc#29026].
+- Fix memory leak in HTTP request security handshake
+  cancellation [gh#grpc/grpc#28971].
+- CompositeChannelCredentials: Comparator implementation
+  [gh#grpc/grpc#28902].
+- Delete custom iomgr [gh#grpc/grpc#28816].
+- Implement transparent retries [gh#grpc/grpc#28548].
+- Uniquify channel args keys [gh#grpc/grpc#28799].
+- Set trailing_metadata_available for recv_initial_metadata
+  ops when generating a fake status [gh#grpc/grpc#28827].
+- Eliminate gRPC insecure build [gh#grpc/grpc#25586].
+- Fix for a racy WorkSerializer shutdown [gh#grpc/grpc#28769].
+- InsecureCredentials: singleton object [gh#grpc/grpc#28777].
+- Add http cancel api [gh#grpc/grpc#28354].
+- Memory leak fix on windows in grpc_tcp_create()
+  [gh#grpc/grpc#27457].
+- xDS: Rbac filter updates [gh#grpc/grpc#28568].
+  * C++
+- Bump the minimum gcc to 5 [gh#grpc/grpc#28786].
+- Add experimental API for CRL checking support to gRPC C++
+  TlsCredentials [gh#grpc/grpc#28407].
+- Add grpc-no-return-from-non-void-function.patch to return a
+  default string from a function defined to return a string.
+
+---

Old:

  v1.44.0.tar.gz

New:

  grpc-no-return-from-non-void-function.patch
  v1.45.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.qqPsje/_old  2022-03-23 20:21:08.382556494 +0100
+++ /var/tmp/diff_new_pack.qqPsje/_new  2022-03-23 20:21:08.386556496 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 22
-%define lverp 1_44
+%define lver 23
+%define lverp 1_45
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.44.0
+Version:1.45.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -30,6 +30,7 @@
 Source2:%name-rpmlintrc
 Patch1: grpc-correct-pkgconfig-path.patch
 Patch2: grpc-cxx17.patch
+Patch3: grpc-no-return-from-non-void-function.patch
 BuildRequires:  abseil-cpp-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -69,11 +70,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_44
+%package -n libgrpc_plugin_support%lverp
 Summary:HTTP/2-based Remote Procedure Call implementation - plugin 
support
 Group:  System/Libraries
 
-%description -n libgrpc_plugin_support1_44
+%description -n libgrpc_plugin_support%lverp
 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 +97,7 @@
 Group:  Development/Tools/Building
 Requires:   libgrpc%lver = %version
 Requires:   libgrpc++%lverp = %version
-Requires:   libgrpc_plugin_support1_44 = %version
+Requires:   libgrpc_plugin_support%lverp = %version
 Requires:   libupb%lver = %version
 Requires:   pkgconfig(libcares)
 Requires:   pkgconfig(re2)
@@ -180,8 +181,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_44 -p /sbin/ldconfig
-%postun -n libgrpc_plugin_support1_44 -p /sbin/ldconfig
+%post   -n libgrpc_plugin_support%lverp -p /sbin/ldconfig
+%postun -n libgrpc_plugin_support%lverp -p /sbin/ldconfig
 %post   -n libupb%lver -p /sbin/ldconfig
 %postun -n libupb%lver -p /sbin/ldconfig
 
@@ -194,8 +195,8 @@
 %_libdir/libgrpc++*.so.*
 %_libdir/libgrpcpp_channelz.so.*
 
-%files -n libgrpc_plugin_support1_44
-%_libdir/libgrpc_plugin_support.so.1.44*
+%files -n libgrpc_plugin_support%lverp
+%_libdir/libgrpc_plugin_support.so.1.45*
 
 %files -n 

commit grpc for openSUSE:Factory

2022-02-15 Thread Source-Sync
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-15 23:57:53

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1956 (New)


Package is "grpc"

Tue Feb 15 23:57:53 2022 rev:42 rq:955130 version:1.44.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2022-02-09 
20:40:54.418620944 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1956/grpc.changes  2022-02-15 
23:58:21.408390870 +0100
@@ -1,0 +2,10 @@
+Tue Feb 15 21:05:18 UTC 2022 - Jan Engelhardt 
+
+- Update to release 1.44.0
+  * Add a trace to list which filters are contained in a
+channel stack.
+  * Remove grpc_httpcli_context.
+  * xDS: Add support for RBAC HTTP filter.
+  * API to cancel grpc_resolve_address.
+
+---

Old:

  v1.43.2.tar.gz

New:

  v1.44.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.1zLhJp/_old  2022-02-15 23:58:22.064392682 +0100
+++ /var/tmp/diff_new_pack.1zLhJp/_new  2022-02-15 23:58:22.068392693 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 21
-%define lverp 1_43
+%define lver 22
+%define lverp 1_44
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.43.2
+Version:1.44.0
 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_43
+%package -n libgrpc_plugin_support1_44
 Summary:HTTP/2-based Remote Procedure Call implementation - plugin 
support
 Group:  System/Libraries
 
-%description -n libgrpc_plugin_support1_43
+%description -n libgrpc_plugin_support1_44
 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,7 @@
 Group:  Development/Tools/Building
 Requires:   libgrpc%lver = %version
 Requires:   libgrpc++%lverp = %version
-Requires:   libgrpc_plugin_support1_43 = %version
+Requires:   libgrpc_plugin_support1_44 = %version
 Requires:   libupb%lver = %version
 Requires:   pkgconfig(libcares)
 Requires:   pkgconfig(re2)
@@ -180,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_43 -p /sbin/ldconfig
-%postun -n libgrpc_plugin_support1_43 -p /sbin/ldconfig
+%post   -n libgrpc_plugin_support1_44 -p /sbin/ldconfig
+%postun -n libgrpc_plugin_support1_44 -p /sbin/ldconfig
 %post   -n libupb%lver -p /sbin/ldconfig
 %postun -n libupb%lver -p /sbin/ldconfig
 
@@ -194,8 +194,8 @@
 %_libdir/libgrpc++*.so.*
 %_libdir/libgrpcpp_channelz.so.*
 
-%files -n libgrpc_plugin_support1_43
-%_libdir/libgrpc_plugin_support.so.1.43*
+%files -n libgrpc_plugin_support1_44
+%_libdir/libgrpc_plugin_support.so.1.44*
 
 %files -n libupb%lver
 %_libdir/libupb*.so.%{lver}*

++ v1.43.2.tar.gz -> v1.44.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.43.2.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1956/v1.44.0.tar.gz differ: char 121, line 
1


commit grpc for openSUSE:Factory

2022-02-09 Thread Source-Sync
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.changes2021-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 
+
+- 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
+++ 

commit grpc for openSUSE:Factory

2021-11-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-11-17 01:13:55

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1890 (New)


Package is "grpc"

Wed Nov 17 01:13:55 2021 rev:40 rq:931634 version:1.41.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-09-28 
19:17:27.792250182 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1890/grpc.changes  2021-11-17 
01:14:54.074186675 +0100
@@ -1,0 +2,6 @@
+Mon Nov 15 20:27:38 UTC 2021 - Jan Engelhardt 
+
+- Update to release 1.41.1
+  * No changelog was provided
+
+---

Old:

  v1.41.0.tar.gz

New:

  v1.41.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.R98vBw/_old  2021-11-17 01:14:54.702186911 +0100
+++ /var/tmp/diff_new_pack.R98vBw/_new  2021-11-17 01:14:54.706186913 +0100
@@ -20,7 +20,7 @@
 %define lverp 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.41.0
+Version:1.41.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.41.0.tar.gz -> v1.41.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.41.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1890/v1.41.1.tar.gz differ: char 22, line 1


commit grpc for openSUSE:Factory

2021-09-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-09-28 19:16:34

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1899 (New)


Package is "grpc"

Tue Sep 28 19:16:34 2021 rev:39 rq:921901 version:1.41.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-08-31 
19:56:24.102015285 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1899/grpc.changes  2021-09-28 
19:17:27.792250182 +0200
@@ -1,0 +2,10 @@
+Mon Sep 27 19:12:01 UTC 2021 - Jan Engelhardt 
+
+- Update to release 1.41.0
+  * xDS: Remove environmental variable guard for security.
+  * xDS Security: Use new way to fetch certificate provider
+plugin instance config.
+  * xDS server serving status: Use a struct to allow more fields
+to be added in the future.
+
+---

Old:

  v1.39.1.tar.gz

New:

  v1.41.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.agtnQB/_old  2021-09-28 19:17:28.388250869 +0200
+++ /var/tmp/diff_new_pack.agtnQB/_new  2021-09-28 19:17:28.392250874 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 18
+%define lver 19
 %define lverp 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.39.1
+Version:1.41.0
 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_39
+%package -n libgrpc_plugin_support1_41
 Summary:HTTP/2-based Remote Procedure Call implementation - plugin 
support
 Group:  System/Libraries
 
-%description -n libgrpc_plugin_support1_39
+%description -n libgrpc_plugin_support1_41
 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,7 @@
 Group:  Development/Tools/Building
 Requires:   libgrpc%lver = %version
 Requires:   libgrpc++%lverp = %version
-Requires:   libgrpc_plugin_support1_39 = %version
+Requires:   libgrpc_plugin_support1_41 = %version
 Requires:   pkgconfig(libcares)
 Requires:   pkgconfig(re2)
 
@@ -179,8 +179,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_39 -p /sbin/ldconfig
-%postun -n libgrpc_plugin_support1_39 -p /sbin/ldconfig
+%post   -n libgrpc_plugin_support1_41 -p /sbin/ldconfig
+%postun -n libgrpc_plugin_support1_41 -p /sbin/ldconfig
 %post   -n libupb%lver -p /sbin/ldconfig
 %postun -n libupb%lver -p /sbin/ldconfig
 
@@ -193,8 +193,8 @@
 %_libdir/libgrpc++*.so.%{lverp}*
 %_libdir/libgrpcpp_channelz.so.%{lverp}*
 
-%files -n libgrpc_plugin_support1_39
-%_libdir/libgrpc_plugin_support.so.1.39*
+%files -n libgrpc_plugin_support1_41
+%_libdir/libgrpc_plugin_support.so.1.41*
 
 %files -n libupb%lver
 %_libdir/libupb*.so.%{lver}*

++ v1.39.1.tar.gz -> v1.41.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.39.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1899/v1.41.0.tar.gz differ: char 13, line 1


commit grpc for openSUSE:Factory

2021-08-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-08-31 19:55:29

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1899 (New)


Package is "grpc"

Tue Aug 31 19:55:29 2021 rev:38 rq:915134 version:1.39.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-07-28 
19:21:42.939503628 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1899/grpc.changes  2021-08-31 
19:56:24.102015285 +0200
@@ -1,0 +2,12 @@
+Mon Aug 30 18:56:29 UTC 2021 - Jan Engelhardt 
+
+- Update to release 1.39.1
+  * Fix C# protoc plugin argument parsing on 1.39.x
+
+---
+Mon Aug 30 17:52:56 UTC 2021 - Jan Engelhardt 
+
+- Remove cmake's build .log from grpc-source to make
+  build-compare happier.
+
+---

Old:

  v1.39.0.tar.gz

New:

  v1.39.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.eNY08G/_old  2021-08-31 19:56:24.826016192 +0200
+++ /var/tmp/diff_new_pack.eNY08G/_new  2021-08-31 19:56:24.830016196 +0200
@@ -20,7 +20,7 @@
 %define lverp 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.39.0
+Version:1.39.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -159,9 +159,10 @@
 
 # Install sources
 pushd %__builddir
+rm -fv CMakeFiles/*.log
 make clean
-rm -f "b"
-find . -type f "(" -name "*.so" -o -name "*.o" -o -name ".git*" -o -name 
"*.bin" -o -name "*.out" ")" -exec rm -rf {} +
+find . -type f "(" -name "*.so" -o -name "*.o" -o -name ".git*" -o \
+   -name "*.bin" -o -name "*.out" ")" -exec rm -Rfv {} +
 popd
 # Don't include abseil-cpp in sources
 rm -fr third_party/abseil-cpp/*

++ v1.39.0.tar.gz -> v1.39.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.39.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1899/v1.39.1.tar.gz differ: char 13, line 1


commit grpc for openSUSE:Factory

2021-07-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-07-28 19:21:39

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1899 (New)


Package is "grpc"

Wed Jul 28 19:21:39 2021 rev:37 rq:908876 version:1.39.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-06-22 
20:45:20.618849828 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1899/grpc.changes  2021-07-28 
19:21:42.939503628 +0200
@@ -1,0 +2,23 @@
+Wed Jul 28 11:09:10 UTC 2021 - Atri Bhattacharya 
+
+- Update to version 1.39.0:
+  * Core
+- Initialize tcp_posix for CFStream when needed
+  (gh#grpc/grpc#26530).
+- Update boringssl submodule (gh#grpc/grpc#26520).
+- Fix backup poller races (gh#grpc/grpc#26446).
+- Use default port 443 in HTTP CONNECT request
+  (gh#grpc/grpc#26331).
+  * C++
+- New iomgr implementation backed by the EventEngine API
+  (gh#grpc/grpc#26026).
+- async_unary_call: add a Destroy method, called by
+  std::default_delete (gh#grpc/grpc#26389).
+- De-experimentalize C++ callback API (gh#grpc/grpc#25728).
+  * PHP: stop reading composer.json file just to read the version
+string (gh#grpc/grpc#26156).
+  * Ruby: Set XDS user agent in ruby via macros
+(gh#grpc/grpc#26268).
+- Update so version in keeping with upstream (16 -> 18).
+
+---

Old:

  v1.38.1.tar.gz

New:

  v1.39.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.T6zcAv/_old  2021-07-28 19:21:44.543501524 +0200
+++ /var/tmp/diff_new_pack.T6zcAv/_new  2021-07-28 19:21:44.547501519 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 16
+%define lver 18
 %define lverp 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.38.1
+Version:1.39.0
 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_38
+%package -n libgrpc_plugin_support1_39
 Summary:HTTP/2-based Remote Procedure Call implementation - plugin 
support
 Group:  System/Libraries
 
-%description -n libgrpc_plugin_support1_38
+%description -n libgrpc_plugin_support1_39
 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,7 @@
 Group:  Development/Tools/Building
 Requires:   libgrpc%lver = %version
 Requires:   libgrpc++%lverp = %version
-Requires:   libgrpc_plugin_support1_38 = %version
+Requires:   libgrpc_plugin_support1_39 = %version
 Requires:   pkgconfig(libcares)
 Requires:   pkgconfig(re2)
 
@@ -178,8 +178,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_38 -p /sbin/ldconfig
-%postun -n libgrpc_plugin_support1_38 -p /sbin/ldconfig
+%post   -n libgrpc_plugin_support1_39 -p /sbin/ldconfig
+%postun -n libgrpc_plugin_support1_39 -p /sbin/ldconfig
 %post   -n libupb%lver -p /sbin/ldconfig
 %postun -n libupb%lver -p /sbin/ldconfig
 
@@ -192,8 +192,8 @@
 %_libdir/libgrpc++*.so.%{lverp}*
 %_libdir/libgrpcpp_channelz.so.%{lverp}*
 
-%files -n libgrpc_plugin_support1_38
-%_libdir/libgrpc_plugin_support.so.1.38*
+%files -n libgrpc_plugin_support1_39
+%_libdir/libgrpc_plugin_support.so.1.39*
 
 %files -n libupb%lver
 %_libdir/libupb*.so.%{lver}*

++ grpc-cxx17.patch ++
--- /var/tmp/diff_new_pack.T6zcAv/_old  2021-07-28 19:21:44.571501487 +0200
+++ /var/tmp/diff_new_pack.T6zcAv/_new  2021-07-28 19:21:44.571501487 +0200
@@ -34,3 +34,4 @@
  if (NOT DEFINED CMAKE_POSITION_INDEPENDENT_CODE)
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
  endif()
+

++ v1.38.1.tar.gz -> v1.39.0.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.38.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1899/v1.39.0.tar.gz differ: char 30, line 2


commit grpc for openSUSE:Factory

2021-06-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-06-22 20:45:12

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2625 (New)


Package is "grpc"

Tue Jun 22 20:45:12 2021 rev:36 rq:901333 version:1.38.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-06-04 
00:33:27.664886304 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.2625/grpc.changes  2021-06-22 
20:45:20.618849828 +0200
@@ -1,0 +2,6 @@
+Tue Jun 22 12:20:04 UTC 2021 - Jan Engelhardt 
+
+- Update to release 1.38.1
+  * Build system updates
+
+---

Old:

  v1.38.0.tar.gz

New:

  v1.38.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.fnBhLy/_old  2021-06-22 20:45:21.450850744 +0200
+++ /var/tmp/diff_new_pack.fnBhLy/_new  2021-06-22 20:45:21.450850744 +0200
@@ -20,7 +20,7 @@
 %define lverp 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.38.0
+Version:1.38.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.38.0.tar.gz -> v1.38.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.38.0.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.2625/v1.38.1.tar.gz differ: char 13, line 1


commit grpc for openSUSE:Factory

2021-06-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-06-04 00:33:18

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1898 (New)


Package is "grpc"

Fri Jun  4 00:33:18 2021 rev:35 rq:897022 version:1.38.0

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-05-15 
01:24:48.794893073 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.1898/grpc.changes  2021-06-04 
00:33:27.664886304 +0200
@@ -1,0 +2,18 @@
+Wed Jun  2 23:13:25 UTC 2021 - Jan Engelhardt 
+
+- Add grpc-cxx17.patch
+
+---
+Fri May 21 11:24:40 UTC 2021 - Jan Engelhardt 
+
+- Update to release 1.38.0
+  * Invalidate ExecCtx now before computing timeouts in all
+repeating timer events using a WorkSerializer or combiner.
+  * Fix use-after-unref bug in fault_injection_filter
+  * New gRPC EventEngine Interface
+  * Allow the AWS_DEFAULT_REGION environment variable
+  * s/OnServingStatusChange/OnServingStatusUpdate/
+- Drop 0001-Use-absl-pkg-config-instead-of-linking-them-directly.patch
+  (merged)
+
+---

Old:

  0001-Use-absl-pkg-config-instead-of-linking-them-directly.patch
  v1.37.1.tar.gz

New:

  grpc-cxx17.patch
  v1.38.0.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.JbhVKk/_old  2021-06-04 00:33:28.404886879 +0200
+++ /var/tmp/diff_new_pack.JbhVKk/_new  2021-06-04 00:33:28.404886879 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define lver 15
+%define lver 16
 %define lverp 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.37.1
+Version:1.38.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -28,10 +28,8 @@
 URL:https://grpc.io/
 Source: https://github.com/grpc/grpc/archive/v%version.tar.gz
 Source2:%name-rpmlintrc
-# PATCH-FIX-UPSTREAM grpc-correct-pkgconfig-path.patch badshah...@gmail.com -- 
Make path for pkgconfig file installation consistent with gRPC_INSTALL_LIBDIR 
specification
 Patch1: grpc-correct-pkgconfig-path.patch
-# PATCH-FIX-UPSTREAM 
0001-Use-absl-pkg-config-instead-of-linking-them-directly.patch -- Keep track 
of devel dependencies
-Patch2: 0001-Use-absl-pkg-config-instead-of-linking-them-directly.patch
+Patch2: grpc-cxx17.patch
 BuildRequires:  abseil-cpp-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -71,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_37
+%package -n libgrpc_plugin_support1_38
 Summary:HTTP/2-based Remote Procedure Call implementation - plugin 
support
 Group:  System/Libraries
 
-%description -n libgrpc_plugin_support1_37
+%description -n libgrpc_plugin_support1_38
 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.
@@ -98,7 +96,7 @@
 Group:  Development/Tools/Building
 Requires:   libgrpc%lver = %version
 Requires:   libgrpc++%lverp = %version
-Requires:   libgrpc_plugin_support1_37 = %version
+Requires:   libgrpc_plugin_support1_38 = %version
 Requires:   pkgconfig(libcares)
 Requires:   pkgconfig(re2)
 
@@ -180,8 +178,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_37 -p /sbin/ldconfig
-%postun -n libgrpc_plugin_support1_37 -p /sbin/ldconfig
+%post   -n libgrpc_plugin_support1_38 -p /sbin/ldconfig
+%postun -n libgrpc_plugin_support1_38 -p /sbin/ldconfig
 %post   -n libupb%lver -p /sbin/ldconfig
 %postun -n libupb%lver -p /sbin/ldconfig
 
@@ -194,8 +192,8 @@
 %_libdir/libgrpc++*.so.%{lverp}*
 %_libdir/libgrpcpp_channelz.so.%{lverp}*
 
-%files -n libgrpc_plugin_support1_37
-%_libdir/libgrpc_plugin_support.so.1.37*
+%files -n libgrpc_plugin_support1_38
+%_libdir/libgrpc_plugin_support.so.1.38*
 
 %files -n libupb%lver
 %_libdir/libupb*.so.%{lver}*

++ grpc-correct-pkgconfig-path.patch ++
--- /var/tmp/diff_new_pack.JbhVKk/_old  2021-06-04 00:33:28.428886897 +0200
+++ /var/tmp/diff_new_pack.JbhVKk/_new  2021-06-04 00:33:28.428886897 +0200
@@ -1,3 +1,8 @@
+Date: Sun Oct 11 16:14:38 UTC 2020
+From: Atri Bhattacharya 
+
+Make path for pkgconfig file installation consistent with gRPC_INSTALL_LIBDIR 
specification
+
 

commit grpc for openSUSE:Factory

2021-05-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-05-15 01:24:31

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2988 (New)


Package is "grpc"

Sat May 15 01:24:31 2021 rev:34 rq:893121 version:1.37.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-05-01 
00:47:07.403338493 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new.2988/grpc.changes  2021-05-15 
01:24:48.794893073 +0200
@@ -1,0 +2,5 @@
+Fri May 14 10:01:43 UTC 2021 - Ferdinand Thiessen 
+
+- Add 0001-Use-absl-pkg-config-instead-of-linking-them-directly.patch
+
+---

New:

  0001-Use-absl-pkg-config-instead-of-linking-them-directly.patch



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.ADMRkQ/_old  2021-05-15 01:24:49.314891246 +0200
+++ /var/tmp/diff_new_pack.ADMRkQ/_new  2021-05-15 01:24:49.318891231 +0200
@@ -30,6 +30,8 @@
 Source2:%name-rpmlintrc
 # PATCH-FIX-UPSTREAM grpc-correct-pkgconfig-path.patch badshah...@gmail.com -- 
Make path for pkgconfig file installation consistent with gRPC_INSTALL_LIBDIR 
specification
 Patch1: grpc-correct-pkgconfig-path.patch
+# PATCH-FIX-UPSTREAM 
0001-Use-absl-pkg-config-instead-of-linking-them-directly.patch -- Keep track 
of devel dependencies
+Patch2: 0001-Use-absl-pkg-config-instead-of-linking-them-directly.patch
 BuildRequires:  abseil-cpp-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes

++ 0001-Use-absl-pkg-config-instead-of-linking-them-directly.patch ++
>From 5ca4ecaa7d6e152e66f4d078b3a68f1919841376 Mon Sep 17 00:00:00 2001
From: Esun Kim 
Date: Wed, 31 Mar 2021 10:33:34 -0700
Subject: [PATCH] Use absl pkg-config instead of linking them directly (#25840)

---
 CMakeLists.txt| 20 +++
 templates/CMakeLists.txt.template | 42 ++-
 2 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6729fc4600..cfd843f951 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15505,8 +15505,8 @@ generate_pkgconfig(
   "gpr"
   "gRPC platform support library"
   "${gRPC_CORE_VERSION}"
-  ""
-  "-lgpr -labsl_synchronization -labsl_time -labsl_time_zone -labsl_civil_time 
-labsl_graphcycles_internal -labsl_status -labsl_cord 
-labsl_str_format_internal -labsl_bad_optional_access -labsl_symbolize 
-labsl_strings -labsl_strings_internal -labsl_int128 -labsl_demangle_internal 
-labsl_malloc_internal -labsl_stacktrace -labsl_debugging_internal 
-labsl_throw_delegate -labsl_base -labsl_spinlock_wait 
-labsl_raw_logging_internal -labsl_log_severity"
+  "absl_base absl_memory absl_optional absl_status absl_str_format 
absl_strings absl_synchronization absl_time"
+  "-lgpr"
   ""
   "gpr.pc")
 
@@ -15515,8 +15515,8 @@ generate_pkgconfig(
   "gRPC"
   "high performance general RPC framework"
   "${gRPC_CORE_VERSION}"
-  "gpr openssl"
-  "-lgrpc -laddress_sorting -lre2 -lupb -lcares -lz -labsl_statusor 
-labsl_status -labsl_raw_hash_set -labsl_hashtablez_sampler 
-labsl_synchronization -labsl_time -labsl_time_zone -labsl_civil_time 
-labsl_graphcycles_internal -labsl_symbolize -labsl_demangle_internal 
-labsl_malloc_internal -labsl_stacktrace -labsl_debugging_internal 
-labsl_exponential_biased -labsl_cord -labsl_str_format_internal -labsl_hash 
-labsl_bad_variant_access -labsl_bad_optional_access -labsl_strings 
-labsl_strings_internal -labsl_base -labsl_spinlock_wait -labsl_int128 
-labsl_city -labsl_throw_delegate -labsl_raw_logging_internal 
-labsl_log_severity"
+  "gpr openssl absl_base absl_bind_front absl_flat_hash_map 
absl_inlined_vector absl_memory absl_optional absl_status absl_statusor 
absl_str_format absl_strings absl_synchronization absl_time"
+  "-lgrpc -laddress_sorting -lre2 -lupb -lcares -lz"
   ""
   "grpc.pc")
 
@@ -15525,8 +15525,8 @@ generate_pkgconfig(
   "gRPC unsecure"
   "high performance general RPC framework without SSL"
   "${gRPC_CORE_VERSION}"
-  "gpr"
-  "-lgrpc_unsecure -labsl_statusor -labsl_status -labsl_raw_hash_set 
-labsl_hashtablez_sampler -labsl_synchronization -labsl_time -labsl_time_zone 
-labsl_civil_time -labsl_graphcycles_internal -labsl_symbolize 
-labsl_demangle_internal -labsl_malloc_internal -labsl_stacktrace 
-labsl_debugging_internal -labsl_exponential_biased -labsl_cord 
-labsl_str_format_internal -labsl_hash -labsl_bad_variant_access 
-labsl_bad_optional_access -labsl_strings -labsl_strings_internal -labsl_base 
-labsl_spinlock_wait -labsl_int128 -labsl_city -labsl_throw_delegate 
-labsl_raw_logging_internal -labsl_log_severity"
+  "gpr 

commit grpc for openSUSE:Factory

2021-04-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-05-01 00:47:02

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.1947 (New)


Package is "grpc"

Sat May  1 00:47:02 2021 rev:33 rq:889564 version:1.37.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-03-19 
16:43:32.474145177 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.1947/grpc.changes  2021-05-01 
00:47:07.403338493 +0200
@@ -1,0 +2,10 @@
+Fri Apr 30 11:55:19 UTC 2021 - Jan Engelhardt 
+
+- Update to release 1.37.1
+  * Use URI form of address for channelz listen node
+  * Implementation CSDS (xDS Config Dump)
+  * xDS status notifier
+  * Remove CAS loops in global subchannel pool and simplify
+subchannel refcounting
+
+---

Old:

  v1.36.4.tar.gz

New:

  v1.37.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.s6153r/_old  2021-05-01 00:47:08.239334768 +0200
+++ /var/tmp/diff_new_pack.s6153r/_new  2021-05-01 00:47:08.243334750 +0200
@@ -18,10 +18,9 @@
 
 %define lver 15
 %define lverp 1
-%define lverplugin 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.36.4
+Version:1.37.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
@@ -70,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_support%lverplugin
+%package -n libgrpc_plugin_support1_37
 Summary:HTTP/2-based Remote Procedure Call implementation - plugin 
support
 Group:  System/Libraries
 
-%description -n libgrpc_plugin_support%lverplugin
+%description -n libgrpc_plugin_support1_37
 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.
@@ -97,7 +96,7 @@
 Group:  Development/Tools/Building
 Requires:   libgrpc%lver = %version
 Requires:   libgrpc++%lverp = %version
-Requires:   libgrpc_plugin_support%lverplugin = %version
+Requires:   libgrpc_plugin_support1_37 = %version
 Requires:   pkgconfig(libcares)
 Requires:   pkgconfig(re2)
 
@@ -179,8 +178,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_support%lverplugin -p /sbin/ldconfig
-%postun -n libgrpc_plugin_support%lverplugin -p /sbin/ldconfig
+%post   -n libgrpc_plugin_support1_37 -p /sbin/ldconfig
+%postun -n libgrpc_plugin_support1_37 -p /sbin/ldconfig
 %post   -n libupb%lver -p /sbin/ldconfig
 %postun -n libupb%lver -p /sbin/ldconfig
 
@@ -193,8 +192,8 @@
 %_libdir/libgrpc++*.so.%{lverp}*
 %_libdir/libgrpcpp_channelz.so.%{lverp}*
 
-%files -n libgrpc_plugin_support%lverplugin
-%_libdir/libgrpc_plugin_support.so.%{lverplugin}*
+%files -n libgrpc_plugin_support1_37
+%_libdir/libgrpc_plugin_support.so.1.37*
 
 %files -n libupb%lver
 %_libdir/libupb*.so.%{lver}*

++ v1.36.4.tar.gz -> v1.37.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.36.4.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.1947/v1.37.1.tar.gz differ: char 13, line 1


commit grpc for openSUSE:Factory

2021-03-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-03-19 16:43:31

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2401 (New)


Package is "grpc"

Fri Mar 19 16:43:31 2021 rev:32 rq:880064 version:1.36.4

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-03-06 
21:19:21.885278403 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.2401/grpc.changes  2021-03-19 
16:43:32.474145177 +0100
@@ -1,0 +2,12 @@
+Fri Mar 19 09:02:46 UTC 2021 - Jan Engelhardt 
+
+- Update to release 1.36.4
+  * A fix for DNS SRV lookups on Windows
+
+---
+Fri Mar 19 00:13:19 UTC 2021 - Atri Bhattacharya 
+
+- Update to version 1.36.3:
+  * No user-relevant changes
+
+---

Old:

  v1.36.2.tar.gz

New:

  v1.36.4.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.bbeD4T/_old  2021-03-19 16:43:33.342146172 +0100
+++ /var/tmp/diff_new_pack.bbeD4T/_new  2021-03-19 16:43:33.346146175 +0100
@@ -21,7 +21,7 @@
 %define lverplugin 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.36.2
+Version:1.36.4
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.36.2.tar.gz -> v1.36.4.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.36.2.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.2401/v1.36.4.tar.gz differ: char 28, line 1


commit grpc for openSUSE:Factory

2021-03-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-03-06 21:19:19

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2378 (New)


Package is "grpc"

Sat Mar  6 21:19:19 2021 rev:31 rq:877364 version:1.36.2

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-03-05 
13:49:52.163872704 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.2378/grpc.changes  2021-03-06 
21:19:21.885278403 +0100
@@ -1,0 +2,6 @@
+Sat Mar  6 09:08:09 UTC 2021 - Jan Engelhardt 
+
+- Update to release 1.36.2
+  * No user-relevant changes
+
+---

Old:

  v1.36.1.tar.gz

New:

  v1.36.2.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.1hdmKj/_old  2021-03-06 21:19:23.921280093 +0100
+++ /var/tmp/diff_new_pack.1hdmKj/_new  2021-03-06 21:19:23.925280096 +0100
@@ -21,7 +21,7 @@
 %define lverplugin 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.36.1
+Version:1.36.2
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.36.1.tar.gz -> v1.36.2.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.36.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.2378/v1.36.2.tar.gz differ: char 28, line 1


commit grpc for openSUSE:Factory

2021-03-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-03-05 13:47:28

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2378 (New)


Package is "grpc"

Fri Mar  5 13:47:28 2021 rev:30 rq:876704 version:1.36.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-03-02 
12:44:40.276314779 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.2378/grpc.changes  2021-03-05 
13:49:52.163872704 +0100
@@ -1,0 +2,21 @@
+Thu Mar  4 09:53:13 UTC 2021 - Paolo Stivanin 
+
+- Update to 1.36.1: 
+  * Core:
+  * Remove unnecessary internal pollset set in c-ares DNS resolver
+  * Support Default Root Certs in Tls Credentials
+  * back-port: add env var protection for google-c2p resolver
+  * C++:
+  * Move third party identity C++ api out of experimental namespace
+  * refactor!: change error_details functions to templates
+  * Support ServerContext for callback API
+  * PHP:
+  * support for PSM security
+  * fixed segfault on reused call object
+  * fixed phpunit 8 warnings
+  * Python:
+  * Implement Python Client and Server xDS Creds
+  * Ruby:
+  * Drop support for ruby 2.3
+
+---

Old:

  v1.34.1.tar.gz

New:

  v1.36.1.tar.gz



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.Q7wubF/_old  2021-03-05 13:50:02.783882357 +0100
+++ /var/tmp/diff_new_pack.Q7wubF/_new  2021-03-05 13:50:02.783882357 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define lver 14
+%define lver 15
 %define lverp 1
 %define lverplugin 1
 %define src_install_dir /usr/src/%name
 Name:   grpc
-Version:1.34.1
+Version:1.36.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ v1.34.1.tar.gz -> v1.36.1.tar.gz ++
/work/SRC/openSUSE:Factory/grpc/v1.34.1.tar.gz 
/work/SRC/openSUSE:Factory/.grpc.new.2378/v1.36.1.tar.gz differ: char 26, line 1


commit grpc for openSUSE:Factory

2021-03-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2021-03-02 12:32:16

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.2378 (New)


Package is "grpc"

Tue Mar  2 12:32:16 2021 rev:29 rq:87 version:1.34.1

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2021-01-14 
15:06:43.274904898 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.2378/grpc.changes  2021-03-02 
12:44:40.276314779 +0100
@@ -1,0 +2,6 @@
+Fri Feb 19 23:32:13 UTC 2021 - Jan Engelhardt 
+
+- Remove unused "b" symlink (no longer used since openSUSE
+  switched from makefile to cmake with 1.32)
+
+---



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.zR5ZO6/_old  2021-03-02 12:44:40.740315180 +0100
+++ /var/tmp/diff_new_pack.zR5ZO6/_new  2021-03-02 12:44:40.744315184 +0100
@@ -152,8 +152,6 @@
 
 %install
 b="%buildroot"
-# work around "Argument list too long"
-ln -s "%buildroot" "b"
 %cmake_install
 
 pushd "$b/usr"


[opensuse-commit] commit grpc for openSUSE:Factory

2020-11-13 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2020-11-12 22:34:11

Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and  /work/SRC/openSUSE:Factory/.grpc.new.24930 (New)


Package is "grpc"

Thu Nov 12 22:34:11 2020 rev:27 rq:847811 version:1.33.2

Changes:

--- /work/SRC/openSUSE:Factory/grpc/grpc.changes2020-11-02 
09:39:54.665582157 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new.24930/grpc.changes 2020-11-12 
22:34:28.985853526 +0100
@@ -1,0 +2,5 @@
+Wed Nov 11 13:26:47 UTC 2020 - Jan Engelhardt 
+
+- Add missing ldconfig for libupb13.
+
+---



Other differences:
--
++ grpc.spec ++
--- /var/tmp/diff_new_pack.LT9Zbk/_old  2020-11-12 22:34:29.745854223 +0100
+++ /var/tmp/diff_new_pack.LT9Zbk/_new  2020-11-12 22:34:29.745854223 +0100
@@ -179,6 +179,8 @@
 %postun -n libgrpc++%lverp -p /sbin/ldconfig
 %post   -n libgrpc_plugin_support%lverplugin -p /sbin/ldconfig
 %postun -n libgrpc_plugin_support%lverplugin -p /sbin/ldconfig
+%post   -n libupb%lver -p /sbin/ldconfig
+%postun -n libupb%lver -p /sbin/ldconfig
 
 %files -n libgrpc%lver
 %_libdir/libaddress_sorting.so.%{lver}*
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org