Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxmlb for openSUSE:Factory checked in at 2021-12-25 20:16:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxmlb (Old) and /work/SRC/openSUSE:Factory/.libxmlb.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxmlb" Sat Dec 25 20:16:34 2021 rev:7 rq:942315 version:0.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libxmlb/libxmlb.changes 2020-10-29 09:22:02.478672513 +0100 +++ /work/SRC/openSUSE:Factory/.libxmlb.new.2520/libxmlb.changes 2021-12-25 20:16:46.237255708 +0100 @@ -1,0 +2,16 @@ +Wed Dec 22 12:07:22 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- 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 +- Add pkgconfig(liblzma) BuildRequires: new dependency. + +------------------------------------------------------------------- Old: ---- libxmlb-0.2.1.tar.xz New: ---- libxmlb-0.3.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxmlb.spec ++++++ --- /var/tmp/diff_new_pack.pgpa2h/_old 2021-12-25 20:16:47.689256890 +0100 +++ /var/tmp/diff_new_pack.pgpa2h/_new 2021-12-25 20:16:47.693256893 +0100 @@ -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 @@ -18,16 +18,14 @@ %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 +34,7 @@ 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)