Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ooRexx for openSUSE:Factory checked in at 2021-06-06 22:40:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ooRexx (Old) and /work/SRC/openSUSE:Factory/.ooRexx.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ooRexx" Sun Jun 6 22:40:28 2021 rev:22 rq:897755 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ooRexx/ooRexx.changes 2021-05-06 22:53:15.286594228 +0200 +++ /work/SRC/openSUSE:Factory/.ooRexx.new.1898/ooRexx.changes 2021-06-06 22:40:29.859377043 +0200 @@ -1,0 +2,5 @@ +Sat Jun 5 20:47:10 UTC 2021 - Erico Mendonca <[email protected]> + +- Fixing build on latest tumbleweed by forcing C11 mode. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ooRexx.spec ++++++ --- /var/tmp/diff_new_pack.tfc2gP/_old 2021-06-06 22:40:30.491378280 +0200 +++ /var/tmp/diff_new_pack.tfc2gP/_new 2021-06-06 22:40:30.495378288 +0200 @@ -158,8 +158,11 @@ %if 0%{?suse_version} echo "SUSE_VERSION=%{suse_version}" %endif + # to avoid segmentation fault + export CFLAGS="$CFLAGS -fpermissive `echo $RPM_OPT_FLAGS | sed 's/O2/O0/'`" +export CXXFLAGS="-std=c++11 $CXXFLAGS" export SUSE_ASNEEDED=0 ./configure --disable-static --prefix=%{_prefix}
