Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bctoolbox for openSUSE:Factory checked in at 2022-08-18 16:48:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bctoolbox (Old) and /work/SRC/openSUSE:Factory/.bctoolbox.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bctoolbox" Thu Aug 18 16:48:58 2022 rev:36 rq:997468 version:5.1.45 Changes: -------- --- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes 2022-07-08 14:03:16.110541373 +0200 +++ /work/SRC/openSUSE:Factory/.bctoolbox.new.2083/bctoolbox.changes 2022-08-18 16:49:12.297451178 +0200 @@ -1,0 +2,5 @@ +Sun Aug 14 12:21:42 UTC 2022 - th...@gmx.de + +- Remove RPATH to be able to build on Fedora + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bctoolbox.spec ++++++ --- /var/tmp/diff_new_pack.F5KT1k/_old 2022-08-18 16:49:12.773452287 +0200 +++ /var/tmp/diff_new_pack.F5KT1k/_new 2022-08-18 16:49:12.777452296 +0200 @@ -36,6 +36,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(bcunit) BuildRequires: pkgconfig(zlib) +BuildRequires: chrpath %description Utilities library used by Belledonne Communications softwares like @@ -79,11 +80,16 @@ %autosetup -p1 %build +%if 0%{?fedora} == 36 +export CFLAGS=$(echo "$CFLAGS -Wno-error=maybe-uninitialized") +export CXXFLAGS=$(echo "$CXXFLAGS -Wno-error=maybe-uninitialized") +%endif %cmake -DENABLE_STATIC=OFF %cmake_build %install %cmake_install +chrpath -d %{buildroot}%{_libdir}/lib%{name}.so.%{sover}* %{buildroot}%{_libdir}/lib%{name}-tester.so.%{sover}* %post -n lib%{name}%{sover} -p /sbin/ldconfig %postun -n lib%{name}%{sover} -p /sbin/ldconfig