6 Commits

Author SHA256 Message Date
abcf5920a8 Accepting request 1305531 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/1305531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=20
2025-09-24 13:22:15 +00:00
38226eab78 Update to 49.0
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=46
2025-09-17 15:56:43 +00:00
aac7ad0a14 Accepting request 1302548 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/1302548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=19
2025-09-05 19:42:05 +00:00
b8d850c930 Accepting request 1302490 from GNOME:Next
- Update to version 0.3.23:
  * Bugfixes: Do not reallocate the final silo blob when compiling
    to reduce peak RSS by about ~6%.

OBS-URL: https://build.opensuse.org/request/show/1302490
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=44
2025-09-03 08:11:24 +00:00
a93af7a6ce Accepting request 1265507 from X11:common:Factory
- update to 0.3.22:
  * Add support for COLLAPSE_EMPTY when exporting an
    XbBuilderNode (Richard Hughes)
  * Store the expected file size in the header to detect
    truncation (Richard Hughes)
  * Check the strtab has a trailing NUL byte
  * Fix an issue when exporting a silo using COLLAPSE_EMPTY
  * Fix calling text() on an empty element

OBS-URL: https://build.opensuse.org/request/show/1265507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=18
2025-04-02 15:05:13 +00:00
0b812d40d5 - update to 0.3.22:
* Add support for COLLAPSE_EMPTY when exporting an
    XbBuilderNode (Richard Hughes)
  * Store the expected file size in the header to detect
    truncation (Richard Hughes)
  * Check the strtab has a trailing NUL byte
  * Fix an issue when exporting a silo using COLLAPSE_EMPTY
  * Fix calling text() on an empty element

OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=42
2025-03-30 10:45:46 +00:00
4 changed files with 33 additions and 5 deletions

Binary file not shown.

3
libxmlb-0.3.24.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45245a5ebe8a3598449f4d53a576801bdb6489aae03ff2206ad4fc7799611014
size 133120

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Sep 17 11:28:43 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.3.24:
+ Bugfixes:
- Allow calling xb_silo_query_build_index() with no text set
- Do not reverse the order of attrs when using
xb_node_attr_iter_next()
-------------------------------------------------------------------
Tue Sep 2 18:26:57 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.3.23:
* Bugfixes: Do not reallocate the final silo blob when compiling
to reduce peak RSS by about ~6%.
-------------------------------------------------------------------
Sun Mar 30 10:44:20 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.3.22:
* Add support for COLLAPSE_EMPTY when exporting an
XbBuilderNode (Richard Hughes)
* Store the expected file size in the header to detect
truncation (Richard Hughes)
* Check the strtab has a trailing NUL byte
* Fix an issue when exporting a silo using COLLAPSE_EMPTY
* Fix calling text() on an empty element
-------------------------------------------------------------------
Mon Feb 24 11:24:58 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libxmlb
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2019 Bjørn Lie, Bryne, Norway.
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%define sover 2
Name: libxmlb
Version: 0.3.21
Version: 0.3.24
Release: 0
Summary: Library for querying compressed XML metadata
License: LGPL-2.1-or-later