import libxmlb-0.3.10-1.el9

This commit is contained in:
CentOS Sources 2023-03-28 09:15:04 +00:00 committed by Stepan Oksanichenko
parent fc80dcf5af
commit 6acc19a939
3 changed files with 26 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
bc343bf457db5c4bca9161fc48ef9fb59b4748f0 SOURCES/libxmlb-0.3.3.tar.xz
2d4376c810a58e6989cc32e24b9e2f403c5b539a SOURCES/libxmlb-0.3.10.tar.xz

View File

@ -2,7 +2,7 @@
Summary: Library for querying compressed XML metadata
Name: libxmlb
Version: 0.3.3
Version: 0.3.10
Release: 1%{?dist}
License: LGPLv2+
URL: https://github.com/hughsie/libxmlb
@ -65,7 +65,8 @@ Executable and data files for installed tests.
%files
%doc README.md
%license LICENSE
%{_libexecdir}/xb-tool
%{_bindir}/xb-tool
%{_mandir}/man1/xb-tool.1*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/Xmlb-2.0.typelib
%{_libdir}/libxmlb.so.2*
@ -88,6 +89,27 @@ Executable and data files for installed tests.
%{_datadir}/installed-tests/libxmlb/libxmlb.test
%changelog
* Fri Oct 14 2022 Neal Gompa <ngompa@centosproject.org> - 0.3.10-1
- New upstream release
- Fix dumping and exporting multiple files from the CLI
- Watch files before loading them into the builder
- Fix potential double free when filtering by language
- Fix the crash for when the root tree has no children
- Fix the crash when getting the element for the [empty] root
- Install xb-tool into bindir
- Ensure reproducible results when importing a node
- Ignore all hidden files when using _WATCH_DIRECTORY
- Show the value bindings when using XB_SILO_PROFILE_FLAG_XPATH
- Ensure _IS_TOKENIZED is set if tokens are added manually
- Ensure we never add too many tokens to the silo
- Put tail after the node when exporting XbBuilderNode
- Remove the G_ALIGNOF checks to fix compile with old GLib versions
- Add a flag to require the XbBuilderSource to have no siblings
- Add iterator for XbNode attributes and children
- Allow removing XbBuilderNode text
- Allow stripping builder node inner text
- Resolves: rhbz#2134794
* Wed Oct 06 2021 Richard Hughes <richard@hughsie.com> 0.3.3-1
- New upstream release
- Add locking for file monitors