Bjørn Lie 2019-04-16 17:14:39 +00:00 committed by Git OBS Bridge
parent 6b489e4c57
commit f97b7dcf6f
4 changed files with 25 additions and 5 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,16 +16,17 @@
# 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 >= 0.47.0
# Enable when/if libstemmer becomes available in openSUSE (+ in meson call)
@ -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}