Accepting request 1104777 from home:iDesmI:kf6

- Update to 0.3.13:
  * Use indexes when binding value
  * Correctly tokenize when using a bound text value
  * Ensure tokens are all NULL when using xb_opcode_init()
  * Avoid building errors and debug strings when possible to make
    XbQuery faster
  * Fix content type detection on macOS
  * Inline a number of machine internals to make queries faster
  * Make zstd support optional
  * Setup various release build options

OBS-URL: https://build.opensuse.org/request/show/1104777
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=28
This commit is contained in:
Bjørn Lie 2023-08-19 15:24:37 +00:00 committed by Git OBS Bridge
parent 350f99f8a1
commit 0cdd60fee4
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55d5124777e4b12b96daaaffe04bd1829bcb0a6675b617fcaf7ad6bb467867f0
size 124796

BIN
libxmlb-0.3.13.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Aug 18 17:20:43 UTC 2023 - Enrico Belleri <kilgore.trout@idesmi.eu>
- Update to 0.3.13:
* Use indexes when binding value
* Correctly tokenize when using a bound text value
* Ensure tokens are all NULL when using xb_opcode_init()
* Avoid building errors and debug strings when possible to make
XbQuery faster
* Fix content type detection on macOS
* Inline a number of machine internals to make queries faster
* Make zstd support optional
* Setup various release build options
-------------------------------------------------------------------
Thu Apr 27 22:24:36 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%define sover 2
Name: libxmlb
Version: 0.3.11
Version: 0.3.13
Release: 0
Summary: Library for querying compressed XML metadata
License: LGPL-2.1-or-later