Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsolv for openSUSE:Factory checked in at 2023-01-07 17:15:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsolv (Old) and /work/SRC/openSUSE:Factory/.libsolv.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsolv" Sat Jan 7 17:15:50 2023 rev:88 rq:1045195 version:0.7.23 Changes: -------- --- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes 2022-03-28 17:01:06.501013974 +0200 +++ /work/SRC/openSUSE:Factory/.libsolv.new.1563/libsolv.changes 2023-01-07 17:15:57.744812944 +0100 @@ -1,0 +2,16 @@ +Tue Dec 13 11:47:50 CET 2022 - [email protected] + +- fix "keep installed" jobs not disabling "best update" rules +- do not autouninstall suse ptf packages +- ensure duplinvolvedmap_all is reset when a solver is reused +- special case file dependencies in the testcase writer +- support stringification of multiple solvables +- new weakdep introspection interface similar to ruleinfos +- support decision reason queries +- support merging of related decissions +- support stringification of ruleinfo, decisioninfo and decision reasons +- support better info about alternatives +- new '-P' and '-W' options for testsolv +- bump version to 0.7.23 + +------------------------------------------------------------------- Old: ---- libsolv-0.7.22.tar.bz2 New: ---- libsolv-0.7.23.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsolv.spec ++++++ --- /var/tmp/diff_new_pack.GauzOP/_old 2023-01-07 17:15:58.188815593 +0100 +++ /var/tmp/diff_new_pack.GauzOP/_new 2023-01-07 17:15:58.196815640 +0100 @@ -56,7 +56,7 @@ %bcond_with zypp Name: libsolv -Version: 0.7.22 +Version: 0.7.23 Release: 0 Summary: Package dependency solver using a satisfiability algorithm License: BSD-3-Clause @@ -90,13 +90,13 @@ %endif %if %{with python} -%global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(True))") +%global python_sitearch %(python -c "from sysconfig import get_path; print(get_path('platlib'))") BuildRequires: python-devel BuildRequires: swig %endif %if %{with python3} -%global python3_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(True))") +%global python3_sitearch %(python3 -c "from sysconfig import get_path; print(get_path('platlib'))") BuildRequires: python3-devel BuildRequires: swig %endif ++++++ libsolv-0.7.22.tar.bz2 -> libsolv-0.7.23.tar.bz2 ++++++ ++++ 7414 lines of diff (skipped)
