forked from pool/libxmlb
Accepting request 749155 from X11:common:Factory
- Update to version 0.1.13: + New Features: - Export xb_silo_query_full() + Bugfixes: - Show the XPath that was used in the query in the error message - Changes from version 0.1.12: + New Features: - Add helper functions to get the first and last child XbBuilerNode - Add xb_node_transmogrify to allow changing XML format - Support 'tail' XML data in the stored silo + Bugfixes: - Do not escape a single quote with ' - Don't invalidate the silo for a GIO temp file - Fix up two memory leaks if using libxmlb from an introspected binding OBS-URL: https://build.opensuse.org/request/show/749155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=4
This commit is contained in:
commit
c315bee21e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:811ea89b578dcfcf31b4150d366fc4418ed1d70aae9970d1e7526b448ea40a7e
|
|
||||||
size 88848
|
|
3
libxmlb-0.1.13.tar.xz
Normal file
3
libxmlb-0.1.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8145d791eece6d7c2cc75872ac40a7c775f4c67843dbcec8aa0f2658ce084622
|
||||||
|
size 91597
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 09:50:26 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.1.13:
|
||||||
|
+ New Features:
|
||||||
|
- Export xb_silo_query_full()
|
||||||
|
+ Bugfixes:
|
||||||
|
- Show the XPath that was used in the query in the error
|
||||||
|
message
|
||||||
|
- Changes from version 0.1.12:
|
||||||
|
+ New Features:
|
||||||
|
- Add helper functions to get the first and last child
|
||||||
|
XbBuilerNode
|
||||||
|
- Add xb_node_transmogrify to allow changing XML format
|
||||||
|
- Support 'tail' XML data in the stored silo
|
||||||
|
+ Bugfixes:
|
||||||
|
- Do not escape a single quote with '
|
||||||
|
- Don't invalidate the silo for a GIO temp file
|
||||||
|
- Fix up two memory leaks if using libxmlb from an introspected
|
||||||
|
binding
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 20 12:07:24 UTC 2019 - ecsos@opensuse.org
|
Fri Sep 20 12:07:24 UTC 2019 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxmlb
|
# spec file for package libxmlb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC.
|
||||||
# Copyright (c) 2019 Bjørn Lie, Bryne, Norway.
|
# Copyright (c) 2019 Bjørn Lie, Bryne, Norway.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
|
|
||||||
Name: libxmlb
|
Name: libxmlb
|
||||||
Version: 0.1.11
|
Version: 0.1.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for querying compressed XML metadata
|
Summary: Library for querying compressed XML metadata
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -115,7 +115,7 @@ Files for development with %{name}.
|
|||||||
%files -n xmlb-tool
|
%files -n xmlb-tool
|
||||||
%doc README.md NEWS
|
%doc README.md NEWS
|
||||||
%{_libexecdir}/xb-tool
|
%{_libexecdir}/xb-tool
|
||||||
%{_libexecdir}/xb-self-test
|
%{_libexecdir}/installed-tests/
|
||||||
%{_datadir}/installed-tests/
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user