Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tilde for openSUSE:Factory checked in at 2024-02-02 15:47:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tilde (Old) and /work/SRC/openSUSE:Factory/.tilde.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tilde" Fri Feb 2 15:47:48 2024 rev:12 rq:1143586 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/tilde/tilde.changes 2022-08-29 15:16:36.841995512 +0200 +++ /work/SRC/openSUSE:Factory/.tilde.new.1815/tilde.changes 2024-02-02 15:48:27.123240233 +0100 @@ -1,0 +2,10 @@ +Fri Feb 2 08:52:59 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Fix build with RPM 4.19: The build system used by tilde is not + exactly autoconf, even though it's initiated by configure. IT + mis-interprets the parameters of the configure macro to imply a + cross build, then fails to fine the correct pkg-config + executable. Aid the build script by defining PKG_CONFIG to + /usr/bin/pkg-config. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tilde.spec ++++++ --- /var/tmp/diff_new_pack.d6QZFu/_old 2024-02-02 15:48:27.699261172 +0100 +++ /var/tmp/diff_new_pack.d6QZFu/_new 2024-02-02 15:48:27.699261172 +0100 @@ -1,7 +1,7 @@ # # spec file for package tilde # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,6 +51,7 @@ %autosetup -p1 %build +export PKG_CONFIG=%{_bindir}/pkg-config %configure CC=gcc CXX=g++ LIBTOOL=libtool --docdir="%_docdir/%name" make %{?_smp_mflags}
