public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/liborc] rawhide: Switch liborc to protobuf3-devel
@ 2026-06-15 12:43 Lumir Balhar
0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-06-15 12:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/liborc
Branch : rawhide
Commit : 866be1420962606a49b0343b96d57660512aa247
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2026-06-15T12:31:46+02:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/liborc/c/866be1420962606a49b0343b96d57660512aa247?branch=rawhide
Log:
Switch liborc to protobuf3-devel
This aligns it with libarrow.
---
diff --git a/liborc.spec b/liborc.spec
index f255594..4d23fe6 100644
--- a/liborc.spec
+++ b/liborc.spec
@@ -1,7 +1,7 @@
Summary: Library for producing small, fast columnar storage for Hadoop workloads
Name: liborc
Version: 2.3.0
-Release: 2%{?dist}
+Release: 3%{?dist}
License: Apache-2.0
URL: http://orc.apache.org/
Source: https://downloads.apache.org/orc/orc-%{version}/orc-%{version}.tar.gz
@@ -16,7 +16,10 @@ ExcludeArch: i686 armv7hl
BuildRequires: gnupg2
BuildRequires: cmake
BuildRequires: gcc-c++
-BuildRequires: protobuf-devel
+# Use protobuf3 (libprotobuf.so.30) to match libarrow/pyarrow. Using the newer
+# protobuf-cpp (libprotobuf.so.33) causes an ABI mismatch crash when both
+# libraries are loaded in the same Python process.
+BuildRequires: protobuf3-devel
BuildRequires: zlib-devel
BuildRequires: libzstd-devel
BuildRequires: lz4-devel
@@ -133,6 +136,9 @@ rm -f %{buildroot}/%{_includedir}/orc/sargs/._*.hh
%{_libdir}/liborc.so
%changelog
+* Mon Jun 15 2026 Lumír Balhar <lbalhar@redhat.com> - 2.3.0-3
+- Switch liborc to protobuf3-devel
+
* Fri May 29 2026 Miroslav Suchy <msuchy@redhat.com> - 2.3.0-2
- rebuild for https://fedoraproject.org/wiki/Changes/Protobuf_5.x/6.x
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 12:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 12:43 [rpms/liborc] rawhide: Switch liborc to protobuf3-devel Lumir Balhar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox