From 1e6830e987b87f91cb0f759885f2eb55287a0327bd181734b5ab08118a435503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 15 Jan 2019 08:32:25 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=2 --- libxmlb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxmlb.spec b/libxmlb.spec index 6ee06cd..5fc877b 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -27,7 +27,7 @@ Group: Development/Libraries/Other URL: https://github.com/hughsie/libxmlb Source0: %{url}/archive/0.1.6.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 From 6b489e4c57136fcb55bc59aa62eba532e035ba93e50093898bf8aa84400da8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 15 Jan 2019 08:32:41 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=3 --- libxmlb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxmlb.spec b/libxmlb.spec index 5fc877b..e08c0b4 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -27,7 +27,7 @@ Group: Development/Libraries/Other URL: https://github.com/hughsie/libxmlb Source0: %{url}/archive/0.1.6.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) #BuildRequires: libstemmer-devel BuildRequires: pkgconfig From f97b7dcf6f0d24ab293659970116d21c20f22cb43e89ef30156554a140e9f6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 16 Apr 2019 17:14:39 +0000 Subject: [PATCH 3/3] New stable release OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=5 --- libxmlb-0.1.6.tar.xz | 3 --- libxmlb-0.1.8.tar.xz | 3 +++ libxmlb.changes | 16 ++++++++++++++++ libxmlb.spec | 8 ++++++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 libxmlb-0.1.6.tar.xz create mode 100644 libxmlb-0.1.8.tar.xz diff --git a/libxmlb-0.1.6.tar.xz b/libxmlb-0.1.6.tar.xz deleted file mode 100644 index aeccb77..0000000 --- a/libxmlb-0.1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f45d438d112809c21de1abc91ef5edd65e689868f13ebf16be050a7c3f91ab3 -size 83399 diff --git a/libxmlb-0.1.8.tar.xz b/libxmlb-0.1.8.tar.xz new file mode 100644 index 0000000..711f553 --- /dev/null +++ b/libxmlb-0.1.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0ccede0cda9bcf76598f945d34be218840f60520e3e4fe508fca2b5e8e1d3f +size 85945 diff --git a/libxmlb.changes b/libxmlb.changes index 9890d04..c595db2 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Apr 16 17:03:51 UTC 2019 - Bjørn Lie + +- 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 diff --git a/libxmlb.spec b/libxmlb.spec index e08c0b4..fcbbc62 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -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}