diff --git a/libxmlb-0.1.15.tar.xz b/libxmlb-0.1.15.tar.xz deleted file mode 100644 index 917a745..0000000 --- a/libxmlb-0.1.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa29b6bbf7b91107da6f157e8f7903d176b0cf04bcb0ba1ab64cb38b19d09a19 -size 92923 diff --git a/libxmlb-0.2.1.tar.xz b/libxmlb-0.2.1.tar.xz new file mode 100644 index 0000000..55def93 --- /dev/null +++ b/libxmlb-0.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529 +size 98284 diff --git a/libxmlb.changes b/libxmlb.changes index 922218a..880024d 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Oct 3 14:59:13 UTC 2020 - Dirk Mueller + +- update to 0.2.1: + - Do not assume g_content_type_guess() always returns valid results (Richard Hughes) + - Make the build reproducible (Richard Hughes) + - Revert "Do not show a critical warning for invalid XML" (Richard Hughes) + - Update the header location to reflect the new API (Richard Hughes) + - This release breaks API and ABI and bumps the version of libxmlb.so and so + packages that depend on this library (e.g. fwupd or gnome-software) will need + to be rebuilt at the same time. + - Add the missing TEXT:INTE XPath support (Richard Hughes) + - Add variant of xb_silo_query_with_root() avoiding XbNode creation (Philip Withnall) + - Add XB_BUILDER_SOURCE_FLAG_WATCH_DIRECTORY flag (Philip Withnall) + - Allow specifying the node cache behaviour for the query (Richard Hughes) + - Avoid recursion when setting flags if possible (Philip Withnall) + - Avoid using weak pointers when building the silo (Philip Withnall) + - Change the default value for the node cache (Richard Hughes) + - Do not allocate opcodes individually (Philip Withnall) + - Do not show a critical warning for invalid XML (Richard Hughes) + - Do not unconditionally create GTimer objects (Philip Withnall) + - Do not use the node cache when building indexes (Richard Hughes) + - Lazy load more arrays to reduce RSS usage (Philip Withnall) + - Report silo versions when versions mismatch (Robert Ancell) + ------------------------------------------------------------------- Fri Jul 10 19:11:47 UTC 2020 - Bjørn Lie diff --git a/libxmlb.spec b/libxmlb.spec index ac91b98..3cffd79 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -17,10 +17,10 @@ # -%define sover 1 +%define sover 2 Name: libxmlb -Version: 0.1.15 +Version: 0.2.1 Release: 0 Summary: Library for querying compressed XML metadata License: LGPL-2.1-or-later