Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tmate for openSUSE:Factory checked 
in at 2023-11-07 21:28:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tmate (Old)
 and      /work/SRC/openSUSE:Factory/.tmate.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmate"

Tue Nov  7 21:28:54 2023 rev:9 rq:1123498 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tmate/tmate.changes      2022-09-08 
14:22:50.366556170 +0200
+++ /work/SRC/openSUSE:Factory/.tmate.new.17445/tmate.changes   2023-11-07 
21:29:37.090715693 +0100
@@ -1,0 +2,6 @@
+Fri Nov  3 07:06:00 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Build with more modern version of msgpack (which was renamed
+  to msgpack-c in 5.0.0)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tmate.spec ++++++
--- /var/tmp/diff_new_pack.xuU26j/_old  2023-11-07 21:29:37.530731897 +0100
+++ /var/tmp/diff_new_pack.xuU26j/_new  2023-11-07 21:29:37.534732044 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tmate
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libevent)
 BuildRequires:  pkgconfig(libssh) >= 0.6.1
-BuildRequires:  pkgconfig(msgpack) >= 3.0.0
+BuildRequires:  (pkgconfig(msgpack-c) >= 3.0.0 or pkgconfig(msgpack) >= 3.0.0)
 BuildRequires:  pkgconfig(tinfo)
 
 %description
@@ -41,7 +41,12 @@
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 ./autogen.sh
-%configure
+# msgpack has changed name but tmate is not yet updated.
+# Overrides like MSGPACK_CFLAGS need to be non-empty for configure.ac to
+# recognize it as an override, therefore there is an extra space in case
+# pkgconfig returns that no extra are cflags needed.
+%configure MSGPACK_CFLAGS=" $(pkg-config msgpack-c --cflags)" \
+       MSGPACK_LIBS="$(pkg-config msgpack-c --libs)"
 %make_build
 
 %install

Reply via email to