Sat, 25 May 2024 07:25:53 UTC | login

Information for build libxmlb-0.3.10-1.fc37

ID205418
Package Namelibxmlb
Version0.3.10
Release1.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libxmlb.git#f5a971afa33f918a295a1b98403022ec896219e2
SummaryLibrary for querying compressed XML metadata
DescriptionXML is slow to parse and strings inside the document cannot be memory mapped as they do not have a trailing NUL char. The libxmlb library takes XML source, and converts it to a structured binary representation with a deduplicated string table -- where the strings have the NULs included. This allows an application to mmap the binary XML file, do an XPath query and return some strings without actually parsing the entire document. This is all done using (almost) zero allocations and no actual copying of the binary data.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Sep 2022 05:58:12 UTC
CompletedThu, 29 Sep 2022 06:38:04 UTC
Taskbuild (f37, /rpms/libxmlb.git:f5a971afa33f918a295a1b98403022ec896219e2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libxmlb.git#f5a971afa33f918a295a1b98403022ec896219e2'}}
Tags
f37
f38
RPMs
src
libxmlb-0.3.10-1.fc37.src.rpm (info) (download)
riscv64
libxmlb-0.3.10-1.fc37.riscv64.rpm (info) (download)
libxmlb-devel-0.3.10-1.fc37.riscv64.rpm (info) (download)
libxmlb-tests-0.3.10-1.fc37.riscv64.rpm (info) (download)
libxmlb-debuginfo-0.3.10-1.fc37.riscv64.rpm (info) (download)
libxmlb-debugsource-0.3.10-1.fc37.riscv64.rpm (info) (download)
libxmlb-tests-debuginfo-0.3.10-1.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun Sep 11 2022 Richard Hughes <richard@hughsie.com> 0.3.10-1 - New upstream release - Fix dumping and exporting multiple files from the CLI - Watch files before loading them into the builder - Fix potential double free when filtering by language * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 24 2022 Richard Hughes <richard@hughsie.com> 0.3.9-1 - New upstream release - Fix the crash for when the root tree has no children - Fix the crash when getting the element for the [empty] root - Install xb-tool into bindir * Wed Feb 16 2022 Richard Hughes <richard@hughsie.com> 0.3.7-1 - New upstream release - Ensure reproducible results when importing a node - Ignore all hidden files when using _WATCH_DIRECTORY - Show the value bindings when using XB_SILO_PROFILE_FLAG_XPATH * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Dec 06 2021 Richard Hughes <richard@hughsie.com> 0.3.6-1 - New upstream release - Ensure _IS_TOKENIZED is set if tokens are added manually - Ensure we never add too many tokens to the silo * Wed Dec 01 2021 Richard Hughes <richard@hughsie.com> 0.3.5-1 - New upstream release - Put tail after the node when exporting XbBuilderNode - Remove the G_ALIGNOF checks to fix compile with old GLib versions * Mon Nov 29 2021 Richard Hughes <richard@hughsie.com> 0.3.4-1 - New upstream release - Add a flag to require the XbBuilderSource to have no siblings - Add iterator for XbNode attributes and children - Allow removing XbBuilderNode text - Allow stripping builder node inner text * Wed Oct 06 2021 Richard Hughes <richard@hughsie.com> 0.3.3-1 - New upstream release - Add locking for file monitors - Add support for LZMA decompression - Clarify GMainContext usage and signal emission * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 24 2021 Richard Hughes <richard@hughsie.com> 0.3.2-1 - New upstream release - Respect XB_BUILDER_NODE_FLAG_IGNORE when exporting - Use the chosen chunk size when reading from a stream - Use the correct pkgconfig export package name in the GIR file * Thu May 06 2021 Richard Hughes <richard@hughsie.com> 0.3.1-1 - New upstream release - Always run xb-tool queries with the optimizer - Ensure tokens handling works when XbOpcode is not zero-inited - Use stack-allocated XbStack instances for running a machine * Fri Mar 12 2021 Richard Hughes <richard@hughsie.com> 0.3.0-1 - New upstream release - Add a new object to contain query context data - Allow collapsing empty XML tags if no children or text - Allow marking elements as tokenized from xb-tool - Allow optimized searching when comparing tokens - Cancel the GFileMonitor before unreffing it - Do not allocate a 128Mb buffer for each xb_builder_source_ctx_get_bytes() - Do not error when creating a query if the element doesn’t exist - Fix a parse failure for a double comment - Fix various errors or missing annotations in docs - Make handling of single-result queries more robust - Support mmap()ing the source file to get bytes - Support query caching with xb_silo_lookup_query() - Support UTF-8 for upper-case() and lower-case() - Use g_str_match_string() for non-ASCII search queries - Write search tokens into the built silo * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild