public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mosh] rawhide: Use protobuf3 instead of protobuf
Date: Sat, 06 Jun 2026 07:39:30 GMT [thread overview]
Message-ID: <178073157027.1.11932673341696681182.rpms-mosh-020347dd0762@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mosh
Branch : rawhide
Commit : 020347dd07623d92ea33196c10c051db02ef39c8
Author : Miroslav Suchý <msuchy@redhat.com>
Date : 2026-05-19T08:42:07+02:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mosh/c/020347dd07623d92ea33196c10c051db02ef39c8?branch=rawhide
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/mosh.spec b/mosh.spec
index 7eb97cb..6cb3cbb 100644
--- a/mosh.spec
+++ b/mosh.spec
@@ -1,6 +1,6 @@
Name: mosh
Version: 1.4.0
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Mobile shell that supports roaming and intelligent local echo
# Automatically converted from old format: GPLv3+ - review is highly recommended.
@@ -13,8 +13,8 @@ BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: perl-diagnostics
BuildRequires: perl-generators
-BuildRequires: protobuf-compiler
-BuildRequires: protobuf-devel
+BuildRequires: protobuf-compiler < 4
+BuildRequires: protobuf-devel < 4
BuildRequires: zlib-devel
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -56,6 +56,9 @@ Mosh is a remote terminal application that supports:
%changelog
+* Wed May 13 2026 Miroslav Suchy <msuchy@redhat.com> - 1.4.0-11
+- Use protobuf3 instead of protobuf.
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
reply other threads:[~2026-06-06 7:39 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=178073157027.1.11932673341696681182.rpms-mosh-020347dd0762@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