import libxmlb-0.3.3-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 13:48:50 -05:00 committed by Stepan Oksanichenko
parent 47612014a8
commit fc80dcf5af
3 changed files with 18 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libxmlb-0.3.0.tar.xz
SOURCES/libxmlb-0.3.3.tar.xz

View File

@ -1 +1 @@
f9f590341a1031240055de4c5d1faad90baff4ed SOURCES/libxmlb-0.3.0.tar.xz
bc343bf457db5c4bca9161fc48ef9fb59b4748f0 SOURCES/libxmlb-0.3.3.tar.xz

View File

@ -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 <richard@hughsie.com> 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 <mboddu@redhat.com> - 0.3.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688