public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/onnx] test-1.21.0: Use protobuf3 instead of protobuf
Date: Mon, 08 Jun 2026 15:18:29 GMT [thread overview]
Message-ID: <178093190949.1.8583108145309363056.rpms-onnx-f551f4d78766@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/onnx
Branch : test-1.21.0
Commit : f551f4d787663ceeab48f63981020ef352b4d952
Author : Miroslav Suchý <msuchy@redhat.com>
Date : 2026-05-13T13:37:07+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/onnx/c/f551f4d787663ceeab48f63981020ef352b4d952?branch=test-1.21.0
Log:
Use protobuf3 instead of protobuf
This is part of https://fedoraproject.org/wiki/Changes/Protobuf_5.x/6.x
Mosh does not sucessfully build with new protobuf per
https://copr.fedorainfracloud.org/coprs/mochaa/protobuf/monitor/
so switching to protobuf3.
---
diff --git a/onnx.spec b/onnx.spec
index 8e71cb6..7ffd333 100644
--- a/onnx.spec
+++ b/onnx.spec
@@ -1,6 +1,6 @@
Name: onnx
Version: 1.17.0
-Release: 13%{?dist}
+Release: 14%{?dist}
Summary: Open standard for machine learning interoperability
License: Apache-2.0
@@ -32,7 +32,7 @@ BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-pybind11
BuildRequires: python3-pytest
-BuildRequires: protobuf-devel
+BuildRequires: protobuf3-devel
%global _description %{expand:
%{name} provides an open source format for AI models, both deep learning and
@@ -131,6 +131,9 @@ export PYTEST_ADDOPTS="-k 'not test_make_tensor_raw'"
%{_bindir}/check-node
%changelog
+* Wed May 13 2026 Miroslav Suchy <msuchy@redhat.com> - 1.17.0-14
+- Use protobuf3 instead of protobuf
+
* Sun May 04 2026 Autumn Nash <autumnnash@microsoft.com> - 1.17.0-13
- Replace hardcoded redhat-linux-build with %%{_vpath_builddir} via env var
reply other threads:[~2026-06-08 15:18 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=178093190949.1.8583108145309363056.rpms-onnx-f551f4d78766@fedoraproject.org \
--to=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