From 85faeb189242696423cdcf02cc1a66727b17d2f98e3d169c765d6f5a85307807 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 24 Dec 2021 08:32:30 +0000 Subject: [PATCH 1/2] Accepting request 942101 from home:gmbr3:Active - Update to version 0.3.6: - Add support for LZMA decompression - Add locking for file monitors - Modernise property declaration - Add iterator for XbNode attributes and children - Put tail after the node when exporting XbBuilderNode - Ensure _IS_TOKENIZED is set if tokens are added manually - Ensure we never add too many tokens to the silo - Remove the G_ALIGNOF checks to fix compile with old GLib versions - Use the correct pkgconfig export package name in the GIR file OBS-URL: https://build.opensuse.org/request/show/942101 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=18 --- libxmlb-0.2.1.tar.xz | 3 --- libxmlb-0.3.6.tar.gz | 3 +++ libxmlb.changes | 15 +++++++++++++++ libxmlb.spec | 8 +++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 libxmlb-0.2.1.tar.xz create mode 100644 libxmlb-0.3.6.tar.gz diff --git a/libxmlb-0.2.1.tar.xz b/libxmlb-0.2.1.tar.xz deleted file mode 100644 index 55def93..0000000 --- a/libxmlb-0.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529 -size 98284 diff --git a/libxmlb-0.3.6.tar.gz b/libxmlb-0.3.6.tar.gz new file mode 100644 index 0000000..6d3e249 --- /dev/null +++ b/libxmlb-0.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb529d055c63d705bafd17b5fab8e36153292533668a0aba853514ed0e42862c +size 118521 diff --git a/libxmlb.changes b/libxmlb.changes index 880024d..9e87811 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Dec 22 12:07:22 UTC 2021 - Callum Farmer + +- Update to version 0.3.6: + - Add support for LZMA decompression + - Add locking for file monitors + - Modernise property declaration + - Add iterator for XbNode attributes and children + - Put tail after the node when exporting XbBuilderNode + - Ensure _IS_TOKENIZED is set if tokens are added manually + - Ensure we never add too many tokens to the silo + - Remove the G_ALIGNOF checks to fix compile with old GLib + versions + - Use the correct pkgconfig export package name in the GIR file + ------------------------------------------------------------------- Sat Oct 3 14:59:13 UTC 2020 - Dirk Mueller diff --git a/libxmlb.spec b/libxmlb.spec index 3cffd79..2237fd4 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -16,18 +16,15 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - %define sover 2 - Name: libxmlb -Version: 0.2.1 +Version: 0.3.6 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/%{version}.tar.gz#/%{name}-%{version}.tar.xz - +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: meson >= 0.47.0 # Enable when/if libstemmer becomes available in openSUSE (+ in meson call) #BuildRequires: libstemmer-devel @@ -36,6 +33,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) >= 2.45.8 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk-doc) +BuildRequires: pkgconfig(liblzma) # Needed for the self tests BuildRequires: pkgconfig(shared-mime-info) From 1f973c966c87ee974c637a16d5d3d01a6ce7949c8a28201259f22a8c8c607ff4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 24 Dec 2021 08:33:43 +0000 Subject: [PATCH 2/2] - Add pkgconfig(liblzma) BuildRequires: new dependency. OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=19 --- libxmlb.changes | 3 ++- libxmlb.spec | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libxmlb.changes b/libxmlb.changes index 9e87811..9d0108e 100644 --- a/libxmlb.changes +++ b/libxmlb.changes @@ -12,6 +12,7 @@ Wed Dec 22 12:07:22 UTC 2021 - Callum Farmer - Remove the G_ALIGNOF checks to fix compile with old GLib versions - Use the correct pkgconfig export package name in the GIR file +- Add pkgconfig(liblzma) BuildRequires: new dependency. ------------------------------------------------------------------- Sat Oct 3 14:59:13 UTC 2020 - Dirk Mueller @@ -37,7 +38,7 @@ Sat Oct 3 14:59:13 UTC 2020 - Dirk Mueller - Do not use the node cache when building indexes (Richard Hughes) - Lazy load more arrays to reduce RSS usage (Philip Withnall) - Report silo versions when versions mismatch (Robert Ancell) - + ------------------------------------------------------------------- Fri Jul 10 19:11:47 UTC 2020 - Bjørn Lie diff --git a/libxmlb.spec b/libxmlb.spec index 2237fd4..503e966 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -1,7 +1,7 @@ # # spec file for package libxmlb # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019 Bjørn Lie, Bryne, Norway. # # All modifications and additions to the file contributed by third parties @@ -16,6 +16,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define sover 2 Name: libxmlb Version: 0.3.6