Tue, 23 Apr 2024 14:35:17 UTC | login

Information for build libxmlb-0.3.3-1.el9

ID14882
Package Namelibxmlb
Version0.3.3
Release1.el9
Epoch
DraftFalse
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/libxmlb#1906b7b9fd254db27c66f4b45f1b18a1bd003bfd
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 byelima
State complete
Volume DEFAULT
StartedTue, 26 Oct 2021 13:31:12 UTC
CompletedTue, 26 Oct 2021 13:32:32 UTC
Taskbuild (c9s-build-side-374, /redhat/centos-stream/rpms/libxmlb:1906b7b9fd254db27c66f4b45f1b18a1bd003bfd)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/libxmlb#1906b7b9fd254db27c66f4b45f1b18a1bd003bfd'}}
Tags
c9s-pending
c9s-pending-signed
c9s-released
RPMs
src
libxmlb-0.3.3-1.el9.src.rpm (info) (download)
aarch64
libxmlb-0.3.3-1.el9.aarch64.rpm (info) (download)
libxmlb-devel-0.3.3-1.el9.aarch64.rpm (info) (download)
libxmlb-tests-0.3.3-1.el9.aarch64.rpm (info) (download)
libxmlb-debuginfo-0.3.3-1.el9.aarch64.rpm (info) (download)
libxmlb-debugsource-0.3.3-1.el9.aarch64.rpm (info) (download)
libxmlb-tests-debuginfo-0.3.3-1.el9.aarch64.rpm (info) (download)
i686
libxmlb-0.3.3-1.el9.i686.rpm (info) (download)
libxmlb-devel-0.3.3-1.el9.i686.rpm (info) (download)
libxmlb-tests-0.3.3-1.el9.i686.rpm (info) (download)
libxmlb-debuginfo-0.3.3-1.el9.i686.rpm (info) (download)
libxmlb-debugsource-0.3.3-1.el9.i686.rpm (info) (download)
libxmlb-tests-debuginfo-0.3.3-1.el9.i686.rpm (info) (download)
ppc64le
libxmlb-0.3.3-1.el9.ppc64le.rpm (info) (download)
libxmlb-devel-0.3.3-1.el9.ppc64le.rpm (info) (download)
libxmlb-tests-0.3.3-1.el9.ppc64le.rpm (info) (download)
libxmlb-debuginfo-0.3.3-1.el9.ppc64le.rpm (info) (download)
libxmlb-debugsource-0.3.3-1.el9.ppc64le.rpm (info) (download)
libxmlb-tests-debuginfo-0.3.3-1.el9.ppc64le.rpm (info) (download)
s390x
libxmlb-0.3.3-1.el9.s390x.rpm (info) (download)
libxmlb-devel-0.3.3-1.el9.s390x.rpm (info) (download)
libxmlb-tests-0.3.3-1.el9.s390x.rpm (info) (download)
libxmlb-debuginfo-0.3.3-1.el9.s390x.rpm (info) (download)
libxmlb-debugsource-0.3.3-1.el9.s390x.rpm (info) (download)
libxmlb-tests-debuginfo-0.3.3-1.el9.s390x.rpm (info) (download)
x86_64
libxmlb-0.3.3-1.el9.x86_64.rpm (info) (download)
libxmlb-devel-0.3.3-1.el9.x86_64.rpm (info) (download)
libxmlb-tests-0.3.3-1.el9.x86_64.rpm (info) (download)
libxmlb-debuginfo-0.3.3-1.el9.x86_64.rpm (info) (download)
libxmlb-debugsource-0.3.3-1.el9.x86_64.rpm (info) (download)
libxmlb-tests-debuginfo-0.3.3-1.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * 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 - 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 - 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 - Resolves: rhbz#1965891 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.0-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.0-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * 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 * Mon Sep 07 2020 Richard Hughes <richard@hughsie.com> 0.2.1-1 - New upstream release - Do not assume g_content_type_guess() always returns valid results - Fix getting translated results in gnome-software - Update the header location to reflect the new API * Tue Aug 18 2020 Richard Hughes <richard@hughsie.com> 0.2.0-1 - New upstream release which breaks API and ABI - Add the missing TEXT:INTE XPath support - Add variant of xb_silo_query_with_root() avoiding XbNode creation - Add XB_BUILDER_SOURCE_FLAG_WATCH_DIRECTORY flag - Allow specifying the node cache behaviour for the query - Avoid recursion when setting flags if possible - Avoid using weak pointers when building the silo - Do not allocate opcodes individually - Do not show a critical warning for invalid XML - Do not unconditionally create GTimer objects - Do not use the node cache when building indexes - Lazy load more arrays to reduce RSS usage * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Mar 04 2020 Richard Hughes <richard@hughsie.com> 0.1.15-1 - New upstream release - Add xb_builder_source_add_simple_adapter() - Allow reversing the query results * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Jan 06 2020 Richard Hughes <richard@hughsie.com> 0.1.14-1 - New upstream release - Do not use libuuid - Ignore adaptors added with xb_builder_source_add_converter() * Thu Oct 17 2019 Richard Hughes <richard@hughsie.com> 0.1.13-1 - New upstream release - Export xb_silo_query_full() - Show the XPath that was used in the query in the error message