forked from pool/libxmlb
New stable release
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=5
This commit is contained in:
parent
6b489e4c57
commit
f97b7dcf6f
@ -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
3
libxmlb-0.1.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed0ccede0cda9bcf76598f945d34be218840f60520e3e4fe508fca2b5e8e1d3f
|
||||||
|
size 85945
|
@ -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
|
Thu Jan 10 09:32:08 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -16,16 +16,17 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 1
|
%define sover 1
|
||||||
|
|
||||||
Name: libxmlb
|
Name: libxmlb
|
||||||
Version: 0.1.6
|
Version: 0.1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for querying compressed XML metadata
|
Summary: Library for querying compressed XML metadata
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
URL: https://github.com/hughsie/libxmlb
|
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
|
BuildRequires: meson >= 0.47.0
|
||||||
# Enable when/if libstemmer becomes available in openSUSE (+ in meson call)
|
# 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
|
%package -n xmlb-tool
|
||||||
Summary: Optional tool for %{name}
|
Summary: Optional tool for %{name}
|
||||||
|
Group: Development/Libraries/Other
|
||||||
|
|
||||||
%description -n xmlb-tool
|
%description -n xmlb-tool
|
||||||
This package provides the optional xb-tool for %{name}.
|
This package provides the optional xb-tool for %{name}.
|
||||||
@ -112,6 +114,8 @@ Files for development with %{name}.
|
|||||||
%files -n xmlb-tool
|
%files -n xmlb-tool
|
||||||
%doc README.md NEWS
|
%doc README.md NEWS
|
||||||
%{_libexecdir}/xb-tool
|
%{_libexecdir}/xb-tool
|
||||||
|
%{_libexecdir}/xb-self-test
|
||||||
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user