public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mosh] rawhide: Use protobuf3 instead of protobuf
@ 2026-06-06 7:39
0 siblings, 0 replies; only message in thread
From: @ 2026-06-06 7:39 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-06 7:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-06 7:39 [rpms/mosh] rawhide: Use protobuf3 instead of protobuf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox