From 9dfd6583fccf704d12a5218c15a1622b4f0df7a388c8b6f2a16574e2f34b31db Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Jul 2022 14:32:31 +0000 Subject: [PATCH] Accepting request 990733 from home:dirkmueller:Factory - update to 0.3.9: * Fix the crash for when the root tree has no children (Richard Hughes) * Fix the crash when getting the element for the [empty] root (Richard Hughes) * Install xb-tool into bindir (Richard Hughes) * Ensure reproducible results when importing a node (Richard Hughes) * 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) OBS-URL: https://build.opensuse.org/request/show/990733 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=20 --- libxmlb-0.3.6.tar.gz | 3 --- libxmlb-0.3.9.tar.gz | 3 +++ libxmlb.changes | 12 ++++++++++++ libxmlb.spec | 9 +++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 libxmlb-0.3.6.tar.gz create mode 100644 libxmlb-0.3.9.tar.gz diff --git a/libxmlb-0.3.6.tar.gz b/libxmlb-0.3.6.tar.gz deleted file mode 100644 index 6d3e249..0000000 --- a/libxmlb-0.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb529d055c63d705bafd17b5fab8e36153292533668a0aba853514ed0e42862c -size 118521 diff --git a/libxmlb-0.3.9.tar.gz b/libxmlb-0.3.9.tar.gz new file mode 100644 index 0000000..28877e5 --- /dev/null +++ b/libxmlb-0.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d1af26999f22b295c631bc8229e73e42f5c511f9b549e3d868c0828b985f75 +size 121878 diff --git a/libxmlb.changes b/libxmlb.changes index 9d0108e..c8324e5 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jul 22 21:52:44 UTC 2022 - Dirk Müller + +- update to 0.3.9: + * Fix the crash for when the root tree has no children (Richard Hughes) + * Fix the crash when getting the element for the [empty] root (Richard Hughes) + * Install xb-tool into bindir (Richard Hughes) + * Ensure reproducible results when importing a node (Richard Hughes) + * 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 diff --git a/libxmlb.spec b/libxmlb.spec index 503e966..93ca10f 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -1,7 +1,7 @@ # # spec file for package libxmlb # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2019 Bjørn Lie, Bryne, Norway. # # All modifications and additions to the file contributed by third parties @@ -19,17 +19,17 @@ %define sover 2 Name: libxmlb -Version: 0.3.6 +Version: 0.3.9 Release: 0 Summary: Library for querying compressed XML metadata License: LGPL-2.1-or-later Group: Development/Libraries/Other URL: https://github.com/hughsie/libxmlb Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: meson >= 0.47.0 # Enable when/if libstemmer becomes available in openSUSE (+ in meson call) #BuildRequires: libstemmer-devel BuildRequires: %{python_module setuptools} +BuildRequires: meson >= 0.47.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) >= 2.45.8 BuildRequires: pkgconfig(gobject-introspection-1.0) @@ -112,7 +112,8 @@ Files for development with %{name}. %files -n xmlb-tool %doc README.md NEWS -%{_libexecdir}/xb-tool +%{_bindir}/xb-tool +%{_mandir}/man1/xb-tool.1%{?ext_man} %files devel %doc %{_datadir}/gtk-doc/html/%{name}