Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxml2 for openSUSE:Factory checked in at 2022-09-09 18:22:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxml2 (Old) and /work/SRC/openSUSE:Factory/.libxml2.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxml2" Fri Sep 9 18:22:11 2022 rev:112 rq:1000724 version:2.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libxml2/libxml2.changes 2022-08-30 14:48:36.827987808 +0200 +++ /work/SRC/openSUSE:Factory/.libxml2.new.2083/libxml2.changes 2022-09-09 18:22:12.244045958 +0200 @@ -1,0 +2,22 @@ +Thu Sep 1 15:13:08 UTC 2022 - Pedro Monreal <pmonr...@suse.com> + +- Build for now with --with-legacy to enable APIs that have been + deprecated recently. + +------------------------------------------------------------------- +Tue Aug 30 14:39:42 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 2.10.2: + * Improvements: + + Remove set-but-unused variable in xmlXPathScanName + + Silence -Warray-bounds warning + * Build system + + build: require automake-1.16.3 or later + + Remove generated files from distribution + * Test suite: Don't create missing.xml when running testapi +- Add configure --with-python=%{__python3} inbefore python build, + as upstream no longer ships pre-grenerated files. +- Use sed to fix env-script-interpreter in documentation example. +- Pass with-ftp to configure, build ftp support. + +------------------------------------------------------------------- Old: ---- libxml2-2.10.1.tar.xz New: ---- libxml2-2.10.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxml2.spec ++++++ --- /var/tmp/diff_new_pack.BHgjzD/_old 2022-09-09 18:22:13.240048594 +0200 +++ /var/tmp/diff_new_pack.BHgjzD/_new 2022-09-09 18:22:13.248048615 +0200 @@ -25,7 +25,7 @@ %endif Name: libxml2%{?dash}%{flavor} -Version: 2.10.1 +Version: 2.10.2 Release: 0 License: MIT Summary: A Library to Manipulate XML Files @@ -152,6 +152,7 @@ %prep %autosetup -p1 -n libxml2-%{version} +sed -i '1 s|/usr/bin/env python|/usr/bin/python3|' doc/apibuild.py %build %if ! 0%{?buildpython} @@ -170,10 +171,13 @@ --with-regexps \ --with-threads \ --with-reader \ - --with-http + --with-ftp \ + --with-http \ + --with-legacy %make_build BASE_DIR="%{_docdir}" DOC_MODULE="%{base_name}" %else +%configure --with-python=%{__python3} pushd python %python_build popd ++++++ libxml2-2.10.1.tar.xz -> libxml2-2.10.2.tar.xz ++++++ ++++ 59134 lines of diff (skipped)