forked from pool/libxmlb
Accepting request 839317 from home:dirkmueller:branches:X11:common:Factory
- 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) OBS-URL: https://build.opensuse.org/request/show/839317 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=16
This commit is contained in:
parent
fe7ce8b13e
commit
76c95311cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa29b6bbf7b91107da6f157e8f7903d176b0cf04bcb0ba1ab64cb38b19d09a19
|
||||
size 92923
|
3
libxmlb-0.2.1.tar.xz
Normal file
3
libxmlb-0.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529
|
||||
size 98284
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 3 14:59:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user