From 0cdd60fee45fc201226363675a80936ff565ae047918417404d4648525b86c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sat, 19 Aug 2023 15:24:37 +0000 Subject: [PATCH] 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 --- libxmlb-0.3.11.tar.gz | 3 --- libxmlb-0.3.13.tar.gz | 3 +++ libxmlb.changes | 14 ++++++++++++++ libxmlb.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 libxmlb-0.3.11.tar.gz create mode 100644 libxmlb-0.3.13.tar.gz diff --git a/libxmlb-0.3.11.tar.gz b/libxmlb-0.3.11.tar.gz deleted file mode 100644 index db13764..0000000 --- a/libxmlb-0.3.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55d5124777e4b12b96daaaffe04bd1829bcb0a6675b617fcaf7ad6bb467867f0 -size 124796 diff --git a/libxmlb-0.3.13.tar.gz b/libxmlb-0.3.13.tar.gz new file mode 100644 index 0000000..6957565 --- /dev/null +++ b/libxmlb-0.3.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82413733f528e3f5674672c76ceb25d8cb4f06c87f0dab8ca9ec0fa991a217e1 +size 126963 diff --git a/libxmlb.changes b/libxmlb.changes index 68cbfce..46e248c 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Aug 18 17:20:43 UTC 2023 - Enrico Belleri + +- 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 diff --git a/libxmlb.spec b/libxmlb.spec index 37b8b5a..8a5df76 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -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