From 1d37a727fb690c9d3fe3b42f6569e34cab8d55b5496ad93d5813d1eaf387ab2c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Jan 2024 13:03:18 +0000 Subject: [PATCH] - 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/package/show/X11:common:Factory/libxmlb?expand=0&rev=34 --- libxmlb-0.3.14.tar.gz | 3 --- libxmlb-0.3.15.tar.gz | 3 +++ libxmlb.changes | 18 ++++++++++++++++-- libxmlb.spec | 4 ++-- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 libxmlb-0.3.14.tar.gz create mode 100644 libxmlb-0.3.15.tar.gz diff --git a/libxmlb-0.3.14.tar.gz b/libxmlb-0.3.14.tar.gz deleted file mode 100644 index 2fef0ae..0000000 --- a/libxmlb-0.3.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92bea792c6a33d243e7b6f210519bd6ba71b010463fbec1b5a71ddd35736ec20 -size 127096 diff --git a/libxmlb-0.3.15.tar.gz b/libxmlb-0.3.15.tar.gz new file mode 100644 index 0000000..627a469 --- /dev/null +++ b/libxmlb-0.3.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ee69002cc2b792fca250d7a7df2a8e3f8e43ccd6ab7b14c8481407b95e7087 +size 129048 diff --git a/libxmlb.changes b/libxmlb.changes index ef6702e..eb259ee 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jan 6 13:01:11 UTC 2024 - Dirk Müller + +- 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 @@ -61,7 +75,7 @@ Fri Jul 22 21:52:44 UTC 2022 - Dirk Müller * 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 @@ -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: diff --git a/libxmlb.spec b/libxmlb.spec index 48988af..b3613ca 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -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