Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mosh for openSUSE:Factory checked in 
at 2023-07-18 22:07:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mosh (Old)
 and      /work/SRC/openSUSE:Factory/.mosh.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mosh"

Tue Jul 18 22:07:19 2023 rev:23 rq:1099038 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mosh/mosh.changes        2022-10-28 
19:30:42.914987858 +0200
+++ /work/SRC/openSUSE:Factory/.mosh.new.3193/mosh.changes      2023-07-18 
22:07:29.970779404 +0200
@@ -1,0 +2,7 @@
+Mon Jul 17 07:10:08 UTC 2023 - Flavio Castelli <fcaste...@suse.com>
+
+- Fix building with protobuf 23.3: this version of protobuf doesn't support
+  C++11 anymore. A workaround has to be used at build time, see GitHub
+  https://github.com/mobile-shell/mosh/issues/1278
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mosh.spec ++++++
--- /var/tmp/diff_new_pack.Tm798h/_old  2023-07-18 22:07:30.722783609 +0200
+++ /var/tmp/diff_new_pack.Tm798h/_new  2023-07-18 22:07:30.742783720 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mosh
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012 Flavio Castelli.
 #
 # All modifications and additions to the file contributed by third parties
@@ -53,6 +53,9 @@
 sed -i '1s@^#!.*env perl@#!/usr/bin/perl@' scripts/mosh.pl
 
 %build
+%if 0%{?suse_version} >= 1500
+export CPPFLAGS=-std=c++17
+%endif
 autoreconf -fi
 %configure \
   --enable-completion \

Reply via email to