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:
Dominique Leuenberger 2024-01-07 20:39:01 +00:00 committed by Git OBS Bridge
commit 08ee042655
4 changed files with 21 additions and 7 deletions

BIN
libxmlb-0.3.14.tar.gz (Stored with Git LFS)

Binary file not shown.

3
libxmlb-0.3.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68ee69002cc2b792fca250d7a7df2a8e3f8e43ccd6ab7b14c8481407b95e7087
size 129048

View File

@ -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>

View File

@ -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