Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ubridge for openSUSE:Factory checked in at 2025-03-05 13:41:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ubridge (Old) and /work/SRC/openSUSE:Factory/.ubridge.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ubridge" Wed Mar 5 13:41:15 2025 rev:3 rq:1250309 version:0.9.19 Changes: -------- --- /work/SRC/openSUSE:Factory/ubridge/ubridge.changes 2024-12-09 21:12:21.746951181 +0100 +++ /work/SRC/openSUSE:Factory/.ubridge.new.19136/ubridge.changes 2025-03-05 13:42:34.065696651 +0100 @@ -1,0 +2,5 @@ +Thu Feb 27 17:54:52 UTC 2025 - Atri Bhattacharya <[email protected]> + +- Pass `pkg-config --cflags iniparser` to CFLAGS to fix build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ubridge.spec ++++++ --- /var/tmp/diff_new_pack.Can8hw/_old 2025-03-05 13:42:35.097739841 +0100 +++ /var/tmp/diff_new_pack.Can8hw/_new 2025-03-05 13:42:35.105740175 +0100 @@ -39,7 +39,7 @@ rm -rf src/iniparser %build -export CFLAGS="%{optflags}" +export CFLAGS="%{optflags} `pkg-config --cflags iniparser`" export CXXFLAGS="$CFLAGS" %make_build SYSTEM_INIPARSER=1
