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
This commit is contained in:
Dirk Mueller 2022-07-25 14:32:31 +00:00 committed by Git OBS Bridge
parent 1f973c966c
commit 9dfd6583fc
4 changed files with 20 additions and 7 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18d1af26999f22b295c631bc8229e73e42f5c511f9b549e3d868c0828b985f75
size 121878

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 22 21:52:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <gmbr3@opensuse.org>

View File

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