Accepting request 732908 from X11:common:Factory

New upstream release

OBS-URL: https://build.opensuse.org/request/show/732908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-09-30 13:51:34 +00:00 committed by Git OBS Bridge
commit 48eafaea40
4 changed files with 28 additions and 5 deletions

3
libxmlb-0.1.11.tar.xz Normal file
View File

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

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
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'
predicates.
- Verify we never break the ABI.
+ Bugfixes:
- Conditionalize installation of test data.
- Generate a GUID of zero for no silo data.
- Run CI jobs in parallel.
- Changes from version 0.1.10:
+ Bugfixes:
- Do not mistake gzipped files as being application/x-zerosize
content type.
- Fix running the installed tests with no checkout directory.
- Changes from version 0.1.9:
+ Bugfixes: Correctly implement building a silo with _SINGLE_LANG
set.
- Add python-setuptools BuildRequires: New dependency.
-------------------------------------------------------------------
Tue Apr 16 17:03:51 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
@ -18,4 +41,3 @@ Tue Apr 16 17:03:51 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
Thu Jan 10 09:32:08 UTC 2019 - bjorn.lie@gmail.com
- Initial packaging for openSUSE, version 0.1.6.

View File

@ -20,7 +20,7 @@
%define sover 1
Name: libxmlb
Version: 0.1.8
Version: 0.1.11
Release: 0
Summary: Library for querying compressed XML metadata
License: LGPL-2.1-or-later
@ -31,6 +31,7 @@ Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.xz
BuildRequires: meson >= 0.47.0
# Enable when/if libstemmer becomes available in openSUSE (+ in meson call)
#BuildRequires: libstemmer-devel
BuildRequires: %{python_module setuptools}
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gio-2.0) >= 2.45.8
BuildRequires: pkgconfig(gobject-introspection-1.0)