Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fltk for openSUSE:Factory checked in at 2022-01-11 00:02:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fltk (Old) and /work/SRC/openSUSE:Factory/.fltk.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fltk" Tue Jan 11 00:02:01 2022 rev:47 rq:945334 version:1.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/fltk/fltk.changes 2021-12-08 22:08:45.630857082 +0100 +++ /work/SRC/openSUSE:Factory/.fltk.new.1892/fltk.changes 2022-01-11 00:02:37.505278808 +0100 @@ -1,0 +2,6 @@ +Sat Jan 8 17:16:37 UTC 2022 - Stefan Br??ns <[email protected]> + +- Fix LDFLAGS reported by fltk-config (strip -pie), which breaks + building shared libraries linking to libfltk (boo#1194419) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fltk.spec ++++++ --- /var/tmp/diff_new_pack.zFeEVC/_old 2022-01-11 00:02:37.981279225 +0100 +++ /var/tmp/diff_new_pack.zFeEVC/_new 2022-01-11 00:02:37.985279228 +0100 @@ -109,6 +109,9 @@ docdir=%{buildroot}/%{_docdir}/fltk-devel/html/ \ mandir=%{buildroot}%{_mandir} STRIP=true rm -r %{buildroot}%{_mandir}/cat* +# Strip out "-pie" from fltk-config LDFLAGS, which breaks linking to +# libfltk from a shared library +sed -i -e '/LDFLAGS=/ { s@-pie@ @ }' %{buildroot}%{_bindir}/fltk-config %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig
