Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bctoolbox for openSUSE:Factory checked in at 2021-05-02 18:35:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bctoolbox (Old) and /work/SRC/openSUSE:Factory/.bctoolbox.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bctoolbox" Sun May 2 18:35:24 2021 rev:20 rq:889047 version:4.5.10 Changes: -------- --- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes 2021-04-23 17:49:44.654703249 +0200 +++ /work/SRC/openSUSE:Factory/.bctoolbox.new.1947/bctoolbox.changes 2021-05-02 18:35:48.541026305 +0200 @@ -1,0 +2,6 @@ +Wed Apr 28 14:19:45 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 4.5.10 (no changelog available) +- Apply GCC11 workaround only on Factory/Tumbleweed + +------------------------------------------------------------------- Old: ---- bctoolbox-4.5.3.tar.gz New: ---- bctoolbox-4.5.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bctoolbox.spec ++++++ --- /var/tmp/diff_new_pack.IPnJ6O/_old 2021-05-02 18:35:48.997024362 +0200 +++ /var/tmp/diff_new_pack.IPnJ6O/_new 2021-05-02 18:35:49.001024344 +0200 @@ -18,10 +18,11 @@ %define sover 1 Name: bctoolbox -Version: 4.5.3 +Version: 4.5.10 Release: 0 Summary: Utility library for software from Belledonne Communications License: GPL-2.0-or-later +Group: Development/Libraries/C and C++ URL: https://linphone.org/ Source: https://github.com/BelledonneCommunications/bctoolbox/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf @@ -78,8 +79,10 @@ %build # workaround for building with GCC11, issue opened upstream https://github.com/BelledonneCommunications/bctoolbox/issues/13 +%if 0%{?suse_version} > 1500 export CFLAGS="%(echo %{optflags}) -Wno-array-parameter" export CXXFLAGS="$CFLAGS" +%endif %cmake -DENABLE_STATIC=OFF %cmake_build ++++++ bctoolbox-4.5.3.tar.gz -> bctoolbox-4.5.10.tar.gz ++++++