public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bear] epel10: Change pkgconfig(grpc) to pkgconfig(grpc++), and add pkgconfig(protobuf), to match the actual modules searched for in source/CMakeLists.txt
@ 2026-07-11  2:31 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-11  2:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/bear
Branch : epel10
Commit : eea5714452a2f2c1fdffa79a9ec8c24bd6fa95a4
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2021-05-17T08:45:13-04:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/bear/c/eea5714452a2f2c1fdffa79a9ec8c24bd6fa95a4?branch=epel10

Log:
Change pkgconfig(grpc) to pkgconfig(grpc++), and add pkgconfig(protobuf), to match the actual modules searched for in source/CMakeLists.txt

---
diff --git a/bear.spec b/bear.spec
index f664459..ac9f693 100644
--- a/bear.spec
+++ b/bear.spec
@@ -20,7 +20,8 @@ BuildRequires:  gcc-c++
 BuildRequires:  gmock-devel
 BuildRequires:  grpc-plugins
 BuildRequires:  make
-BuildRequires:  pkgconfig(grpc)
+BuildRequires:  pkgconfig(protobuf)
+BuildRequires:  pkgconfig(grpc++)
 BuildRequires:  python3
 
 # Needed for (disabled) functional tests
@@ -78,6 +79,8 @@ mv %{buildroot}/%{_docdir}/Bear %{buildroot}/%{_docdir}/bear
 - Drop bear.missing-includes.patch, which was upstreamed
 - Rebase bear.libexec-subdir.patch from PR#348 as actually merged upstream
 - Disable LTO to work around RHBZ#1959600
+- Change pkgconfig(grpc) to pkgconfig(grpc++), and add pkgconfig(protobuf), to
+  match the actual modules searched for in source/CMakeLists.txt
 
 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-11  2:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11  2:31 [rpms/bear] epel10: Change pkgconfig(grpc) to pkgconfig(grpc++), and add pkgconfig(protobuf), to match the actual modules searched for in source/CMakeLists.txt Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox