Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libstrophe for openSUSE:Factory checked in at 2022-03-04 20:17:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstrophe (Old) and /work/SRC/openSUSE:Factory/.libstrophe.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstrophe" Fri Mar 4 20:17:06 2022 rev:9 rq:959376 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libstrophe/libstrophe.changes 2021-10-29 22:35:13.699704672 +0200 +++ /work/SRC/openSUSE:Factory/.libstrophe.new.1958/libstrophe.changes 2022-03-04 20:20:58.216677884 +0100 @@ -1,0 +2,8 @@ +Fri Mar 4 10:43:12 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Run tests: + Remove --disable-static because the tests also test internal + functions that are not exported in the shared lib. + Remove static library manually. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstrophe.spec ++++++ --- /var/tmp/diff_new_pack.u9FVZG/_old 2022-03-04 20:20:58.648677540 +0100 +++ /var/tmp/diff_new_pack.u9FVZG/_new 2022-03-04 20:20:58.656677533 +0100 @@ -1,7 +1,7 @@ # # spec file for package libstrophe # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -67,12 +67,15 @@ %build mkdir m4 ./bootstrap.sh -%configure --disable-static --with-libxml2 +%configure --with-libxml2 make %{?_smp_mflags} %install %make_install -rm %{buildroot}%{_libdir}/libstrophe.la +rm %{buildroot}%{_libdir}/libstrophe.{a,la} + +%check +make check %post -n libstrophe0 -p /sbin/ldconfig %postun -n libstrophe0 -p /sbin/ldconfig