Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: grpc-cpp | Distribution: Fedora Project |
Version: 1.39.1 | Vendor: Fedora Project |
Release: 14.fc35 | Build date: Tue Mar 29 19:37:24 2022 |
Group: Unspecified | Build host: buildvm-a32-15.iad2.fedoraproject.org |
Size: 2223804 | Source RPM: grpc-1.39.1-14.fc35.src.rpm |
Packager: Fedora Project | |
Url: https://www.grpc.io | |
Summary: C++ language bindings for gRPC |
C++ language bindings for gRPC.
ASL 2.0 and BSD
* Tue Mar 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-14 - Skip client_ssl_test, which is prone to occasional timeouts * Tue Mar 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-13 - Drop the NodeJS example’s package-lock.json file * Tue Oct 26 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-12 - Add explicit Conflicts with libgpr for now (RHBZ#2017576) * Fri Oct 01 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-11 - Add missing python3-grpcio+protobuf extras metapackage * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-10 - Drop HTML documentation * Mon Sep 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-9 - Adapt to google-benchmark 1.6.0 * Thu Sep 09 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-8 - Trivial fix to grpc_cli-call man page * Mon Aug 23 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-7 - Update some spec file comments * Fri Aug 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-6 - Remove arguably-excessive use of the %{name} macro * Fri Aug 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-5 - No files need CRNL line ending fixes anymore * Fri Aug 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-4 - Spiff up shebang-fixing snippet * Fri Aug 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-3 - Remove executable permissions from more non-script sources, and send a PR upstream * Fri Aug 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-2 - Some minor spec file cleanup * Thu Aug 19 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.1-1 - Update to grpc 1.39.1 (close RHBZ#1993554) * Thu Aug 19 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.0-3 - More updates to documented/skipped test failures * Fri Aug 06 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.0-2 - Some updates to documented/skipped test failures * Tue Aug 03 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.39.0-1 - Update to 1.39.0 * Wed Jul 21 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.37.1-10 - Simplify core test exclusion (no more useless use of cat) * Fri Jul 09 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.37.1-8 - Use googletest 1.11.0 * Mon Jun 14 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.37.1-7 - Add BR on xxhash-static since we use it as a header-only library * Thu Jun 10 2021 Rich Mattes <richmattes@gmail.com> - 1.37.1-6 - Rebuild for abseil-cpp-20210324.2 * Thu Jun 10 2021 Stephen Gallagher <sgallagh@redhat.com> - 1.37.1-5 - Fix builds against Python 3.10 on ELN/RHEL as well * Thu Jun 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.37.1-4 - Since it turns out xxhash is used as a header-only library, we can stop patching the source to unbundle it; removing the bundled copy suffices * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.37.1-3 - Rebuilt for Python 3.10 * Fri May 21 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.37.1-2 - Use full gRPC_{CPP,CSHARP}_SOVERSION in file globs * Tue May 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.37.1-1 - General: * New version 1.37.1 * Drop patches that were upstreamed since the last packaged release, were backported from upstream in the first place, or have otherwise been obsoleted by upstream changes. * Rebase/update remaining patches as needed * Drop Fedora 32 compatibility * Add man pages for grpc_cli - C (core) and C++ (cpp): * Switch to CMake build system * Build with C++17 for compatibility with the abseil-cpp package in Fedora * Add various Requires to -devel subpackage * Tue Apr 06 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.0-15 - General: * Do not use %exclude for unpackaged files (RPM 4.17 compatibility) - Python: * Stop using %pyproject_buildrequires, since it is difficult to fit the pyproject-rpm-macros build and install macros into this package, and Miro Hrončok has advised that “mixing %pyproject_buildrequires with %py3_build/%py3_install is generally not a supported way of building Python packages.” * Thu Mar 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.0-14 - General: * Improved googletest source URL (better tarball name) * Tue Mar 23 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.0-13 - General: * Replace * with • in descriptions * Use cmake() dependencies first, and pkgconfig() dependencies second, where available * Drop explicit pkgconfig BR * Fix the directory in which CMake installs pkgconfig files * Improved CMake options * Build the Doxygen reference manuals - C (core) and C++ (cpp): * Let the -devel package require cmake-filesystem * Allow building tests with our own copy of gtest/gmock, which will become mandatory when we depend on abseil-cpp and switch to C++17 * Fix a link error in the core tests when using CMake * Manually install grpc_cli (CMake) * Add CMake files to the files list for the -devel package * Start running some of the core tests in %check - Python: * Add several patches required for the tests * BR gevent for gevent_tests * Fix build; in particular, add missing preprocess and build_package_protos steps, without which the packages were missing generated proto modules and were not usable! * Add %py_provides for Fedora 32 * Drop python3dist(setuptools) BR, redundant with %pyproject_buildrequires * Start running most of the Python tests in %check * Merge the python-grpcio-doc subpackage into grpc-doc * Tue Feb 16 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.0-12 - C (core) and C++ (cpp): * Add CMake build support but do not enable it yet; there is still a problem where grpc_cli is only built with the tests, and a linking problem when building the tests * Tue Feb 02 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.0-11 - General: * Update summaries and descriptions * Update License fields to include licenses from bundled components * Fix failure to respect Fedora build flags * Use the system shared certificate bundle instead of shipping our own - CLI: * No longer set rpath $ORIGIN - C (core) and C++ (cpp): * Add c_so_version/cpp_so_version macros * Split out C++ bindings and shared data into subpackages * Drop obsolete ldconfig_scriptlets macro * Stop stripping debugging symbols - Python: * Use generated BR’s * Build and package Python binding documentation * Disable accommodations for older libc’s * Patch out -std=gnu99 flag, which is inappropriate for C++ * Build additional Python packages grpcio_tools, gprcio_channelz, grpcio_health_checking, grpcio_reflection, grpcio_status, and grpcio_testing * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Jan 14 2021 Adrian Reber <adrian@lisas.de> - 1.26.0-9 - Rebuilt for protobuf 3.14 * Fri Nov 13 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.26.0-8 - build: disable LTO due to rh#1893533 * Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 1.26.0-7 - Rebuilt for protobuf 3.13 * Mon Aug 03 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.26.0-6 - Patches for https://github.com/grpc/grpc/pull/21669 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 1.26.0-4 - Rebuilt for protobuf 3.12 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.26.0-3 - Rebuilt for Python 3.9
/usr/lib/.build-id /usr/lib/.build-id/12 /usr/lib/.build-id/12/3790d93a7b861b53b9f68807b9955e558e2f2b /usr/lib/.build-id/2a /usr/lib/.build-id/2a/f311e46b56d00201f64f770d5b4b64db3a9c20 /usr/lib/.build-id/91 /usr/lib/.build-id/91/b723ec8c808107fb1ee9ce34a8267049001f21 /usr/lib/.build-id/ac /usr/lib/.build-id/ac/c3e49e1c3d90e14562f3dac5fc29d6041dbceb /usr/lib/.build-id/ba /usr/lib/.build-id/ba/084d32ebc59b04931c16e2ee89335f4aed3f4e /usr/lib/.build-id/c0 /usr/lib/.build-id/c0/e33b7cfeed59218546bd3140afbf60d4bb85f7 /usr/lib/.build-id/e9 /usr/lib/.build-id/e9/d933d0fa237f5fe54d09307072bc6113cca685 /usr/lib/libgrpc++.so.1.39 /usr/lib/libgrpc++.so.1.39.1 /usr/lib/libgrpc++_alts.so.1.39 /usr/lib/libgrpc++_alts.so.1.39.1 /usr/lib/libgrpc++_error_details.so.1.39 /usr/lib/libgrpc++_error_details.so.1.39.1 /usr/lib/libgrpc++_reflection.so.1.39 /usr/lib/libgrpc++_reflection.so.1.39.1 /usr/lib/libgrpc++_unsecure.so.1.39 /usr/lib/libgrpc++_unsecure.so.1.39.1 /usr/lib/libgrpc_plugin_support.so.1.39 /usr/lib/libgrpc_plugin_support.so.1.39.1 /usr/lib/libgrpcpp_channelz.so.1.39 /usr/lib/libgrpcpp_channelz.so.1.39.1
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 1 01:58:34 2022