From f1452b28a59c39d381478cbacd173f3bd1cbf4b4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 07 2021 18:48:50 +0000 Subject: import libxmlb-0.3.3-1.el9 --- diff --git a/.gitignore b/.gitignore index e121b61..25f1693 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libxmlb-0.3.0.tar.xz +SOURCES/libxmlb-0.3.3.tar.xz diff --git a/.libxmlb.metadata b/.libxmlb.metadata index 8ba5b9c..46ce702 100644 --- a/.libxmlb.metadata +++ b/.libxmlb.metadata @@ -1 +1 @@ -f9f590341a1031240055de4c5d1faad90baff4ed SOURCES/libxmlb-0.3.0.tar.xz +bc343bf457db5c4bca9161fc48ef9fb59b4748f0 SOURCES/libxmlb-0.3.3.tar.xz diff --git a/SPECS/libxmlb.spec b/SPECS/libxmlb.spec index 8fbffb3..8f0ae92 100644 --- a/SPECS/libxmlb.spec +++ b/SPECS/libxmlb.spec @@ -2,8 +2,8 @@ Summary: Library for querying compressed XML metadata Name: libxmlb -Version: 0.3.0 -Release: 3%{?dist} +Version: 0.3.3 +Release: 1%{?dist} License: LGPLv2+ URL: https://github.com/hughsie/libxmlb Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz @@ -13,6 +13,7 @@ BuildRequires: gtk-doc BuildRequires: libstemmer-devel BuildRequires: meson BuildRequires: gobject-introspection-devel +BuildRequires: xz-devel BuildRequires: python3-setuptools # needed for the self tests @@ -87,6 +88,19 @@ Executable and data files for installed tests. %{_datadir}/installed-tests/libxmlb/libxmlb.test %changelog +* Wed Oct 06 2021 Richard Hughes 0.3.3-1 +- New upstream release +- Add locking for file monitors +- Add support for LZMA decompression +- Clarify GMainContext usage and signal emission +- Respect XB_BUILDER_NODE_FLAG_IGNORE when exporting +- Use the chosen chunk size when reading from a stream +- Use the correct pkgconfig export package name in the GIR file +- Always run xb-tool queries with the optimizer +- Ensure tokens handling works when XbOpcode is not zero-inited +- Use stack-allocated XbStack instances for running a machine +- Resolves: rhbz#1965891 + * Mon Aug 09 2021 Mohan Boddu - 0.3.0-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688