Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| abcf5920a8 | |||
| 38226eab78 | |||
| aac7ad0a14 | |||
| b8d850c930 | |||
| a93af7a6ce | |||
| 0b812d40d5 |
BIN
libxmlb-0.3.21.tar.gz
LFS
BIN
libxmlb-0.3.21.tar.gz
LFS
Binary file not shown.
3
libxmlb-0.3.24.tar.gz
Normal file
3
libxmlb-0.3.24.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45245a5ebe8a3598449f4d53a576801bdb6489aae03ff2206ad4fc7799611014
|
||||
size 133120
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user