Accepting request 694852 from X11:common:Factory

- Update to version 0.1.8:
  + New Features: Add some installed tests.
  + Bugfixes: Always add all children when importing parent-less
    XML data.
- Changes from version 0.1.7:
  + New Features:
    - Add XB_BUILDER_COMPILE_FLAG_IGNORE_GUID.
    - Allow nesting XbBuilderSource content type handlers.
  + Bugfixes:
    - Correct return type for xb_builder_compile().
    - Increase the amount of time for the inotify event to happen.
    - Only run the speed tests when using '-m perf'.

OBS-URL: https://build.opensuse.org/request/show/694852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-04-18 07:55:52 +00:00 committed by Git OBS Bridge
commit 8fa086e5ae
4 changed files with 26 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Apr 16 17:03:51 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.1.8:
+ New Features: Add some installed tests.
+ Bugfixes: Always add all children when importing parent-less
XML data.
- Changes from version 0.1.7:
+ New Features:
- Add XB_BUILDER_COMPILE_FLAG_IGNORE_GUID.
- Allow nesting XbBuilderSource content type handlers.
+ Bugfixes:
- Correct return type for xb_builder_compile().
- Increase the amount of time for the inotify event to happen.
- Only run the speed tests when using '-m perf'.
-------------------------------------------------------------------
Thu Jan 10 09:32:08 UTC 2019 - bjorn.lie@gmail.com

View File

@ -16,18 +16,19 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 1
Name: libxmlb
Version: 0.1.6
Version: 0.1.8
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/0.1.6.tar.gz#/%{name}-%{version}.tar.xz
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.xz
BuildRequires: meson
BuildRequires: meson >= 0.47.0
# Enable when/if libstemmer becomes available in openSUSE (+ in meson call)
#BuildRequires: libstemmer-devel
BuildRequires: pkgconfig
@ -67,6 +68,7 @@ This package provides the GObject Introspection bindings for
%package -n xmlb-tool
Summary: Optional tool for %{name}
Group: Development/Libraries/Other
%description -n xmlb-tool
This package provides the optional xb-tool for %{name}.
@ -112,6 +114,8 @@ Files for development with %{name}.
%files -n xmlb-tool
%doc README.md NEWS
%{_libexecdir}/xb-tool
%{_libexecdir}/xb-self-test
%{_datadir}/installed-tests/
%files devel
%doc %{_datadir}/gtk-doc/html/%{name}