Commit Graph

8 Commits

Author SHA256 Message Date
ed1d393e55 Accepting request 748512 from home:gary_lin:branches:X11:common:Factory
Update to version 0.1.13:

OBS-URL: https://build.opensuse.org/request/show/748512
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=10
2019-11-17 14:03:55 +00:00
02f3300f5b Accepting request 732907 from home:iznogood:branches:X11:common:Factory
Tweaks

OBS-URL: https://build.opensuse.org/request/show/732907
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=8
2019-09-24 10:28:32 +00:00
5d1b193adf Accepting request 732887 from home:ecsos
Update changes again.
but i think it is clearly what BuildRequires mean.

OBS-URL: https://build.opensuse.org/request/show/732887
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=7
2019-09-24 10:22:23 +00:00
f97b7dcf6f New stable release
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=5
2019-04-16 17:14:39 +00:00
6b489e4c57 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=3 2019-01-15 08:32:41 +00:00
1e6830e987 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=2 2019-01-15 08:32:25 +00:00
Dominique Leuenberger
edd83e9e30 Accepting request 666142 from X11:common:Factory
- Initial packaging for openSUSE, version 0.1.6.
Needed for future versions of fwupd

OBS-URL: https://build.opensuse.org/request/show/666142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=1
2019-01-21 09:55:06 +00:00
cab80b5919 Accepting request 665017 from home:iznogood:branches:Base:System
Needed for future version of fwupd

Library for querying compressed XML metadata 
https://github.com/hughsie/libxmlb

XML 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.

OBS-URL: https://build.opensuse.org/request/show/665017
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=1
2019-01-15 08:14:23 +00:00