Hello community, here is the log from the commit of package libdnf for openSUSE:Factory checked in at 2020-02-27 16:57:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdnf (Old) and /work/SRC/openSUSE:Factory/.libdnf.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdnf" Thu Feb 27 16:57:41 2020 rev:13 rq:779941 version:0.45.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libdnf/libdnf.changes 2020-01-19 20:58:32.584085092 +0100 +++ /work/SRC/openSUSE:Factory/.libdnf.new.26092/libdnf.changes 2020-02-27 16:57:41.954843785 +0100 @@ -1,0 +2,14 @@ +Thu Feb 27 14:07:48 UTC 2020 - Neal Gompa <[email protected]> + +- Update to version 0.45.0 + + Config options: only first empty value clears existing (rh#1788154) + + Make parsing of reldeps more strict (rh#1788107) + + [context] Support repositories defined in main configuration file + + Fix filtering packages by advisory when more versions and arches are available (rh#1770125) + + Add expanding solvable provides for dependency matching (rh#1534123) + + DnfRepo: fix module_hotfixes keyfile priority level + + Add custom exceptions to libdnf interface + + [conf] Set useful default colors when color is enabled + + Port to libmodulemd-2 API (rh#1693683) + +------------------------------------------------------------------- Old: ---- libdnf-0.43.1.tar.gz New: ---- libdnf-0.45.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdnf.spec ++++++ --- /var/tmp/diff_new_pack.XJbQiZ/_old 2020-02-27 16:57:42.726845075 +0100 +++ /var/tmp/diff_new_pack.XJbQiZ/_new 2020-02-27 16:57:42.730845082 +0100 @@ -17,7 +17,7 @@ # %global libsolv_version 0.7.7 -%global libmodulemd_version 1.6.1 +%global libmodulemd_version 2.5.0 %global librepo_version 1.11.0 %global dnf_conflict 4.2.13 %global swig_version 3.0.12 @@ -33,7 +33,7 @@ %define devname %{name}-devel Name: libdnf -Version: 0.43.1 +Version: 0.45.0 Release: 0 Summary: Library providing C and Python APIs atop libsolv License: LGPL-2.1-or-later @@ -64,7 +64,7 @@ BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(libcrypto) -BuildRequires: pkgconfig(modulemd) >= %{libmodulemd_version} +BuildRequires: pkgconfig(modulemd-2.0) >= %{libmodulemd_version} BuildRequires: pkgconfig(smartcols) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(zck) >= 0.9.11 @@ -88,6 +88,8 @@ Obsoletes: typelib-1_0-Dnf-1_0 < 0.24.1 # To avoid API issues with librepo and incomprehensible crashes Requires: librepo0%{?_isa} >= %{librepo_version} +# To avoid API issues with libmodulemd +Requires: libmodulemd2%{?_isa} >= %{libmodulemd_version} %description -n %{libname} This library provides an interface atop libsolv, and a high-level ++++++ libdnf-0.43.1.tar.gz -> libdnf-0.45.0.tar.gz ++++++ ++++ 6833 lines of diff (skipped)
