public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lumir Balhar <lbalhar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/liborc] rawhide: Switch liborc to protobuf3-devel
Date: Mon, 15 Jun 2026 12:43:09 GMT [thread overview]
Message-ID: <178152738986.1.13608722137164039148.rpms-liborc-866be1420962@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-15 12:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178152738986.1.13608722137164039148.rpms-liborc-866be1420962@fedoraproject.org \
--to=lbalhar@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox