Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmlsec1 for openSUSE:Factory checked in at 2022-09-09 18:22:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlsec1 (Old) and /work/SRC/openSUSE:Factory/.xmlsec1.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlsec1" Fri Sep 9 18:22:17 2022 rev:19 rq:1001880 version:1.2.34 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlsec1/xmlsec1.changes 2022-05-24 20:31:08.198907077 +0200 +++ /work/SRC/openSUSE:Factory/.xmlsec1.new.2083/xmlsec1.changes 2022-09-09 18:22:22.104072058 +0200 @@ -1,0 +2,9 @@ +Thu Sep 8 07:25:33 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add export CFLAGS/CXXFLAGS="-Wno-error=deprecated-declarations" + inbefore configure. We pass --enable-werror to configure, and + that leads to warnings about deprecations failing build. As + deprecations is mainly a consern for upstream, stop failing on + those. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlsec1.spec ++++++ --- /var/tmp/diff_new_pack.h4bJQe/_old 2022-09-09 18:22:22.688073603 +0200 +++ /var/tmp/diff_new_pack.h4bJQe/_new 2022-09-09 18:22:22.688073603 +0200 @@ -143,6 +143,9 @@ %autosetup -p1 %build +# Allow for deprecations +export CFLAGS="-Wno-error=deprecated-declarations" +export CXXFLAGS="-Wno-error=deprecated-declarations" %configure \ --disable-static \ --disable-silent-rules \