diff --git a/grpc.changes b/grpc.changes index 9e2ac8a..3a44607 100644 --- a/grpc.changes +++ b/grpc.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Tue May 2 10:15:43 UTC 2023 - Jan Engelhardt diff --git a/grpc.spec b/grpc.spec index 15d7d5e..0c328b1 100644 --- a/grpc.spec +++ b/grpc.spec @@ -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: fdupes 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) diff --git a/v1.54.1.tar.gz b/v1.54.1.tar.gz deleted file mode 100644 index c154f6c..0000000 --- a/v1.54.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79e3ff93f7fa3c8433e2165f2550fa14889fce147c15d9828531cbfc7ad11e01 -size 8901937 diff --git a/v1.56.0.tar.gz b/v1.56.0.tar.gz new file mode 100644 index 0000000..ef2ae66 --- /dev/null +++ b/v1.56.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e034992a0b464042021f6d440f2090acc2422c103a322b0844e3921ccea981dc +size 9349605