forked from pool/libxmlb
Accepting request 1137237 from X11:common:Factory
- 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 - Rebuild the XbMachine parser to support 'and' and 'or' OBS-URL: https://build.opensuse.org/request/show/1137237 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=14
This commit is contained in:
commit
08ee042655
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.
3
libxmlb-0.3.15.tar.gz
Normal file
3
libxmlb-0.3.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68ee69002cc2b792fca250d7a7df2a8e3f8e43ccd6ab7b14c8481407b95e7087
|
||||
size 129048
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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 +75,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 +161,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.15
|
||||
Release: 0
|
||||
Summary: Library for querying compressed XML metadata
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user