public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/osgearth] rawhide: Use protobuf in version 3.x only
@ 2026-06-08 5:42
0 siblings, 0 replies; only message in thread
From: @ 2026-06-08 5:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/osgearth
Branch : rawhide
Commit : 0b82ef62c8d61daa4f7be4a0c8710ce20e78d0dd
Author : Miroslav Suchý <msuchy@redhat.com>
Date : 2026-05-19T10:40:56+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/osgearth/c/0b82ef62c8d61daa4f7be4a0c8710ce20e78d0dd?branch=rawhide
Log:
Use protobuf in version 3.x only
This is part of https://fedoraproject.org/wiki/Changes/Protobuf_5.x/6.x
This package does not sucessfully build with new protobuf per
https://copr.fedorainfracloud.org/coprs/mochaa/protobuf/monitor/
so limiting to protobuf version 3.
Once the protobuf is rebase this will automatically pick up compat
package protobuf3
I am not bumping release as this does not need a rebuild now.
---
diff --git a/osgearth.spec b/osgearth.spec
index 858d875..2a5ec38 100644
--- a/osgearth.spec
+++ b/osgearth.spec
@@ -35,7 +35,7 @@ BuildRequires: libzip-tools
BuildRequires: make
BuildRequires: OpenSceneGraph = %{osg_ver}
BuildRequires: OpenSceneGraph-devel
-BuildRequires: protobuf-devel
+BuildRequires: protobuf-devel < 4
BuildRequires: rapidjson-devel
BuildRequires: sqlite-devel
%if 0%{?with_docs}
@@ -53,7 +53,7 @@ BuildRequires: mingw32-glew
BuildRequires: mingw32-glew-static
BuildRequires: mingw32-liblerc
BuildRequires: mingw32-OpenSceneGraph
-BuildRequires: mingw32-protobuf
+BuildRequires: mingw32-protobuf < 4
BuildRequires: mingw64-filesystem >= 95
BuildRequires: mingw64-curl
@@ -63,7 +63,7 @@ BuildRequires: mingw64-glew
BuildRequires: mingw64-glew-static
BuildRequires: mingw64-liblerc
BuildRequires: mingw64-OpenSceneGraph
-BuildRequires: mingw64-protobuf
+BuildRequires: mingw64-protobuf < 4
Provides: bundled(tinyxml)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-08 5:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 5:42 [rpms/osgearth] rawhide: Use protobuf in version 3.x only
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox