Sync from SUSE:SLFO:Main libxmlb revision 9e7e7d82e135bd776b74e8c958e13b7a
This commit is contained in:
BIN
libxmlb-0.3.14.tar.gz
(Stored with Git LFS)
BIN
libxmlb-0.3.14.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libxmlb-0.3.21.tar.gz
(Stored with Git LFS)
Normal file
BIN
libxmlb-0.3.21.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 11:24:58 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 0.3.21
|
||||
* Check for corrupt XbSiloNode values in a smarter way
|
||||
Changes in 0.3.20:
|
||||
* Do not always strip literal text
|
||||
* Do not assume .txt files are application/xml
|
||||
* Fix a crash when loading a corrupt XMLb store
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 13:01:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.19:
|
||||
* Add xb_version_string() to get the runtime ABI version
|
||||
* - Add the runtime version as the default XMLb invalidation
|
||||
GUID
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 07:54:47 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 0.3.18. Changes since 0.3.15:
|
||||
* Add the lzma and zstd support to the pkgconfig file
|
||||
* Create SECURITY.md for the OpenSSF scorecard
|
||||
* Fix decompressing large zstd files
|
||||
* Use zst as the file extension for zstd
|
||||
* Fix decompressing large zstd files, harder
|
||||
* Include the pkgconfig variables in the subproject declared
|
||||
dependenc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 13:01:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.15:
|
||||
* Sprinkle __attribute__((nonnull)) to give a little more
|
||||
compile-time safety
|
||||
* Accept text/xml as an alternative to application/xml
|
||||
* Do not inline shared code
|
||||
* Fix compiling with Visual Studio
|
||||
* Fix the exported api test on Windows
|
||||
* Generate and use .def file for clang-cl builds
|
||||
Fan)
|
||||
* Release source file handles early
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 08:03:30 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@@ -61,7 +105,7 @@ Fri Jul 22 21:52:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
* Ignore all hidden files when using _WATCH_DIRECTORY (Richard Hughes)
|
||||
* Show the value bindings when using XB_SILO_PROFILE_FLAG_XPATH (Richard Hughes)
|
||||
* Use the correct lookup method for the python3 script interpreter (Eli Schwartz)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 12:07:22 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
@@ -147,7 +191,7 @@ Fri Sep 20 12:07:24 UTC 2019 - ecsos@opensuse.org
|
||||
- Update to version 0.1.11:
|
||||
+ New Features:
|
||||
- Add xb_node_query_first_full() convenience helper
|
||||
- Rebuild the XbMachine parser to support 'and' and 'or'
|
||||
- Rebuild the XbMachine parser to support 'and' and 'or'
|
||||
predicates.
|
||||
- Verify we never break the ABI.
|
||||
+ Bugfixes:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libxmlb
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 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.14
|
||||
Version: 0.3.21
|
||||
Release: 0
|
||||
Summary: Library for querying compressed XML metadata
|
||||
License: LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user